5 Replies Latest reply on Jun 17, 2010 1:26 PM by ssilvert

    deploying bundled app with jsf1.2 jars in jboss-6.0.0.M2

    jguglielmin

      In previous versions of jboss application servers, we were able to deploy applications with different versions of jsf with the following context-param:-

      <context-param>
        <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
        <param-value>true</param-value>
      </context-param>

      However, with jboss-6.0.0.M2, it appears that classloading of jsf (2.0.2.FCS) is already done before the application is deployed and you get a warning that there are duplicate listeners trying to be loaded (from application bundle) and they are ignored.  I have tried also using the jboss-web.xml settings (first left out as were not required with previous jboss AS versions) for class-loading, but still cannot get this to work.  Is this something that will be supported in this generation of jboss application servers?  If not, how will deploying different versions of jsf jars be handled?  Is there an example somewhere?  Documentation?

      Thanks.