2 Replies Latest reply on Feb 22, 2006 3:54 AM by louise_za

    JBoss and Java server faces

    louise_za

      Hi!

      i am using JBoss and would like to create applications that use JSF functionality. I downloaded jboss-portal-2.2.0-bundled - is all JSF support already enabled in this package? Are there any extra jars that I have to add to my server's lib directory?

      Louise

        • 1. Re: JBoss and Java server faces
          dexsec

          sdasda

          • 2. Re: JBoss and Java server faces
            louise_za

            On starting the server I see the following output:


            10:46:29,125 INFO [FacesConfigurator] Reading standard config org/apache/myface
            s/resource/standard-faces-config.xml
            10:46:29,171 INFO [FacesConfigurator] Reading config jar:file:/C:/jboss-portal-
            2.2.0-bundled/server/default/tmp/deploy/tmp28992jsf-facelets.jar!/META-INF/faces
            -config.xml
            10:46:29,187 INFO [FacesConfigurator] Reading config jar:file:/C:/jboss-portal-
            2.2.0-bundled/server/default/tmp/deploy/tmp29004tomahawk.jar!/META-INF/faces-con
            fig.xml
            10:46:29,250 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
            10:46:29,281 ERROR [LocaleUtils] Locale name null or empty, ignoring
            10:46:29,281 INFO [RenderKitFactoryImpl] RenderKit with renderKitId 'HTML_BASIC
            ' was replaced.
            10:46:29,296 INFO [MyFacesGenericPortlet] PortletContext 'C:\jboss-portal-2.2.0
            -bundled\server\default\.\deploy\jboss-portal.sar\portal-core.war\' initialized.

            Does this mean that I can develop jsf applications without having to worry about anything on the server side?