facebook

Genuitec J2EE5 and MyFaces1.2 Conflict w/ JSF RI

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281522 Reply

    VinceVentin
    Member

    I am trying to build a J2EE5 application using MyFaces1.2 but I get a conflict with the JSF RI library that is packaged with the Genuitec J2EE5 library.

    What is the best way to deal with this? Are there any problems with dropping the Genuitec and using a simple J2EE5 library?

    Thanks for any help.

    #281526

    msmalley
    Member

    That’s what I’d do. You’d remove the Java EE 5 library from the build path and add each of the jars you need explicitly (probably easiest to link them from the lib in your app server.) An even better approach would be to create a user library, add the jars from your app server to that, and then you can link to your user lib from multiple projects.

    I have, however, run into some issues with this approach: https://www.genuitec.com/forums/topic/stale-reference-to-javaee-jar/

    Also, if you have trouble figuring out which jars you need from your app server check out jarfinder.com

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Genuitec J2EE5 and MyFaces1.2 Conflict w/ JSF RI

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