[
https://issues.apache.org/jira/browse/TUSCANY-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Sebastien Delfino updated TUSCANY-1318:
--------------------------------------------
Fix Version/s: (was: Java-SCA-0.90)
Java-SCA-Next
> can not get include Composite's services, components...
> -------------------------------------------------------
>
> Key: TUSCANY-1318
> URL: https://issues.apache.org/jira/browse/TUSCANY-1318
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Assembly Model
> Affects Versions: Java-SCA-0.90
> Environment: Windows XP
> Reporter: Yang Lei
> Fix For: Java-SCA-Next
>
>
> Add two lines to ReadAllTestCase.testReadComposite()
> Composite include = composite.getIncludes().get(0);
> assertEquals(include.getName(), new QName("http://calc",
> "TestAllDivide"));
> // the following is the added lines
> assertEquals(1,include.getComponents().size());
> assertEquals(1,include.getServices().size(), 1);
> And got 0 components and 0 services.
> Tried to get other attribute on the include as PolicySet and Intents, are are
> also empty.
--
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]