[
https://issues.apache.org/jira/browse/TUSCANY-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570823#action_12570823
]
Raymond Feng commented on TUSCANY-2052:
---------------------------------------
By the XML syntax, your composite name will be taken as
"http://www.osoa.org/xmlns/sca/1.0{Iteration3Composite}". Please try the
following:
<?xml version="1.0" encoding="ASCII"?>
<sca:contribution xmlns:sca="http://www.osoa.org/xmlns/sca/1.0">
<sca:deployable composite="Iteration3Composite"/>
</sca:contribution>
or
<?xml version="1.0" encoding="ASCII"?>
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:e="">
<deployable composite="e:Iteration3Composite"/>
</contribution>
Thanks,
Raymond
> A Composite without a targetNamespace is not properly started in a
> contribution
> -------------------------------------------------------------------------------
>
> Key: TUSCANY-2052
> URL: https://issues.apache.org/jira/browse/TUSCANY-2052
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Core Runtime
> Affects Versions: Java-SCA-1.0
> Environment: All
> Reporter: Hasan Muhammad
>
> If the composite does not have a targetNamespace, then the composite QName in
> the sca-contribution.xml file would just be the localname. In this case, when
> we add the contribution and start the deployables, it seems they are not
> properly being started, since none of the service can be found through
> lookup.
--
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]