0 Replies Latest reply on Aug 11, 2008 4:52 AM by anb1

    jbpm console in same EAR as another web app

    anb1

      Hello,

      I'm trying to deploy the jbpm console in the same EAR as another web application (seam)

      The reason is to share the ActionHandler jar.

      My jbpm-console.war deploys fine when alone in the deploy directory of Jboss 4.2.2 (I tweaked the archive acording to the wiki)

      Now when I bundle the console in the EAR, it deploys but when I login I get an error about seam phase listener.

      I think the problem is that the other web app has declared the facelet servlet listener and the console declares one as well.

      How can I resolve this problem ? Is it even possible to have 2 wars in an EAR ?