1 2 3 Previous Next 32 Replies Latest reply on Jan 10, 2010 3:27 PM by ssilvert Go to original post
      • 30. Re: JBOSS 5 RC1 with JSF 2.0.1
        longbeach

        A little update :

        I built the whole project, that took a long time :

        _buildmagic:init:
        init:
        jboss-all-client:
         [mkdir] Created dir: D:\WORK\workspaceGalileo\Branch_5_x\build\output\temp
         [jar] Building jar: D:\WORK\workspaceGalileo\Branch_5_x\build\output\jboss-6.0.0.M1\client\jbossall-client.jar
         [delete] Deleting directory D:\WORK\workspaceGalileo\Branch_5_x\build\output\temp
        install:
        most:
        main:
        BUILD SUCCESSFUL
        Total time: 49 minutes 6 seconds
        


        I then added jboss-mc-int-servlet.jar to jboss-5.1.0.GA.jdk6\common\lib

        And I replaced jboss-faces.jar in jboss-5.1.0.GA.jdk6\server\default\deploy\jbossweb.sar\jsf-libs\jboss-faces.jar

        I also needed to add the following 3 jars to jboss-5.1.0.GA.jdk6\common\lib, related to the new Bean Validation API :
        validation-api.jar
        hibernate-validator.jar
        hibernate-validator-legacy.jar

        And it works :)

        I am not familiar with that Bean Validation API yet but it surely looks interesting.


        • 31. Re: JBOSS 5 RC1 with JSF 2.0.1
          apovodyrev

          I got the same problem upgrading jboss 5.1.0 with jsf 2.0.2

          "ConfigurationException: no web.xml present" onstartup while deploying webservices  (using bundled jbossws). Anyone can hint to a work around?

          Thanks

           

          Andrei

          • 32. Re: JBOSS 5 RC1 with JSF 2.0.1
            ssilvert

            Hi Andrei,

             

            See https://jira.jboss.org/jira/browse/JBAS-7130

             

            The workaround still exists in AS6 Milestone 1.  So copy and replace /server/default/deploy/jbossweb.sar/jsf-libs/jboss-faces.jar from the 6.0.0.M1 download.  It's a hack, but it should fix your problem.

             

            Stan
            1 2 3 Previous Next