I'm trying to deploy our application from Tomcat 4.1.17 to Weblogic8.1sp1.
If I do NOT use Weblogic Connection Pools all things went OK.
When I follow the indicate from the FAQ(using a startup class) I got a problem:
When I try to insert a record into the database(We use Oracle8.1.7), the exception is "ORA:01002 fetch out of sequence"
I searched in the Internet. In
www.weblogic.com it says the problem is due to the oracle8.1 in NT.
But if I use Hibernate connection pool to connect to the Oracle8.1.7 I did NOT get any problem(both in Tomcat and Weblogic).
It seems there is some problem when using Weblogic8.1 together with Oracle8.1.7 and Hibernate2.0.3
If u have successfully depoly some application using Hibernate and Oracle8.1 to Weblogic8.1 plz tell me the details should be noticed.
Thanks!