- From: Roland Merrick <roland_merrick@uk.ibm.com>
- Date: Thu, 23 Apr 2009 11:06:08 +0100
- To: "Chermside, Michael" <mchermside@ingdirect.com>
- Cc: public-soap-jms@w3.org, public-soap-jms-request@w3.org
- Message-ID: <OF4E3C3BC9.16208B64-ON802575A1.0037492A-802575A1.00377E8F@uk.ibm.com>
Greetings Michael, thanks for letting us know, change made in latest editor draft [1]. [1] http://dev.w3.org/2008/ws/soapjms/soapjms.html#binding-header-props-xmp Regards, Roland From: "Chermside, Michael" <mchermside@ingdirect.com> To: <public-soap-jms@w3.org> Date: 23/04/2009 08:00 Subject: Reporting a minor error I was reading the current SOAP-JMS spec at http://www.w3.org/TR/2008/WD-soapjms-20081121 and I noticed a tiny flaw; I figured this was the place to report it. In section 2.2.2.1, the non-normative sample code demonstrating how a JMS message header property may be set contains the following line of code: int deliveryMode = deliveryModeStr..equals("PERSISTENT") ? DeliveryMode.PERSISTENT, DeliveryMode.NON_PERSISTENT; I believe that the final comma should be a colon instead, leading to this instead: int deliveryMode = deliveryModeStr..equals("PERSISTENT") ? DeliveryMode.PERSISTENT : DeliveryMode.NON_PERSISTENT; Of course, it's a really minor point and it's non-normative, but since I noticed I thought I'd point it out while things are still in draft status. -- Michael Chermside mcherm@mcherm.com ***************************************************************************** This email may contain confidential or privileged information. If you believe you have received the message in error, please notify the sender and delete the message without copying or disclosing it. ***************************************************************************** Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
Received on Thursday, 23 April 2009 10:08:06 UTC