I am having a strange issue using the XQJ libary. Anytime I make a change to the database (inserting / updating a node), subsequent queries perform as if that change was never made. However, if I create a new XQConnection to the database, those changes are reflected. So every time I update the database, I'm having to establish a new connection in order to see my changes. Is this expected behavior? If not, any ideas why this is happening?
Thanks -tjw