Be sure that in the *.ear/META-INF/application.xml you have the following:
(** - is my project name)
<module>
| <web>
| <web-uri>jboss-seam-**.war</web-uri>
| <context-root>/**</context-root>
| </web>
| </module>
|
| <module>
| <ejb>jboss-seam-**.jar</ejb>
| </module>
|
| <module>
| <java>jboss-seam.jar</java>
| </module>
I had modified this last entry (jboss-seam.jar) and I was getting the same entry, so make
sure you still have this pointing to the seam jar file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120179#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...