• 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

local transaction containment boundary

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using a stateless session EJB in webshpere 5.0 and I am calling DAO and from that stored procedure.
When a method in one particular EJB is called then I get following message in the sysout of the server.
SharedPool I J2CA0086W: Shareable connection MCWrapper id 153f1319 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@15181319 State:STATE_TRAN_WRAPPER_INUSE
from resource jdbc/els/ELSDataSource was used within a local transaction containment boundary.
This message is seen in server only when the method is called for first time. The EJB method is given a transaction attribute as "NotSupported". When I remove this attribute the sysout error is not seen .
Can someone please tell me what it is actually due to?
regards,
kamalakar
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to IBM/Websphere Forum...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic