>>>>> On Fri, 03 Sep 2010 03:36:28 -0700 (PDT), glassfish_at_javadesktop.org said:
L> INFO: Mojarra 2.0.2 (FCS b10) für Kontext '/openfaces-demo-facelets' wird initialisiert.
L> INFO: Monitoring jndi:/server/openfaces-demo-facelets/WEB-INF/faces-config.xml for modifications
L> INFO: Loading application openfaces-demo-facelets at /openfaces-demo-facelets
L> INFO: Loading openfaces-demo-facelets Application done is 10376 ms
L> INFO: Mojarra 2.0.2 (FCS b10) für Kontext '/Component_Showcase' wird initialisiert.
L> INFO: Monitoring jndi:/server/Component_Showcase/WEB-INF/faces-config.xml for modifications
L> INFO: Loading application Component_Showcase at /Component_Showcase
L> INFO: Loading Component_Showcase Application done is 4159 ms
L> INFO: GlassFish Server Open Source Edition 3.0.1 (22) startup time : Felix(5686ms) startup services(15485ms) total(21171ms)
L> INFO: Binding RMI port to *:8686
L> Any idea where I git it wrong?
Hello Luca, and thanks for your interest in Mojarra and GlassFish.
To help us serve you better, I request the following actions.
* Please include a link to the instructions you used.
Perhaps we have an error in the instructions?
* Decide if you want to upgrade the Mojarra version for the entire
container, or just for a single app. If just for a single app, you
need to place the jsf-api.jar and jsf-impl.jars in the WEB-INF/lib
directory *and* include a sun-web.xml that has the element
<class-loader delegate="false">, like this:
<?xml version="1.0" encoding="UTF-8"?>
<sun-web-app>
<class-loader delegate="false"/>
</sun-web-app>
If you want to upgrade for the entire container, remove the
jsf-api.jar and jsf-impl.jar files from the modules directory and
replace them with the newer ones.
Please try that and get back to us!
Thanks again,
Ed