[Resin-interest] [Fwd: resin-maven-plugin / dependencies]

2008-11-04 Thread Jan Kriesten
Since this seems to be overlooked, could anyone give me some feedback on this? Thanks! Best regards, --- Jan. Original Message Subject: [Resin-interest] resin-maven-plugin / dependencies Date: Mon, 20 Oct 2008 07:06:17 +0200 From: Jan Kriesten [EMAIL PROTECTED] Reply-To:

Re: [Resin-interest] Memory leak - in Resin?

2008-11-04 Thread Mattias Jiderhamn
I noticed this bug was marked as resolved, so I tried reloading our webapp running on Resin compiled from SVN. Same problem. Familiarizing myself a bit further with YourKit and comparing with the sources, I believe both com.caucho.jca.UserTransactionProxy._threadTransaction and

Re: [Resin-interest] Memory leak - in Resin?

2008-11-04 Thread Scott Ferguson
On Nov 4, 2008, at 1:24 PM, Mattias Jiderhamn wrote: I noticed this bug was marked as resolved, so I tried reloading our webapp running on Resin compiled from SVN. Same problem. Familiarizing myself a bit further with YourKit and comparing with the sources, I believe both

Re: [Resin-interest] Memory leak - in Resin?

2008-11-04 Thread Mattias Jiderhamn
Scott wrote: Did you build from resin/branches/3.1 or the trunk? 3.1 branch. Now I'm browsing around the com.caucho.server.port.TcpConnection._request which is never explicitly release, but I realize it's getting a bit too late on this side of the Atlantic ocean so I better continue tomorrow

Re: [Resin-interest] Memory leak - in Resin?

2008-11-04 Thread Scott Ferguson
On Nov 4, 2008, at 2:10 PM, Mattias Jiderhamn wrote: Scott wrote: Did you build from resin/branches/3.1 or the trunk? 3.1 branch. Now I'm browsing around the com.caucho.server.port.TcpConnection._request which is never explicitly release, but I realize it's getting a bit too late on

Re: [Resin-interest] Memory leak - in Resin?

2008-11-04 Thread Mattias Jiderhamn
Scott Ferguson wrote (2008-11-04 23:16): On Nov 4, 2008, at 2:10 PM, Mattias Jiderhamn wrote: Scott wrote: Did you build from resin/branches/3.1 or the trunk? 3.1 branch. Now I'm browsing around the com.caucho.server.port.TcpConnection._request which is never explicitly release, but I

[Resin-interest] Resin not picking jars from WEB-INF lib folder

2008-11-04 Thread Vidhu Singhal
Hi All, There is a strange problem we are encountering while deploying one of our webapp on resin. The problem what it seems is that resin is not able to pick jars present in the WEB-INF lib folder of the deployed web application. Can someone throw some light on why this could happen and the