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 (Updated) (JIRA)" <de...@tuscany.apache.org> on 2011/10/13 18:00:12 UTC

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

     [ 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