Re: Re: Re: el 2.2
Michel Viollet <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
This may be related to EL factory configuration... ( -Djavax.el.ExpressionFactory=odysseus.el.ExpressionFactory.Impl ) More details here : http://juel.sourceforge.net/guide/basic/factory.html#configinfo -- Michel Le 29/09/2010 13:14, Patrick Reignier a écrit : Hi Putting the jar in the lib/ext of Jonas did not work (still using EL 2.1) Restarting from the jar in the WEB-INF/lib folder, I now have the folloqing exception : java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/ow2/jonas/web/tomcat6/loader/JDK6WebappClassLoader) of the current class, com/sun/faces/config/ConfigureListener, and the class loader (instance of org/apache/felix/framework/searchpolicy/ModuleImpl$ModuleClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature Thanks Best On 09/29/2010 10:58 AM, Michel Viollet wrote: Hi, Not sure about that, but should not you be dropping juel-2.2.x.jar into WEB-INF/lib ? (juel-2.2.x.jar = juel-api-2.2.x.jar + juel-impl-2.2.x.jar + juel-spi-2.2.x.jar) If still not working, I suggest dropping this jar into $JONAS_BASE/lib/ext HTH -- Michel juel-2.2.x.jar Le 28/09/2010 22:24, Patrick Reignier a écrit : hi all For my JSF 2.0 application, I need to switch to Expression Language 2.2 to be able to use parametrized actions. Does anyone knows how to do this on a Jonas 5.1.2 server ? I have tried dropping juel-impl-2.2.1.jar and juel-spi-2.2.1.jar in the WEB-INF/lib but they were not used Thanks for any help Best