JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name
------------------------------------------------------------------------------
Key: TUSCANY-4015
URL: https://issues.apache.org/jira/browse/TUSCANY-4015
Project: Tuscany
Issue Type: Bug
Components: Java SCA JMS Binding Extension
Affects Versions: Java-SCA-2.x
Reporter: Vijai Kalathur
The writeActivationSpecProperties method in JMSBindingProcessor uses wrong
attribute name for activationSpec. It should be using jndiName instead of name.
if ( asName != null && asName.length() > 0) {
writer.writeAttribute("name", asName);
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira