Re: Potential reuse of TagHandlers implementing JspIdConsumer?

2008-12-12 Thread Mark Thomas
Jochen Wuttke wrote: > Hi, > > I finally found the time to build a test case for this issue. > I attach the WAR, The users list won't accept attachments. You;ll need to open a bugzilla entry and attach your test case there. Mark but you still need to put the runtime library of > AspectJ (aspe

Re: Potential reuse of TagHandlers implementing JspIdConsumer?

2008-12-12 Thread Jochen Wuttke
Hi, I finally found the time to build a test case for this issue. I attach the WAR, but you still need to put the runtime library of AspectJ (aspectjrt.jar) on the classpath when running Tomcat. The behavior I observe is that whenever I load/reload the page, the JspIdConsumer objects get allo

Re: Potential reuse of TagHandlers implementing JspIdConsumer?

2008-11-18 Thread Mark Thomas
Jochen Wuttke wrote: > Hi, > > I'd like to bump this issue once more. > I finally had some time to run some more experiments to see what happens > with TagHandlers that implement JspIdConsumer. My setup is Tomcat 6 + > MyFaces + JSF CarDemo, and I'm using AspectJ to trace creation and > garbage co

Re: Potential reuse of TagHandlers implementing JspIdConsumer?

2008-11-18 Thread Jochen Wuttke
Hi, I'd like to bump this issue once more. I finally had some time to run some more experiments to see what happens with TagHandlers that implement JspIdConsumer. My setup is Tomcat 6 + MyFaces + JSF CarDemo, and I'm using AspectJ to trace creation and garbage collection of objects implemen

Re: Potential reuse of TagHandlers implementing JspIdConsumer?

2008-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jochen, I'd definitely like to know the answer to this, too. Replying to bump the topic. - -chris Jochen Wuttke wrote: > Hi, > > for my research project I've been doing some ApsectJ magic with Tomcat > and deployed WebApps. Among other things I'm i

Potential reuse of TagHandlers implementing JspIdConsumer?

2008-10-16 Thread Jochen Wuttke
Hi, for my research project I've been doing some ApsectJ magic with Tomcat and deployed WebApps. Among other things I'm interested in detecting at runtime when TagHandlers instantiated in a HttpServlet go out of scope. Since that can't be done with AspectJ I was tracking garbage collectio