- From: Fabian Ritzmann <Fabian.Ritzmann@Sun.COM>
- Date: Thu, 04 Oct 2007 13:41:22 +0300
- To: Christopher B Ferris <chrisfer@us.ibm.com>
- Cc: public-ws-policy@w3.org
- Message-id: <4704C352.8050300@Sun.COM>
You removed the '/' character from the wrong tag. Here is the original version from the referenced WS-RM Policy 1.1: <wsrmp:RMAssertion [wsp:Optional="true"]? ... > <wsp:Policy> [ <wsrmp:SequenceSTR/> | <wsrmp:SequenceTransportSecurity/> ] ? <wsrmp:DeliveryAssurance> <wsp:Policy> [ <wsrmp:ExactlyOnce/> | <wsrmp:AtLeastOnce/> | <wsrmp:AtMostOnce/> ] <wsrmp:InOrder/> ? </wsp:Policy> </wsrmp:DeliveryAssurance> ? </wsp:Policy> ... </wsrmp:RMAssertion> Fabian Christopher B Ferris wrote: > > Example in section 5.3.2 [1] has a leading '/' char in the > wsrmp:DeliveryAssurance assertion. This issue has been logged in > Bugzilla [2] as 5128. > > <wsrmp:RMAssertion [wsp:Optional="true"]? ...> > <wsp:Policy > > [ <wsrmp:SequenceSTR/> | > <wsrmp:SequenceTransportSecurity/> ] ? > <wsrmp:DeliveryAssurance/> > <wsp:Policy > > [ <wsrmp:ExactlyOnce/> | > <wsrmp:AtLeastOnce/> | > <wsrmp:AtMostOnce/> ] > <wsrmp:InOrder/> ? > </wsp:Policy> > </wsrmp:DeliveryAssurance> ] ? > </wsp:Policy> > </wsrmp:RMAssertion/> > > Should be: > > <wsrmp:RMAssertion [wsp:Optional="true"]? ...> > <wsp:Policy > > [ <wsrmp:SequenceSTR/> | > <wsrmp:SequenceTransportSecurity/> ] ? > <wsrmp:DeliveryAssurance/> > <wsp:Policy > > [ <wsrmp:ExactlyOnce/> | > <wsrmp:AtLeastOnce/> | > <wsrmp:AtMostOnce/> ] > <wsrmp:InOrder/> ? > </wsp:Policy> > <wsrmp:DeliveryAssurance/> ] ? > </wsp:Policy> > </wsrmp:RMAssertion/> > > [1] > http://www.w3.org/TR/ws-policy-guidelines/#QName_and_XML_Information_Set_representation > > [2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128 > > Cheers, > > Christopher Ferris > STSM, Software Group Standards Strategy > email: chrisfer@us.ibm.com > blog: http://www.ibm.com/developerworks/blogs/page/chrisferris > phone: +1 508 234 2986 -- Fabian Ritzmann Sun Microsystems, Inc. Stella Business Park Phone +358-9-525 562 96 Lars Sonckin kaari 12 Fax +358-9-525 562 52 02600 Espoo Email Fabian.Ritzmann@Sun.COM Finland
Received on Thursday, 4 October 2007 10:41:41 UTC