2 Replies Latest reply on Jun 20, 2008 4:28 AM by porcherg

    getSourceValue() in VariableDefinitionImpl

    porcherg

      In method getSourceValue() in VariableDefinitionImpl, variable source values are constructed with a null wireContext.

      This creates a NullPointerException if the source descriptor uses the WireContext (e.g. if source descriptor is an objectDescriptor).

      There is a TODO in this method (to use an Execution context).
      Maybe as a temporary fix we could use the environment context instead of a null WireContext ?

      regards,
      Guillaume