Re: NoSuchMethodError in iBatis with applet

2009-11-25 Thread Guy Rouillier
patrickos wrote: 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: Not a direct answer to your question, but in general allowing direct d

RE: NoSuchMethodError in iBatis with applet

2009-11-25 Thread Rick . Wellman
I would guess this is more applet related than iBatis. i.e. Do any of the applet JARs contain your SQLMapConfig file? Or are you assuming that it has access to the filesystem (because an applet does not have access to the filesystem unless you explicitly configure it so). This is just my first gu

NoSuchMethodError in iBatis with applet

2009-11-25 Thread patrickos
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.bean

Re: Re: Error updating database. Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

2009-11-25 Thread Larry Meadors
Hm, it seems to have cut off the useful parts - the swing and awt stuff doesn't help at all. :( What driver are you using? Larry On Tue, Nov 24, 2009 at 11:57 PM, masonka...@libero.it wrote: > Here my stack trace: > > org.apache.ibatis.exceptions.IbatisException: > ### Error updating database.