Re: [JBoss-user] WrappedConnection problem

2003-11-26 Thread Adrian Brock
On Wed, 2003-11-26 at 16:34, Bill Burke wrote: > Actually, turning it off in transaction-service.xml has a tiny > performance improvement as well. It is a bit more than tiny since the WeakHashMap storing the debug information is a global point of contention. Regards, Adrian > > Adrian Brock wr

Re: [JBoss-user] WrappedConnection problem

2003-11-26 Thread Bill Burke
Actually, turning it off in transaction-service.xml has a tiny performance improvement as well. Adrian Brock wrote: On Sat, 2003-11-15 at 01:22, mark pope wrote: Hi, I'm passing a JDBC Connection between two stateless beans. The called bean uses it and closes its Statement and ResultSet. When

Re: [JBoss-user] WrappedConnection problem

2003-11-26 Thread Adrian Brock
On Sat, 2003-11-15 at 01:22, mark pope wrote: > Hi, > > I'm passing a JDBC Connection between two stateless beans. The called bean uses > it and closes its Statement and ResultSet. When the method returns to the > caller I get a WrappedConnection msg on the console. Both EJBs have local > interfac

RE: [JBoss-user] WrappedConnection problem

2003-11-17 Thread Yates, Danny
Passing a JDBC connection doesn't sound like good design to me. Anyway, have you made sure you're closing the connection itself? -- Danny Yates -Original Message- From: mark pope [mailto:[EMAIL PROTECTED] Sent: 15 November 2003 01:15 To: [EMAIL PROTECTED] Subject: [JBoss-user] Wrapped