Hello

I was wondering could anyone please help me. I made a Java applet using
iBatis for database operations. It works perfectly in Eclipse but when I
embed the applet in a JSP page, I get an iBatis error:

Exception in thread "AWT-EventQueue-2" java.lang.NoSuchMethodError:
com.ibatis.common.beans.ClassInfo.setCacheEnabled(Z)V
        at
com.ibatis.sqlmap.engine.config.SqlMapConfiguration.setClassInfoCacheEnabled(SqlMapConfiguration.java:59)
        at
com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser$3.process(SqlMapConfigParser.java:96)
        at
com.ibatis.common.xml.NodeletParser.processNodelet(NodeletParser.java:112)
        at com.ibatis.common.xml.NodeletParser.process(NodeletParser.java:75)

etc

Could anyone please tell me what might cause this? It seems to fail when
upon reaching the SQLMapConfig file. Thank you very much for any help.

P.
-- 
View this message in context: 
http://old.nabble.com/NoSuchMethodError-in-iBatis-with-applet-tp26521906p26521906.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to