4 Replies Latest reply on Apr 29, 2011 7:33 AM by jharting

    EAR Application and WELD-001408 error at startup

    franekgc
      I have EAR application with two modules (ejb and web). There are seam servlet 3 jars in lib folder of my WEB module.
      The problem is, that at the server startup i get:

      ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=vfs:///E:/Development/jboss-6.0.0.Final/server/default/deploy/game.ear_WeldBootstrapBean state=Create: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [ServletExtension] with qualifiers [@Default] at injection point [[parameter 2] of [method] @Produces @TypedParamValue protected org.jboss.seam.servlet.http.RequestParamProducer.getTypedParamValue(InjectionPoint, ServletExtension)
              at org ...


      But when i remove WEB module from this EAR application and deploy just as a "stand alone" (without EAR) application everything works in order.

      Do You know what's going on?