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