I followed the documentation to use @MessageBundle with Seam Solder 3.1.0 here :
but a get en error at compile time when Maven try to compile generated annotation :
[ERROR] error: Cannot read com.apps.web.messages package files, cause : java.io.FileNotFoundException: com.apps.web.messages/WebMessages
When I check in target directory the file is generated correctly :
target/generated-sources/annotations/com/apps/web/messages/WebMessages_$bundle.java
It seems that the maven plugins or the compiler can not find the interface WebMessages localized in src/main/java/com/apps/web/messages/ when he try to compile WebMessages_$bundle generated file.
Environnement:
Seam Solder 3.1.0.Final / Maven 3.0.3 / JDK 1.7 / JBoss AS 6.1.0
Comments
Post a Comment