xml parsing issue using jdk 1.3
-------------------------------

         Key: IBATIS-46
         URL: http://issues.apache.org/jira/browse/IBATIS-46
     Project: iBatis for Java
        Type: Bug
  Components: SQL Maps  
    Versions: 2.0.9    
 Environment: Windows NT 4, jdk 1.3 (version 1.3.1_13), tomcat 5.0.28 / 
WebSphere 5.1, iBatis 2.0.9 (build 496)
    Reporter: Stefan Chis
    Priority: Minor


On loading the xml configuration files I'm having the following error:
java.lang.NoSuchMethodError
        at 
com.ibatis.common.xml.NodeletParser.processNodelet(NodeletParser.java:112)
        at com.ibatis.common.xml.NodeletParser.process(NodeletParser.java:94)
        at com.ibatis.common.xml.NodeletParser.process(NodeletParser.java:91)
        at com.ibatis.common.xml.NodeletParser.process(NodeletParser.java:91)
        at com.ibatis.common.xml.NodeletParser.parse(NodeletParser.java:61)
        at com.ibatis.common.xml.NodeletParser.parse(NodeletParser.java:49)
        at 
com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser.parse(SqlMapConfigParser.java:77)
        at 
com.ibatis.sqlmap.client.SqlMapClientBuilder.buildSqlMapClient(SqlMapClientBuilder.java:62)
        at com.bnpparibas.saam.dao.SqlMapLoader.<clinit>(SqlMapLoader.java:25)

I've looked up the code of iBatis and at line 112 of class NodeletParser, I see 
this:
throw new RuntimeException("Error parsing XPath '" + pathString + "'.  Cause: " 
+ e, e);
This constructor however is not available in the jdk 1.3 (it was introduced 
with the jdk 1.4).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to