Action136 - revised proposal for Issue 25

Action 136 [1] is to revise the proposal for Issue 25 [2]

New Proposal for issue 25:
In section 2.2., instead of modifying both of the existing examples so that
they include WSDL and a URI (as per the original proposal), combine the
WSDL samples into a single example box (with XML comments explaining the
intent), and have another example box with the URI equivalent, as follows:

Replace the existing samples with sample 1...

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
Example: Including JNDI context properties in WSDL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
<!-- Enable tracing for the ACME Corporation JNDI provider   -->
<soapjms:jndiContextParameter name="com.acme.jndi.enable.tracing"
value=true" />

<!-- Include the standard JNDI property to ignore JNDI provider referrals
-->
<soapjms:jndiContextParameter name="java.naming.referral" value="ignore" />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -

...and sample 2:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
Example: Including JNDI context properties in URI
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
jms:jndi:destinationName?jndi-com.acme.jndi.enable.tracing=true&jndi-java.naming.referral=ignore
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -

Regards
Mark
========================================================
[1] http://www.w3.org/2002/ws/soapjms/tracker/actions/136
[2] http://www.w3.org/2002/ws/soapjms/tracker/issues/25

Received on Friday, 29 January 2010 20:06:30 UTC