6 Replies Latest reply on Jul 31, 2007 5:44 PM by harpritt

    Injecting @Unwrap'ed component

    dgallego

      Is it possible to inject a component marked with @Unwrap?

      I want to inject the "taskInstanceListForType" component, but I can't.

      .

      @In(required=false, scope=ScopeType.APPLICATION)
      TaskInstanceListForType taskInstanceListForType;
      


      An exception is thrown:
      @In attribute requires value for component... "

      Maybe It is not a problem related to @Unwrap.
      Has someone tried injecting this component?.

      Thanks