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 you are using maven2 copying our plugin setup should give you working precompiled jsps. For instance the admin console has precompiled jsps.

thanks
david jencks

On Aug 16, 2007, at 11:40 AM, Aman Nanner/MxI Technologies wrote:


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 supported
      at
org.apache.geronimo.jasper.JasperServletContextCustomizer $JasperInstanceManager.newInstance (JasperServletContextCustomizer.java:84) at jspservlet.common.security.login.default_jsp._jspService (Unknown
Source)
-------

I do not get this error when I do not precompile my JSPs. After a little investigation, it seems that my precompiled JSPs are compiled differently then when they are compiled at runtime by the server. The different code
that is created after compilation triggers the above error in the
org.apache.geronimo.jasper.JasperServletContextCustomizer class.

I'm trying to figure out why these JSPs would be compiled differently in
these scenarios.  Anybody have any ideas?

I'm using Geronimo 2.0.

Thanks,
Aman

______________________________________________________________________ ____________ * This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. Unless you are the addressee (or authorized to receive for the addressee), you may not use, copy or disclose the message or any information contained in the message. If you have received this message in error, please advise the sender by reply e- mail , and delete the message, or call (collect) 001 613 747 4698. *


Reply via email to