[
https://issues.apache.org/jira/browse/TUSCANY-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Becker resolved TUSCANY-2821.
---------------------------------
Resolution: Fixed
Fixed in 1.x branch at revision: 741694 .
Added JMS binding APIs:
public Set<String> getOperationNames();
public Object getOperationProperty(String opName, String propName );
and appropriate test cases.
> No method available on JMSBinding to retreive set of operationPropertiesNames
> -----------------------------------------------------------------------------
>
> Key: TUSCANY-2821
> URL: https://issues.apache.org/jira/browse/TUSCANY-2821
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA JMS Binding Extension
> Affects Versions: Java-SCA-1.4
> Environment: Java SCA JMSBinding
> Reporter: Christopher N. Ortiz
> Assignee: Dan Becker
> Priority: Critical
>
> The operationProperties element can appear multiple times in a JMS Binding.
> All of the get methods for sub elements of the operationProperties require
> the opName as an argument to determine which operationProperties element to
> access. But there is no method available to get the key set of
> operationProperties Names. Without the name set to key off of, it is
> impossible to determine which operationProperties element to reference.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.