aspose file tools
The moose likes JDBC and the fly likes Big problem with Oracle JDBC driver/glassfish Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Big problem with Oracle JDBC driver/glassfish" Watch "Big problem with Oracle JDBC driver/glassfish" New topic
Author

Big problem with Oracle JDBC driver/glassfish

Vinicius Paiva
Greenhorn

Joined: Jul 20, 2012
Posts: 1
Hi guys,

I'm trying to google it with no success for quite some time now. I gave up and decided to ask here.

So here's the deal: I have an application that uses a Oracle JDBC driver with a connection pool administered by Glassfish.

When I restart the server in the middle of a transaction, the glassfish closes all connections. But instead of rolling back the current transaction, it commits it!!

I tried, with no sucess, to do what is described here:

http://docs.oracle.com/cd/E18930_01/html/821-2416/giubd.html#gkrbo

Some more information about that fact:

http://docs.oracle.com/cd/B19306_01/java.102/b14355/basic.htm#i1019153


If someone know how to help me I would be very grateful.

Thanks!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Big problem with Oracle JDBC driver/glassfish
 
Similar Threads
XMLType Column Oracle - InsertIntoDB - Exception
where can i get JDBC Driver Class Name for Oracle
Socket Timeout
code in mysql to connect java
BatchUpdateException : getUpdateCounts doesn't work properly