4 Replies Latest reply on Nov 3, 2006 8:40 AM by theute

    libs

    franco12

      Hello
      I'm using JBoss Portal 2.4 on windows and eclipse.

      The portlet I import in my portal have their own libs (for example :
      explode.jar, jsf-api.jar, jsf-impl.jar, myfaces-impl.jar, portal-common-lib.jar, portlet-api-lib.jar)

      I'd like to know if JBoss Portal is using its own libs (for example Java Server Faces 1.2 libs like said in the feature list for the JSF libs)

      thanks

        • 1. Re: libs
          franco12

          no one can reply?

          .. or no one can understand my bad english ;)

          • 2. Re: libs
            theute

            I don't understand it...

            But Myfaces libs are already included at the JBoss AS level in:
            server/default/deploy/jbosswebxx.sar/jsf-libs

            • 3. Re: libs
              franco12

              for example I import example.war in my portal.
              this war file incorporates libs in "WEB-INF\libs"

              I'm just wondering if Jboss portal uses its own libs or the one included the war files I import.

              thanks

              • 4. Re: libs
                theute

                It's using the same classloading rules as of JBoss AS.
                It all depends on your configuration, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoading

                (For the myFaces lib for example, it will use the one in jsf-libs with the out-of-the-box configuration)