Hi all.
I have JBoss 2.4.8 and PostgreSQL 7.2.2

i create a Pool with this code in jboss.jcml
<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=db_shop">
    <attribute name="PoolName">db_shop</attribute>
    <attribute
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attr
ibute>
........

It works, but when i set the
con.setAutocommit(true) or con.setAutocommit(false) from my java code, jboss
writes on console

[WARN,XAConnectionFactory] XAConnectionImpl:
org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl@145c859 has no current tx!

Have i to worry?
Tx
Giorgio




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to