I thought I could disable the JSF-RI class loading by using th delegate="false" attribute in sub-web.xml However, I learnt from this link that GF always load JSF-RI.
http://forum.java.sun.com/thread.jspa?threadID=5177707&tstart=270 I have also tried the steps in the link I posted in my previous message. I manually move the JSF-RI-impl.jar from $GF_HOME/lib to some where else. The result is web-based failed to show and application failed to run. But my root cause is from Clay's incompatibility with Glassfish. When I put span jsfid="ignore" and do all HTML input tag translation by myself. It's ok. You can refer to my another post for my root problem. It seems like the auto-generation of viewState from Clay engine is not compatible with Glassfish. Sorry, I cannot help you further. Good luck. Hendrik Beck (camunda) wrote: > > Hey Brody! > > I was asking a pretty similar question some days ago and I am still > interesting in getting it running (which I didn't managed to so far). > > Can I ask you that question: Are you interesting in really getting MyFaces > to run on Glassfish or would it also be possible to make the application > somehow "interchangeable" by letting it use the Sun-RI impl instead of the > MyFaces Core? The latter solution is what I tried after I failed with the > first option, but no success so far. > > > Regards > Hendrik > > >> -----Original Message----- >> From: Brody Wong [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, October 03, 2007 7:28 PM >> To: [email protected] >> Subject: Using Myfaces with Glassfish V2 Final >> >> >> Has anyone successfully using Myfaces with Glassfish V2? If yes, can you >> please tell me how to do it? >> >> Thanks in advance. >> >> P.S.: I have tried the instructions at the following link but could not >> successfully run my application with Myfaces. >> >> http://blogs.sun.com/chengfang/date/20060322 >> -- >> View this message in context: http://www.nabble.com/Using-Myfaces-with- >> Glassfish-V2-Final-tf4561482.html#a13017794 >> Sent from the MyFaces - Users mailing list archive at Nabble.com. > > > > -- View this message in context: http://www.nabble.com/Using-Myfaces-with-Glassfish-V2-Final-tf4561482.html#a13052257 Sent from the MyFaces - Users mailing list archive at Nabble.com.

