When I make changes to a Jackrabbit JCR repository using node.addNode(), I can retrieve the newly created node with node.getNode(), or session.getItem().
But when I use an XPath query to retrieve the node, it fails to find it until I save the session. The only xpath query to find it is the simple 'return everything' query //* but that's not very useful. any ideas/suggestions will be welcome thanks -- View this message in context: http://www.nabble.com/Unsaved-Changes-not-visible-to-xpath-queries-tp24322762p24322762.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
