2 Replies Latest reply on Feb 9, 2006 12:36 AM by amarinis

    Expression Fails when In and Out injection specified

      @In(required=false)
      @Out(scope=ScopeType.BUSINESS_PROCESS,required=false)
      long fileId;

      The above makes a task expression fail. If I remove the @In annotation then everything works fine. However I have another method within the same seam component that requires the varbiable at a later stage in the workflow.

      I would have thought that the required=false parameter would allow for a null variable value.