• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Big problem with Oracle JDBC driver/glassfish

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic