Remove default "ConnectionFactory" in JMSBinding model
------------------------------------------------------
Key: TUSCANY-2976
URL: https://issues.apache.org/jira/browse/TUSCANY-2976
Project: Tuscany
Issue Type: Bug
Components: Java SCA JMS Binding Extension
Reporter: Greg Dritschler
Priority: Minor
If no connection factory is specified on binding.jms, the JMSBinding model sets
a default of "ConnectionFactory".
Since this is Tuscany-specific behavior, this should be implemented in runtime
code, not in the model.
As it so happens, JMSResourceFactoryImpl already uses "ConnectionFactory" as a
default connection factory if none is passed from the model, so the runtime
behavior is in place. All that has to happen is to correct the model.
I will attach a patch for this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.