• 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

Handling SQLExceptions in java ..Urgent

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a database trigger in oracle. When I call setXXX() of CMP on my table the trigger is implicitly fired . But When I run my application which is calling above CMP I am getting TransactionRolledBackException. Pls guide me how to handle database failures such as improper triggrr,SQLExceptions in my java code.
Is it that Java does not handle all of the trigger related exceptions?
Is it because of the EJBs whose internal functionality is unknown to the application?
Would appreciate quick reply
 
reply
    Bookmark Topic Watch Topic
  • New Topic