[JBoss-user] [JCA/JBoss] - Closing a connection for you. Please close them yourself:

2004-08-26 Thread cboucher
I do not understand why I am getting the following exceptions. I am using JBoss4.0RC1 with j2sdk1.4.1_03 on Windows XP. The code works fine with JBoss 3.0.4. Code logic: MDB { EJB = GetEJB(); EJB.doDataBaseStuff(); { DS = GetDataSource(); Conn = DS.getConnecti

[JBoss-user] [JCA/JBoss] - Closing a connection for you. Please close them yourself

2004-04-13 Thread lbasili
Hello, I read several threads about this problem, but I did not find a solution. I am using jboss-3.2.3 My code looks like this: try { DAOFactory daof = DAOHelper.getDAOFactory(); // The following method acquires a connection dao = (TreeDAO)daof.getInstance(); // He