I managed to reproduce the issue even with latest snapshot.
Hm.. do you have an sscce that will allow us to reproduce this issue as well? - Christian
Strange is that we have similar tag with value xsd:integer in different test and there it handles namespace declaration correctly.
To simplify testing of newest snapshots it would help, if you have a maven snapshot repository.
Igor
On 08/16/2011 11:55 AM, Christian Grün wrote:
I didn't manage to reproduce this behavior. Did you run the latest snapshot? Are you working with the sources? Note that the JAR snapshots are regularly updated (we might introduce a revision a number to the snapshot to avoid confusion). ___________________________
On Tue, Aug 16, 2011 at 11:46 AM, Igor Farinic igor.farinic@evolveum.com wrote:
Hi,
I am using ClientSession and following xquery command:
query.append(DECLARE_NAMESPACE_C); query.append("for $x in //c:object where $x/@oid="").append(oid).append("" return $x"); cq = session.query(query.toString());
On 08/16/2011 11:35 AM, Christian Grün wrote:
Hi Igor,
I store following xml: [...] ... and when I retrieve it, [...]
How do you retrieve it? Christian