Multiple levels of Nested Composite References do not work as they are using
the wrong URI in the binding
---------------------------------------------------------------------------------------------------------
Key: TUSCANY-2029
URL: https://issues.apache.org/jira/browse/TUSCANY-2029
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-Next
Environment: SVN trunk revision #619319
Linux
Reporter: Mark Combellack
Assignee: Mark Combellack
Fix For: Java-SCA-Next
When using a reference to a nested composite containing another nested
composite, the binding is using the wrong URI so it does not find the target.
For example, in the case of a reference to a nested nested composite, the
service has the URI of:
SomeComposite/SomeOtherComposite/SomeComponent/SomeService
But the reference lookup is using the URI of the component service and is
ignoring the nesting
SomeComponent/SomeService
This means that references to nested nested composites do not work.
Previously, I fixed nested nested composite services as part of TUSCANY-2027.
This is the "other half" of the problem to get references to work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]