hi, i'am trying to query nodes with the following statement:
test/objects//element(object, nt:unstructured)/(@touched)
as the result i get one Value of type String, even if the type of toutched
is Boolean.
when i get is as node.getProperty("toutched").getType() it is a Boolean...
is it an issue, or is it ae expected result?
i'am using JackRabbit Implementation-Version: 0.16.4.1-dev
pawel
