Skip to main content



      Home
Home » Modeling » BPEL Designer » OASIS 129: Syntax change in Role
OASIS 129: Syntax change in Role [message #2038] Mon, 12 December 2005 11:01
Eclipse UserFriend
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'm posting this to the newsgroup in case people are tracking the
current codebase and wonder why things are broken.

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

james
Previous Topic:Linux for Eclipse Windows Platform
Next Topic:How to set a background picture in the rptdesign file
Goto Forum:
  


Current Time: Wed May 07 11:32:09 EDT 2025

Powered by FUDForum. Page generated in 0.02995 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top