Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
-
None
-
Patch Available
Description
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); }