← Prev in month ← Prev in thread
Next in thread → Next in month →

[sca-assembly] NEW ISSUE: Ambigous Service Resolution

From
Dieter Koenig1 <>
Date
2007-11-26T18:08:51+00:00
ID
Thread
[sca-assembly] NEW ISSUE: Ambigous Service Resolution
TARGET: SCA Assembly (although detected as a language implementation
problem).

DESCRIPTION: WS-BPEL processes may assign an EPR (pointing to themselves)
to a variable in order to e.g. pass it as a callback EPR to another service
partner:

      <assign>
         <copy>
            <from partnerLink="NCName" endpointReference="myRole" />
            <to variable="BPELVariableName" />
         </copy>
      </assign>

If the component's interface (the WSDL port type referenced by the WS-BPEL
partner link type) is exposed as a service multiple times (e.g. with
different bindings) then it is not clear which of these service endpoints
should be used to create the EPR. A Java user of createSelfReference() may
specify a full URI in order to resolve the ambiguity, however, the WS-BPEL
runtime would not be able to make this decision.

PROPOSAL: None so far.

Kind Regards
DK
← Prev in month ← Prev in thread
Next in thread → Next in month →