• 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

OracleConnectionProxy is closed.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have developed a couple of J2EE interfaces (independent work packages). When we make calls to the each of the single interfaces everything seem to work fine. However when a call is made from one interface to another we are getting an exception class com.ibm.ejs.cm.proxy.OracleConnectionProxy is closed.
Note that we are using a transactions such that the entry point into the application ejb has transaction attribute requires new and the rest of the ejb's continue the same transaction with attribute required. Also note that the above exception is rolling back the transaction.
 
reply
    Bookmark Topic Watch Topic
  • New Topic