You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Vijai Kalathur (Created) (JIRA)" <de...@tuscany.apache.org> on 2012/02/14 17:12:00 UTC

[jira] [Created] (TUSCANY-4015) JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name

JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name 
------------------------------------------------------------------------------

                 Key: TUSCANY-4015
                 URL: https://issues.apache.org/jira/browse/TUSCANY-4015
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA JMS Binding Extension
    Affects Versions: Java-SCA-2.x
            Reporter: Vijai Kalathur


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);            
        }


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TUSCANY-4015) JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name

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

Vijai Kalathur updated TUSCANY-4015:
------------------------------------

    Attachment: JIRA-4015.patch
    
> JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name 
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-4015
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4015
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-2.x
>            Reporter: Vijai Kalathur
>         Attachments: JIRA-4015.patch
>
>
> 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);            
>         }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TUSCANY-4015) JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name

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

Simon Laws reassigned TUSCANY-4015:
-----------------------------------

    Assignee: Simon Laws
    
> JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name 
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-4015
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4015
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-2.x
>            Reporter: Vijai Kalathur
>            Assignee: Simon Laws
>         Attachments: JIRA-4015.patch
>
>
> 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);            
>         }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TUSCANY-4015) JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name

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

Simon Laws closed TUSCANY-4015.
-------------------------------

    Resolution: Fixed

Change comitted at r1244440. Thanks for the patch Vijai.
                
> JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name 
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-4015
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4015
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-2.x
>            Reporter: Vijai Kalathur
>            Assignee: Simon Laws
>         Attachments: JIRA-4015.patch
>
>
> 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);            
>         }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TUSCANY-4015) JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name

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

Vijai Kalathur updated TUSCANY-4015:
------------------------------------

    Patch Info: Patch Available
    
> JMSBindingProcessor's writeActivationSpecProperties uses wrong attribute name 
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-4015
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4015
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-2.x
>            Reporter: Vijai Kalathur
>
> 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);            
>         }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira