3 Replies Latest reply on Mar 28, 2008 1:21 PM by pmuir

    problem with deploying examples on jboss as 4.2

    zzysh

      I use java 6, jboss as 4.2, jboss-seam 2.1 snapshot.


      when I deploy a example from example folder, like booking, registration on jboss as 4.2, will throw a error as follow:



      ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].
      [localhost].[/seam-registration]] 
      Exception sending context initialized event to listener instance of 
      class org.jboss.seam.servlet.SeamListener
      
      java.lang.IllegalStateException: 
      two packages with the same @Namespace: 
      http://jboss.com/products/seam/security




      it seemed there are two same packages with the same namespace. before I update the code with svn everything is ok, but after update the code from svn, i can't deploy any example on jboss.