• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Exception : J2CA0086W: Shareable connection Managed connection State:STA TE_TRAN_WRAPPER_INUSE

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm working on very old application which is deployed in WAS5.1. I'm getting very weird behavior from WAS5.1.

I was getting below error so I have changed the res-sharing-scope of the connection to be 'Unshareable' in the web.xml file but after deployment I can see it becomes 'Shareable' in the web.xml file.

[6/12/12 16:52:42:336 CDT] 2c7824d9 SharedPool I J2CA0086W: Shareable connection MCWrapper id 7426e4ff Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@2e1a24ff State:STA
TE_TRAN_WRAPPER_INUSE
from resource jdbc/AIPOnlineDB was used within a local transaction containment boundary.

Here is the code snippet from web.xml file




Could you please give me any clue why WAS5.1 is behaving like this.

Thanks,
-Bikash
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic