Varun Nayudu wrote:
Is there a way to tell JBoss to let the WAR load its own JSF libraries
If, for example, you'd like to use MyFaces instead of the java.net implementation of JSF that comes with JBoss, then just include the following element in your web.xml:
This will instruct the classloader to make use of the libraries included in your WAR.