i have Web Application which should use JSF 2.0 libraries included in WEB-INF/lib… but it does not… instead of i’m getting exception because my server (JBoss 4.2) also provides JSF libraries…
How can i force my application to use .jar’s from WEB-INF/lib ?
Note: When i removed JSF libs from server, my application runs as it should.
Tell JBoss that your WAR already bundles JSF by the following entry in your webapp’s
web.xml.