webtier@glassfish.java.net

Re: JSF 2.0: Mojarra on JBoss and WebSphere?

From: <webtier_at_javadesktop.org>
Date: Tue, 16 Mar 2010 03:50:00 PDT

I'm just getting back to this thread after burning through some vacation time. :-)

There are two ways to get WebSphere 7 to use JSF 2:

Good:
- Put jsf-api.jar and jsf-impl.jar in WEB-INF/lib and set module classloader to PARENT_LAST

Better:
- Put jsf-api.jar and jsf-impl.jar in the server filesystem, create a shared library (isolated classloader checked), and assign the shared library to the web module.
[Message sent by forum member 'rdean400' (rdean400_at_yahoo.com)]

http://forums.java.net/jive/thread.jspa?messageID=392120