Hello, when running iBATIS within a SAP Web Application Server 6.4, jdk 1.4, deployed as a separate library, the SAP XML parser is used. This error does not happen when running the application standalone.
This generates the following error: Cause: java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.NestedSAXParserException: You are probably using a nondeterministic model like (a*|b*)*, try to replace it with an equivalent deterministic one, e.g. (a|b)* (Unknown Source, row:0, col:-1) -> Is there a way to tell iBATIS wich XML Parser to load? Is it possible to deactivate the validation of the document? Thanks for any help in advance Reto
