[Resin-interest] Resin 3.1.8: thread deadlock against Xalan XSLTC

2009-03-27 Thread Илья Казначеев
Hi *! I've occassionally found a thread deadlock in a halted instance of Resin-3.1.8. I've appended the jstack trace. Xalan XSLTC does employ some aggressive classloading, since it's a XSLT-to-java compiler. It seems that it would occassionally (I don't remember this happening often) cause resi

[Resin-interest] Recompilation of jsp on every request for the same page

2009-03-27 Thread Prasad Chaudhari
Hi All, Resin compiles the jsp page and its included tags every time that jsp page is clicked. Shouldn't Resin compile the JSP page only after first click? After the changing the log level of resin to fine it shows following stack trace. [11:43:09.445] {hmux-127.0.0.1:6800-16} _jsp._web_22din

[Resin-interest] Question about JEE Containers

2009-03-27 Thread Matt Pangaro
Caucho, et. al, I've been looking through the relevant specs, but can't find anything, so I figured I'd ask here. When a war file is unpacked to create the deployment directory, does the spec say anything about whether dates of the files in the archive are supposed to be preserved? Any info w

Re: [Resin-interest] Question about JEE Containers

2009-03-27 Thread Scott Ferguson
On Mar 27, 2009, at 9:02 AM, Matt Pangaro wrote: > Caucho, et. al, > > I've been looking through the relevant specs, but can't find anything, > so I figured I'd ask here. > > When a war file is unpacked to create the deployment directory, does > the > spec say anything about whether dates of th

Re: [Resin-interest] Question about JEE Containers

2009-03-27 Thread Matt Pangaro
Scott Ferguson wrote: > Hmm. Not that I know of. Resin doesn't preserve the dates, but it > would be something we could add fairly easily. Hmm back. At least in my Windows development environment, with Resin Pro 3.0.x, when I drop a war file, the dates of all the files in the resulting webap

Re: [Resin-interest] Question about JEE Containers

2009-03-27 Thread Scott Ferguson
On Mar 27, 2009, at 10:04 AM, Matt Pangaro wrote: > Scott Ferguson wrote: >> Hmm. Not that I know of. Resin doesn't preserve the dates, but it >> would be something we could add fairly easily. > > Hmm back. At least in my Windows development environment, with Resin > Pro > 3.0.x, when I drop

Re: [Resin-interest] Recompilation of jsp on every request for the same page

2009-03-27 Thread Scott Ferguson
On Mar 27, 2009, at 4:29 AM, Prasad Chaudhari wrote: Hi All, Resin compiles the jsp page and its included tags every time that jsp page is clicked. Shouldn't Resin compile the JSP page only after first click? After the changing the log level of resin to fine it shows following stack tr