
|
If you were logged in you would be able to see more operations.
|
|
EJB Cartridge
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
|
|
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
|
|
|
There are no comments yet on this issue.
|
| |
|
|