0 Replies Latest reply on Sep 22, 2007 2:07 PM by ericomtx

    hibertane2 seam sample with maven and glassfish

    ericomtx

      I'm trying to run hibernate2 example with maven and glassfish

      When I try to register a new user I get this error message :
      ...
      java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed)
      ...
      java.lang.IllegalStateException: No active event context
      ...

      There is nothing wrong with web.xml and only one SeamPhaseListener instances registered in it ...