- From: Peter Easton <peaston@progress.com>
- Date: Tue, 24 Feb 2009 12:11:35 -0500
- To: <public-soap-jms@w3.org>
- Message-ID: <3712271BEF30D74CBEA9E827CD9ABDBD020B915A@MAIL03.bedford.progress.com>
ACTION-62 Proposal: Currently the section reads: [Definition: soapjms:jndiContextParameter ] (soapjms:jndiContextParameterType) * Specifies an additional property, other than jndiURL and jndiInitialContextFactory, which is needed to connect to the JNDI provider. * An optional property that MAY be specified more than once. * The JNDI property's name MUST be included in the name attribute, its value MUST be included in the value attribute. * MAY be specified in JMS URI, WSDL, or somewhere else in the environment Example: including the JNDI property com.sun.jndi.someParameter WSDL <soapjms:jndiContextParameter name="com.sun.jndi.someParameter" value="someValue" /> Change to: [Definition: soapjms:jndiContextParameter ] (soapjms:jndiContextParameterType) * Provides mechanism to set additional, arbitrary JNDI environment properties, other than jndiURL and jndiInitialContextFactory, in the HashMap sent to the InitialContext constructor for the JNDI provider, * An optional property that MAY be specified more than once. * Specifies a JNDI property name and value pair to be added to the HashMap sent to the InitialContext * The JNDI property's name MUST be included in the name attribute, its value MUST be included in the value attribute. The value is added as a java.lang.String. * MAY be specified in JMS URI, WSDL, or somewhere else in the environment Examples: 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" /> Including the standard JNDI property java.naming.security.principal for guest access. <soapjms:jndiContextParameter name=" java.naming.security.principal " value="guest" />
Received on Tuesday, 24 February 2009 17:13:07 UTC