The other issue is:
08:54:23,709 WARN [SeamPhaseListener] There should only be one Seam phase listener per
application
When you use the wizard to create an EAR project I get this issue every time. The
application will deploy properly, but then it will not load up and you'll get an
exception about duplicate PhaseListener's.
I think the problem is a collision between the base project and the ejb project and their
manifest files. If you go into the manifest file in the META-INF directory of the ejb
project and delete the reference to jboss-seam.jar and then redeploy your app it will now
work.
Of course this causes problems in the eclipse project. You can right-click on the project
and now go in and manually add jboss-seam.jar back to the build path to fix that. I
figured this out this morning as a workable solution. Kind of messy and just a hack, but
so far it works.
beren
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172813#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...