JndiParameters: comma-separated or semicolon-separated?

26 views
Skip to first unread message

David

unread,
Oct 11, 2017, 12:40:08 PM10/11/17
to Generic JMS JCA Resource Adapter for JBoss AS
In the ra.xml file the description says comma:
                <config-property>
                    <description>A comma-separated list of JNDI parameters</description>
                    <config-property-name>JndiParameters</config-property-name>
                    <config-property-type>java.lang.String</config-property-type>
                    <config-property-value></config-property-value>
                </config-property>

But the readme in the site says semicolon:

Connection Factory Configuration Properties (for outbound)
  • JndiParameters - the JNDI parameters used to perform the lookup of the ConnectionFactory (see below); each parameter consists of a "name=value" pair; parameters are separated with a semi-colon (';'); if no parameters are specified then an empty InitialContext will be used (i.e. the lookup will be local)

Which one is right?

Justin Bertram

unread,
Oct 11, 2017, 12:51:27 PM10/11/17
to Generic JMS JCA Resource Adapter for JBoss AS
The README.md documentation is correct.  The semi-colon syntax is mentioned in both the inbound and outbound sections, and it's also used in all the examples as well.  I'll get the ra.xml updated.
Reply all
Reply to author
Forward
0 new messages