1 Reply Latest reply on May 24, 2011 2:04 PM by jaikiran

    AS 6 weld.deployer not deploying

    robertgary1

      I have a simple test application that injects a Conversation..

       

          @Inject

          Conversation conversation;

       

      If I deploy my application into server/default/deploy it works great. However, if I deploy into server/myserver/deploy it does not (conversation is just null). I have the weld.deployer in my deployers. Clearly we've done something wrong in setting up our server but I'm not sure how to go about debugging it. We do not use the jsf.deployer because of classloader dependency problems, not sure if the weld.deployer relies on the jsf.deployer.

       

      What I can look for or turn on to help determine why the weld.deployer isn't deployed in my server?

       

      -Robert