Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] OASIS 129: Syntax change in Role


I've fixed defect 119734, which implements OASIS issue 129 in the model.

The summary is that this old syntax:

  <plnk:partnerLinkType name="SampleProcessPartnerLinkType">
    <plnk:role name="ProcessRole">
      <plnk:portType name="wsdl0:SampleProcess"/>
    </plnk:role>
  </plnk:partnerLinkType>

Now looks like this:

  <plnk:partnerLinkType name="SampleProcessPartnerLinkType">
    <plnk:role name="ProcessRole" portType="wsdl0:SampleProcess"/>
  </plnk:partnerLinkType>

I've released changes to the model (and associated changes to the UI). Needless to say, this is a breaking change as far as existing processes go.

I'll upload a new version of the sample process to the web site.

james

Back to the top