I'm working with Tomcat 7 using web xml fragements and Servlet annotations.
When metadata-complete="false" startup time is bad. It can be improved by
excluding jars using tomcat.util.scan.DefaultJarScanner.jarsToSkip. This is
great except now everytime I add a jar I need to add it to this list t
I went ahead and created an issue:
http://issues.apache.org/bugzilla/show_bug.cgi?id=42934
On 7/17/07, Michael Youngstrom <[EMAIL PROTECTED]> wrote:
I'm using Seam and a Seam app depends upon the Seam application being
initialized before you can do much of anything in Seam.
Tha
I'm using Seam and a Seam app depends upon the Seam application being
initialized before you can do much of anything in Seam.
That said Seam puts some hooks into the sessionDidActivate() and
sessionDidPassivate() events. Because of that when I start up my app
I'm getting a Seam IllegalStateExcep