You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an assign is of the following form:
--cut--
<copy>
<from>
<literal>
<sref:service-ref>
<addr:EndpointReference>
<addr:Address>
http://example.com/auction/
RegistrationService/
</addr:Address>
<addr:ServiceName>
as:RegistrationService
</addr:ServiceName>
</addr:EndpointReference>
</sref:service-ref>
</literal>
</from>
<to partnerLink="auctionRegistrationService" />
</copy>
--end--
bosto complains with
--cut--
line 79:25: expecting PCDATA, found 'sref:service-ref'
line 85:27: expecting "<to>", found 'addr:ServiceName'
line 91:12: expecting EOF, found ''
--end--
Sample process: auction service of BPEL spec.
--end--
Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 7:56
Reasoning: BPELscript leaks support for Service Reference Schema of BPEL.
Solution:
> QuickFix: use <![CDATA[ ... ]]> for short
> ClearFix: Add corresponding rules to grammar.
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2009 at 7:56Attachments:
The text was updated successfully, but these errors were encountered: