Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
I was using the version of Jasper that came with Geronimo, but I was not using the Maven plugin because we currently do not use Maven for our build scripts. The critical piece was to add the property as I described in my earlier response. Thanks, Aman David Jencks <[EMAIL PROTECTED]> wrote on 08

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
This is an issue that relates to the G543818 Tomcat patch in Geronimo. This patch seems to have implemented instance manager pooling for tags. Geronimo requires this, and in order to enable this for precompilation, the following Java system property needs to be set in the precompilation process: o

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread David Jencks
You need to use the version of jasper that comes with geronimo 2.x or the tomcat trunk (completely unreleased). Otherwise the ideas of how to deal with annotations are 100% incompatible. IIUC we are using a maven plugin that has all the correct stuff to get the correct jasper version so if

Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
I've tried precompiling my JSPs for the first time using the org.apache.jasper.JspC class. The precompiling works fine, except I get a runtime error in the JSPs when I try to access my web application: --- java.lang.UnsupportedOperationException: separate instantiation and injection is not s