Unable to define operation-level intents on binding.jms
-------------------------------------------------------
Key: TUSCANY-2849
URL: https://issues.apache.org/jira/browse/TUSCANY-2849
Project: Tuscany
Issue Type: Bug
Components: Java SCA JMS Binding Extension
Reporter: Greg Dritschler
Priority: Minor
binding.jms does not appear to support operation-level policy intents.
I believe the following needs to be done to add the support.
(1) org.apache.tuscany.sca.binding.jms.impl.JMSBinding needs to implement the
org.apache.tuscany.sca.assembly.OperationsConfigurator interface.
(2) org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor needs to
implement calls to
org.apache.tuscany.sca.assembly.xml.ConfiguredOperationProcessor to read and
write the <operation> elements. The web service binding has an example of how
to do this (although it seems to be missing the write logic).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.