I typically don't file a JIRA for configuration changes, especially in the adapter which can be easily overriden via deployment descriptors. This is in the ra.xml file which is generally not modified by a user and is internal to the adapter itself.
Could you explain why you think it's JIRA worthy? On Aug 19, 2013, at 6:31 AM, Robbie Gemmell <[email protected]> wrote: > It doesn't really seem like this change falls into NO-JIRA territory. > > Robbie > > On 17 August 2013 20:36, <[email protected]> wrote: > >> Author: wprice >> Date: Sat Aug 17 19:36:35 2013 >> New Revision: 1515037 >> >> URL: http://svn.apache.org/r1515037 >> Log: >> [NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for >> performance reasons >> >> Modified: >> qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml >> >> Modified: qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml >> URL: >> http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml?rev=1515037&r1=1515036&r2=1515037&view=diff >> >> ============================================================================== >> --- qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml >> (original) >> +++ qpid/trunk/qpid/java/jca/rar/src/main/resources/META-INF/ra.xml Sat >> Aug 17 19:36:35 2013 >> @@ -109,12 +109,12 @@ >> <config-property-type>java.lang.String</config-property-type> >> <config-property-value>amqp://anonymous:passwd@client >> /test?brokerlist='tcp://localhost?sasl_mechs='PLAIN''</config-property-value> >> </config-property> >> - >> + >> <config-property> >> <description>Use a JMS Connection per MessageHandler</description> >> <config-property-name>UseConnectionPerHandler</config-property-name> >> <config-property-type>java.lang.Boolean</config-property-type> >> - <config-property-value>true</config-property-value> >> + <config-property-value>false</config-property-value> >> </config-property> >> >> <outbound-resourceadapter> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
