• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

weblogic does not allow commit in oracle

 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
i am new to ejb & weblogic(version6.1). we are using message driven beans & (cmp) in our apps. the message driven beans give a call out to the oracle stored procedures.
The problem is weblogic throws an error on starting if the oracle stored procedures have any commit/rollback in their apps.
when all such commit/rollback are removed, the weblogic server starts without any problems
What is the reason behind this. is there a way i can avoid this
Rgrds
Manish
 
reply
    Bookmark Topic Watch Topic
  • New Topic