11 Replies Latest reply on Jan 28, 2010 7:18 PM by balazska

    There should only be one Seam phase listener per application message in *Non* Seam Application

    georges.goebel

      Hi,


      I have a JBoss 4.2.2 installation with 2 independant applications deployed :


      1) EAR file with Seam
      2) WAR file without Seam


      When I start the JBoss instance, both applications work fine. The 2 applications don't interacte and are independant.


      When I copy a new version of the WAR file to the deploy directory the application deploys but I get in the log



      [SeamPhaseListener] There should only be one Seam phase listener per application



      and also


      [SeamUtilities] Seam environment detected



      But in the WAR file is no components.xml nor seam jar. Furthermore, the applications does not define any Seam imports or filters in the classes or in the web.xml



      Both application use the Icefaces library which is included in both applications.


      Is there a classloader problem or do I have a configuration problem ?


      When I stop and restart JBoss, both applications work fine !


      Georges Goebel