Skip to Content
0
Aug 14, 2009 at 09:52 AM

Cannot change transaction isolation during distributed transaction

24 Views

Hi All,

When ever the IPortalComponent session expires my application is throwing Null pointer exception. So I am catching the NullPointer exception and then reloading the page again. It is working in frontend without any issues.

But in the error log monitor(nwa) I can see the below error when reloading the page after component session expires.

Cannot change transaction isolation during distributed transaction and when the connection is shared. DataSource name: "PRODB2

As per my knowledge I understood that this is happening beacuse application is trying to recreate a new connection pool while one pool instance is alive.

If this is correct can any one tell me how to destory the pool of current session when reloading the page.

Thanks in Advance,

Chinna.