This is my second post regarding eXist, any help is highly appreciated I am running into version problems with exist in java1.4 and weblogic 81..although orbeon runs fine on java1.5 and weblogic92.. i have to run orbeon in java1.4 and weblogic81 as my production environment is still not updated to java1.5 and weblogic92.. Exception in java1.4 and weblogic81 environment.. --------------------------------------------------------------------------------------------- Can't find/access AST Node typeorg.exist.xquery.parser.XQueryAST 2008-06-09 13:27:29,380 ERROR ProcessorService - Exception at line 27 of oxf:/c onfig/xforms-widgets.xsl java.lang.ClassCastException at org.exist.xquery.parser.XQueryParser.versionDecl(XQueryParser.java:53 4) at org.exist.xquery.parser.XQueryParser.module(XQueryParser.java:476) at org.exist.xquery.parser.XQueryParser.xpath(XQueryParser.java:417) at org.exist.xquery.XQuery.compile(XQuery.java:127) at org.exist.xquery.XQuery.compile(XQuery.java:98) at org.exist.xquery.XQuery.compile(XQuery.java:89) at org.exist.xquery.XQuery.compile(XQuery.java:80) at org.exist.xmldb.LocalXPathQueryService.compileAndCheck(LocalXPathQuer yService.java:229) at org.exist.xmldb.LocalXPathQueryService.compile(LocalXPathQueryService .java:215) at org.exist.xmldb.LocalXPathQueryService.doQuery(LocalXPathQueryService .java:304) at org.exist.xmldb.LocalXPathQueryService.query(LocalXPathQueryService.j ava:127) at org.exist.xmldb.LocalXPathQueryService.query(LocalXPathQueryService.j ava:118) at org.orbeon.oxf.processor.xmldb.XMLDBProcessor.executeQuery(XMLDBProce ssor.java:294) at org.orbeon.oxf.processor.xmldb.XMLDBProcessor.query(XMLDBProcessor.ja va:174) at org.orbeon.oxf.xforms.state.XFormsPersistentApplicationStateStore$XML DBAccessor.query(XFormsPersistentApplicationStateStore.java:515) -------------------------------------------------------------------------------------------- I just wanted to know whether it is possible to run orbeon without eXist DB..if no, can i replace eXist DB with oracle XML DB.. I am really in bad need of a solution for this eXist DB problem.. Thanks in advance... |
sushik,
> I just wanted to know whether it is possible to run orbeon without eXist > DB..if no, can i replace eXist DB with oracle XML DB.. as far as i know, you can use orbeon without exist, but you will have to modify the preferences a little. By default, orbeon uses exist for state handling [1], so you will have to modify the properties. Instead of completely deactivating eXist, you could use a standalone exist server. HTH florian [1] http://www.orbeon.com/ops/doc/reference-xforms-2#xforms-state-handling -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks a lot, it worked...
|
Free forum by Nabble | Edit this page |