Hi, there:

I have an application to use jboss2.4.8, which keeps getting datasource, 
dataconnection by calling:
DataSource ds = (DataSource)initialContext.lookup("java:/DefaultDS");
and
con = ds.getConnection();
It seems that whenever I call it, it gives me the log information like:

XAConnectionImpl: [EMAIL PROTECTED] has no current tx!
Could anyone please tell me:
1. what does that log information mean? 
2. how can I get rid of it from my log file?

Thanks a lot 

David Chen



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845505#3845505

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845505


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to