[JBoss-user] [JCA/JBoss] - Re: Problem with Transaction Manager and closing datasource

2004-08-24 Thread scarter
Adrian, My apologies as you are correct with regards to 'Stateless == no client state' but I forgot to mention that I attempted this with a Stateful Session bean and local tx demarcation on the datasource as well and I recieved the same Stack Trace with additional Stack data. The stateful

[JBoss-user] [JCA/JBoss] - Problem with Transaction Manager and closing datasource conn

2004-08-23 Thread scarter
Hello, I am developing a Stateless Session EJB to access a JBoss datasource for client components of my application. The EJB delegates to a plain old java class which is the jdbc wrapper. I am using JBoss 3.2.5, MySql 4.0.12, j2sdk1.4.2_05 and the mysql-connector-java-3.1.3-beta driver.