You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jennifer A Thompson (Created) (JIRA)" <de...@tuscany.apache.org> on 2011/10/13 17:58:12 UTC

[jira] [Created] (TUSCANY-3963) SCA client reference binding vaue should have special characters to denote it is not an actual reference URI

SCA client reference binding vaue should have special characters to denote it is not an actual reference URI
------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3963
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3963
             Project: Tuscany
          Issue Type: Improvement
          Components: SCA Java Runtime
    Affects Versions: Java-SCA-2.x
            Reporter: Jennifer A Thompson
            Priority: Minor
             Fix For: Java-SCA-2.x


In the sca-client-impl module the RemoteServiceInvocationHandler.createEndpointReference method creates a "dummy" reference value to set for the reference name prepended with the string "sca.client":

componentReference.setName("sca.client." + service.getName()); 

However, it is possible that "sca.client" could be in the name of an actual reference/serice, so I'm suggesting we use "$sca.client$." rather than the existing string to avoid any conflicts/confusion in debugging. 

--
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-3963) SCA client reference binding vaue should have special characters to denote it is not an actual reference URI

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

Jennifer A Thompson updated TUSCANY-3963:
-----------------------------------------

    Attachment: TUSCANY-3963.patch
    
> SCA client reference binding vaue should have special characters to denote it is not an actual reference URI
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3963
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3963
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: SCA Java Runtime
>    Affects Versions: Java-SCA-2.x
>            Reporter: Jennifer A Thompson
>            Priority: Minor
>             Fix For: Java-SCA-2.x
>
>         Attachments: TUSCANY-3963.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the sca-client-impl module the RemoteServiceInvocationHandler.createEndpointReference method creates a "dummy" reference value to set for the reference name prepended with the string "sca.client":
> componentReference.setName("sca.client." + service.getName()); 
> However, it is possible that "sca.client" could be in the name of an actual reference/serice, so I'm suggesting we use "$sca.client$." rather than the existing string to avoid any conflicts/confusion in debugging. 

--
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-3963) SCA client reference binding vaue should have special characters to denote it is not an actual reference URI

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

Simon Laws closed TUSCANY-3963.
-------------------------------

    Resolution: Fixed

Patch applied at revision: 1209143. Thanks Jennifer.
                
> SCA client reference binding vaue should have special characters to denote it is not an actual reference URI
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3963
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3963
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: SCA Java Runtime
>    Affects Versions: Java-SCA-2.x
>            Reporter: Jennifer A Thompson
>            Assignee: Simon Laws
>            Priority: Minor
>             Fix For: Java-SCA-2.x
>
>         Attachments: TUSCANY-3963.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the sca-client-impl module the RemoteServiceInvocationHandler.createEndpointReference method creates a "dummy" reference value to set for the reference name prepended with the string "sca.client":
> componentReference.setName("sca.client." + service.getName()); 
> However, it is possible that "sca.client" could be in the name of an actual reference/serice, so I'm suggesting we use "$sca.client$." rather than the existing string to avoid any conflicts/confusion in debugging. 

--
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-3963) SCA client reference binding vaue should have special characters to denote it is not an actual reference URI

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

Simon Laws reassigned TUSCANY-3963:
-----------------------------------

    Assignee: Simon Laws
    
> SCA client reference binding vaue should have special characters to denote it is not an actual reference URI
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3963
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3963
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: SCA Java Runtime
>    Affects Versions: Java-SCA-2.x
>            Reporter: Jennifer A Thompson
>            Assignee: Simon Laws
>            Priority: Minor
>             Fix For: Java-SCA-2.x
>
>         Attachments: TUSCANY-3963.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In the sca-client-impl module the RemoteServiceInvocationHandler.createEndpointReference method creates a "dummy" reference value to set for the reference name prepended with the string "sca.client":
> componentReference.setName("sca.client." + service.getName()); 
> However, it is possible that "sca.client" could be in the name of an actual reference/serice, so I'm suggesting we use "$sca.client$." rather than the existing string to avoid any conflicts/confusion in debugging. 

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