MyFaces setup problem
I try to setup an Idea project for the bookings example from JBoss Seam.
I have installed JBoss 4.0.4 (ejb3 profile) and got the booking example working (using the ant task).
JBoss contains MyFaces 1.1.1.
Now I have got a problem with the JSF setup wizard when creating the web module:
I cannot find these jars anywhere in the JBoss folder, so Idea still complains "The following libraries are missing":
commons-lang.jar
commons-validator.jar
jakarta-oro.jar
I wondered wether JBoss uses some stripped down version of MyFaces, so I downloaded MyFaces 1.1.3 separately. Now that download does contain a commons-lang.jar, but commons-validator.jar and jakarta-oro.jar are still nowhere in sight.
What's wrong here?
Please sign in to leave a comment.
Hello Stephen,
I've removed these libraries from the list of necessary libraries. So the
problem will disappear in next EAP.
Hi,
have you got working a JBoss Seam example (e.g. bookings) in IntelliJ?
How have you proceed?
EJB/Web-Module?
Thanks