History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: EJB-79
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Vance Karimi
Reporter: Leandro Hermida
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
EJB Cartridge

Missing dependencies to myfaces jars in core/pom.xml

Created: 13/Aug/07 01:32 PM   Updated: 13/Aug/07 01:32 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description   
When creating an AndroMDApp Seam cartridge project the core/pom.xml file seems to be missing the following necessary dependencies:

<dependency>
    <groupId>org.apache.myfaces.core</groupId>
    <artifactId>myfaces-api</artifactId>
</dependency>
<dependency>
    <groupId>org.apache.myfaces.core</groupId>
    <artifactId>myfaces-impl</artifactId>
</dependency>

Without these the myfaces jars do not get included into the build and you will get compilation errors such as:

[INFO] Compilation failure
TestActionBean.java:[57,21] cannot access javax.faces.application.FacesMessage
file javax/faces/application/FacesMessage.class not found



 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.