facebook

JSF JBoss4.0.3SP1

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250965 Reply

    vdurr
    Member

    Could anybody tell me how to configure my JSF projet so that it could work with jboss4.03 => this version already include the JSF libs (MyFaces impl.)

    #251000

    Riyad Kalla
    Member

    vdurr,
    I’m not certain but I think you can simply remove the MyFaces JARs from yoru project, and let the project use the JBoss ones.

    #251042

    vdurr
    Member

    Thanks for the reply,
    could you give me a bit more expl.
    When I add JSF capabilities, the JARs are added to the WEB-INF/ and WEB-INF/lib/.
    When I deploy the project, I found the jar twice in the .war
    If i remove the jar in the project directory WEB-INF/lib and deploy it to the server, I get an error fron jboss…
    If i remove all the JARs (WEB-INF/ and WEB-INF/lib) or juste say in the “add JSF capabilities” wizzard to not copy the jar, witch in deed is the same, it works in JBoss, but i get error in eclipse and i cant use the library (auto completion etc…)
    So the solution would be to control the deployement….the .war generation
    Could you a way to do that?
    Thans
    Vincent

    #251056

    Riyad Kalla
    Member

    When I add JSF capabilities, the JARs are added to the WEB-INF/ and WEB-INF/lib/.
    When I deploy the project, I found the jar twice in the .war

    This is a bug, they should only be under /lib, sorry for that trouble.

    If i remove all the JARs (WEB-INF/ and WEB-INF/lib) or juste say in the “add JSF capabilities” wizzard to not copy the jar, witch in deed is the same, it works in JBoss, but i get error in eclipse and i cant use the library (auto completion etc…)

    This sounds like a bug, what error/problems do you get?

    So the solution would be to control the deployement….the .war generation
    Could you a way to do that?

    We don’t have support for what you need right now.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSF JBoss4.0.3SP1

You must be logged in to post in the forum log in