- From: SOAP-JMS Binding Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Mon, 25 Jan 2010 17:22:58 +0000 (GMT)
- To: public-soap-jms@w3.org
ISSUE-25 (mphillip): URI example for jndiContextParameter [SOAP-JMS Binding specification] http://www.w3.org/2002/ws/soapjms/tracker/issues/25 Raised by: Mark Phillips On product: SOAP-JMS Binding specification Section 2.2.1 includes WSDL examples for the jndiContextParameter but no URI example. Proposal: Change the first jndiContextParameter example so that it includes both WSDL and URI snippets. i.e. replace: Example: Including the JNDI property com.acme.jndi.enable.tracing for the ACME Corporation JNDI provider <soapjms:jndiContextParameter name="com.acme.jndi.enable.tracing" value=true" /> ...with: Example: Including the JNDI property com.acme.jndi.enable.tracing for the ACME Corporation JNDI provider WSDL: <soapjms:jndiContextParameter name="com.acme.jndi.enable.tracing" value=true" /> URI: jndi-com.acme.jndi.enable.tracing=true ...and change the second jndiContextParameter example in the same way, so that: Example: Including the standard JNDI property java.naming.referral to disable (ignore) JNDI provider referrals. <soapjms:jndiContextParameter name="java.naming.referral" value="ignore" /> ...becomes: Example: Including the standard JNDI property java.naming.referral to disable (ignore) JNDI provider referrals. WSDL: <soapjms:jndiContextParameter name="java.naming.referral" value="ignore" /> URI: jndi-java.naming.referral=ignore
Received on Monday, 25 January 2010 17:22:59 UTC