Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » OASIS 129: Syntax change in Role
OASIS 129: Syntax change in Role [message #2038] Mon, 12 December 2005 16:01
James Moody is currently offline James MoodyFriend
Messages: 61
Registered: July 2009
Member
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: Thu Apr 25 16:31:07 GMT 2024

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

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

Back to the top