1 Reply Latest reply on May 15, 2009 5:34 PM by locrianmode

    Injection of PooledTaskInstanceList : @In attribute requires non-null value

    yakamax

      Hi,


      I'm trying to inject org.jboss.seam.bpm.pooledTaskInstanceList in a Stateless Bean:


      @In(value = "org.jboss.seam.bpm.pooledTaskInstanceList", scope=ScopeType.APPLICATION)
      public PooledTaskInstanceList pooledTaskInstanceList;




      I call a @WebRemote Method that use this injection and I got this exeption :


      org.jboss.seam.RequiredException:  
      @In attribute requires non-null value:
      myBeanAction.org.jboss.seam.bpm.pooledTaskInstanceList




      Do you have any idea?


      Let me know if you need more information.


      Thank you.