0 Replies Latest reply on Oct 28, 2011 3:02 AM by stefan2k

    Migrating JSF2.1 project to JBoss-AS-7

    stefan2k

      Hello everybody!

       

      OS: Windows 7 32bit

      Java: Java 1.6

      Eclipse: Eclipse Indigo 3.7.0

      JBoss Tools: 3.3.0

      JBoss Server: JBoss-AS-7.0.2

       

      I'm migrating a JSF2.1 project from tomcat to jboss-as-7.

       

      In my original project I wrote a CustomSelectManyCheckboxListRenderer which extended MenuRenderer and worked fine.

       

      Unfortunately with the jsf version of jboss-as-7 (jboss-spec-2.0) none of the imported com.sun.faces.* packages can be resolved.

      Is the source of the jboss jsf library available for download?

       

      Any help would be greatly appreciated!

       

       

      Thanks in advance,

      Stefan

       

      Solved .... jsf-impl dependency was missing.

       


      <dependency>


      <groupId>com.sun.faces</groupId>


      <artifactId>jsf-impl</artifactId>


      <version>2.1.3-b02-jbossorg-2</version>


      <type>jar</type>

      </dependency>