1 Reply Latest reply on Nov 18, 2008 2:42 AM by maxandersen

    JBoss Tools JSF/Add Custom Capabilities/JBoss RichFaces3.1 h

    bdlink

      I am running Eclipse 3.4.1 with JBoss tools 3 latest daily (Updated Nov 16/08).

      I created a JSF project and tried to add RichFaces Libraries.

      1st attempt, adding RichFaces 3.2.2.SR1 with Configure Build Path. Added the RichFaces jars as external jars under libraries tab of Java Build path. The libraries appeared as referenced libraries, but not under Web App Libraries in the package explorer. When I ran the app, the uri for richfaces could not be found, so the jars did not make it into the application.

      2nd attempt. I discovered right clicking on the project in the Web Project explorer had a JBoss Tools JSF/Add Custom Capabilities. I tried using this and selecting JBoss RichFaces3.1 (since I was not that picky about the version). The entire IDE hung.

      How are we supposed to add RichFaces to a JSF Project? Is there any way to use 3.2.2.SR1?

        • 1. Re: JBoss Tools JSF/Add Custom Capabilities/JBoss RichFaces3
          maxandersen

          1) You should put the jar's into the lib directory; then it should get picked up automatically.
          Otherwise look at project properties J2EE dependencies

          2) Report that as a bug - the IDE should not hang.

          There is nothing special about Richfaces jar's compared to any other framework jars so just add it to the WEB-INF/lib directory.