jdbc « ibatis « Java Database Q&A





1. IBatis example    coderanch.com

2. iBATIS Application    coderanch.com

3. JDBC Vs. iBatis    coderanch.com

4. Strange problem with IBATIS framework and OC4J container    coderanch.com

Hi, Today, i faced a strange problem after i deployed my application to LIVE enviornment in OC4J container when i tried to update a bunch of records, it worked fine on 1st time but on updating 3-4 times i got this message and my database server crashed, it is working fine when tried locally in jboss OrionCMTConnection not closed, check your ...

5. IBatis config in a distributed jar    java-forums.org

I am wondring, if I have some java code that makes use of iBatis. If I jar up this code, can I put the XML configuation files for iBatus in this jar file? Do I need to leave the XML files out of the jar file. If I can place the XML in the jar files where should they go.