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

2005-02-22 Thread skenderbeg
Hi, new to JBoss from Weblogic, and getting an error I've never seen before. I am trying to pass a ResultSet from one private method, in which a Connection is made, and the ResultSet is populated, to another method in which the contents of the ResultSet are to be extracted and used. This was

[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.