2 Replies Latest reply on Feb 8, 2007 1:27 PM by jump

    Migrating from 1.1.1 GA 2 1.1.6. Problem with injection occu

    jump

      this code worked with 1.1.1 and now it does not

      @Stateless
      @Name("login")
      public class DefaultLogin implements Login {
      
       @In(create=true)
       private Actor actor;
      ..........................................
      }
      


      failed to inject actor