On Sun, 2003-07-06 at 15:27, Magesh Prabhu wrote:

> 1)  WARN  [TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of 
> localtransactions on a jta transaction with more than one branch may result in 
> inconsistent data in some cases of failure.
> 

It is telling you your local-tx-datasource doesn't have a prepare(),
the commit() could fail leaving your data in an inconsistent state.

> 2)  WARN  [WrappedConnection] Closing a statement you left open, please do your own 
> housekeeping
> 

You are not closing a statement. Closing a pooled connection
just returns the connection to the pool.

-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to