Subject:Xquery Exception Author:sud rall Date:02 May 2017 12:55 PM Originally Posted: 02 May 2017 11:22 AM
HI We are using DataDirect.jar in our program to prepare and execute the xquery but after every few times i see this exception below. How to make the sequence not to be closed.
javax.xml.xquery.XQException: [DataDirect][XQuery]This XQResultSequence is closed.
at com.ddtek.xquery.xqj.Util.createXQException(Util.java:255)
at com.ddtek.xquery.xqj.AbstractContext.checkClosed(AbstractContext.java:154)
R at com.ddtek.xquery.xqj.DDXQAbstractSequence.standardItemChecks(DDXQAbstractSequence.java:546)
R at com.ddtek.xquery.xqj.DDXQAbstractSequence.getItemAsString(DDXQAbstractSequence.java:76
We added ddxq.jar only in Web-INF/lib folder for the application.. Are we missing anything to make the xqresultsequence open always.