6 Replies Latest reply on Dec 25, 2009 12:02 PM by boraldo1

    Is there a way to update JSF without replacing the default f

    thomasgo

      Hi,

      I need to update the JSF version used by app from 1.2_04 (the default provided by JBoss) to 1.2_13.

      However, the only way I can see now is to either replace the files in my server's deploy/jboss-web.deployer/jsf-libs folder or leave the files there but change the web.xml to point to jsf-impl-1.2_13.jar.

      However, I'd like to be independent of the server, i.e. I'd like to provide the jars with my app and use that version instead of the JBoss provided version, effectively overriding it.

      Is there a way to do so?

      Thanks in advance.

      Thomas