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
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
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
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.