Hi,
need a help, i am changing XmlBean implementation from BEA Weblogic 8.1
xbean.jar to com.bea.core.xml.xmlbeans_2.2.0.0.jar as we are upgrading
weblogic version to 10.3 from 8.1, though updated required jars for XmlBean
2.2.0 version, getting the below error.
java.lang.RuntimeException: No query engine found
at
org.apache.xmlbeans.impl.store.Query.getCompiledQuery(Query.java:120)
at
org.apache.xmlbeans.impl.store.Query.getCompiledQuery(Query.java:53)
at
org.apache.xmlbeans.impl.store.Query.cursorExecQuery(Query.java:48)
at
org.apache.xmlbeans.impl.store.Cursor._execQuery(Cursor.java:1336)
at
org.apache.xmlbeans.impl.store.Cursor._execQuery(Cursor.java:1331)
Code:
XmlObject defaultConfig =
configXml.execQuery("$this/.//e...@name='default']/logging/*")[0];
thanks,
Anil.
--
View this message in context:
http://old.nabble.com/java.lang.RuntimeException%3A-No-query-engine-found-tp29146340p29146340.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]