2 Replies Latest reply on Oct 5, 2010 4:09 AM by lvdberg

    AppDeploymentException in Websphere 6.1

    kzachara.kzacharakis.icap.gr

      Hello,


      When trying to deploy an exported ear in Websphere 6.1 we receive the following error in admin-console and the installation is aborted.


      The EAR file could be corrupt and/or incomplete. Make sure that the application is at a compatible Java 2 Platform, Enterprise Edition (J2EE) Level for WebSphere Application Server.
      AppDeploymentException: Type org.jboss.seam.annotations.Name not present java.lang.TypeNotPresentException: Type org.jboss.seam.annotations.Name not present


      The application contains an MDB declared as Seam Component.


      @MessageDriven(name = "RT_GENERATOR_LSN", activationConfig = {
                @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
                @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/RT_GENERATOR_Q")
      
      })
      @Name("taskGeneratorMDB")
      public class TaskGeneratorMDB extends BaseMDB implements MessageListener



      Working environmnet:
      - WAS 6.1.0.27 with EJB 3.0  Feature Pack)
      - Seam 2.1.2


      Can someone help on this?


      Thanks