You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Christopher N. Ortiz (JIRA)" <de...@tuscany.apache.org> on 2009/02/05 18:13:59 UTC

[jira] Created: (TUSCANY-2821) No method available on JMSBinding to retreive set of operationPropertiesNames

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
            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.


[jira] Resolved: (TUSCANY-2821) No method available on JMSBinding to retreive set of operationPropertiesNames

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ 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.


[jira] Assigned: (TUSCANY-2821) No method available on JMSBinding to retreive set of operationPropertiesNames

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Becker reassigned TUSCANY-2821:
-----------------------------------

    Assignee: Dan Becker

> 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.