|
Home > Archive > WebSphere Application Server > February 2004 > Shared Pool !
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Harish M 2004-02-05, 3:33 pm |
| Hi All,
My EAR file has one web module and a ejb module.Both references the datasources configured in the server.Resource reference settings are set to default When i use my application Websphere logs the following message.Any idea or insight to this problem will be appreciated.
"SharedPool I J2CA0086W: Shareable connection MCWrapper id 22a5ee5e Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@3bc92e5e State:STATE_TRAN_WRAPPER_INUSE from resource MyDataSource1 was used within a local transaction containment boundary."
Regards,
Harish
| |
| Ken Hygh 2004-02-06, 1:34 am |
| Harish M wrote:
> Hi All,
> My EAR file has one web module and a ejb module.Both references the
> datasources configured in the server.Resource reference settings are set
> to default When i use my application Websphere logs the following
> message.Any idea or insight to this problem will be appreciated.
>
> "SharedPool I J2CA0086W: Shareable connection MCWrapper id 22a5ee5e
> Managed connection
> com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@3bc92e5e
> State:STATE_TRAN_WRAPPER_INUSE from resource MyDataSource1 was used
> within a local transaction containment boundary."
>
> Regards,
> Harish
>
This looks like you're trying to share a transaction between a servlet
and an EJB? are you passing a connection between the tiers? if so...don't.
Ken
|
|
|
|
|