• 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

Internal XA Error on WebSphere

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am have the following error displayed when I attempt to post data to the database.




When I go look for the description of this message, IBM states:


This problem most likely happened because you are trying to start a global transaction with autoCommit being true. The JDBC 3.0 Specification specifies that the autoCommit value must be ignored when the distributed transaction starts. As a workaround, set autoCommit back to false before you start the global transaction. Oracle has been notified of this issue. Please check the Oracle Support site for latest updates regarding this error code.




Some of our senior developers think this is just rhetoric and the real problem is some code is working in the same table of the database

I would appreciate any comments on what should be checked in WebSphere Application server or the deployment descriptor. Does a certain version of Oracle cause this error to go away? Any suggestions would be greatly appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic