You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <tu...@ws.apache.org> on 2007/07/17 01:29:04 UTC

[jira] Resolved: (TUSCANY-1291) Defining a service within a component definition as an alternative to promoting as a composite service seems to have a different effect

     [ https://issues.apache.org/jira/browse/TUSCANY-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-1291.
-----------------------------------

    Resolution: Fixed

By looking into the latest code, it's fixed.

> Defining a service within a component definition as an alternative to promoting as a composite service seems to have a different effect
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1291
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1291
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JSON-RPC Binding Extension
>    Affects Versions: Java-SCA-0.90
>            Reporter: Venkatakrishnan
>             Fix For: Java-SCA-Next
>
>
> The JSON-RPC sample (https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/helloworld-jsonrpc/) had the following composite : 
> composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
>       targetNamespace="http://sample"
>       xmlns:sample="http://sample"
>            name="helloworldjsonrpc">
>            
>     <component name="HelloWorldJSONServiceComponent">
> <service name="HelloWorldService" promote="HelloWorldJSONServiceComponent/HelloWorldService">
>          <interface.java interface="helloworldjsonrpc.HelloWorldService"/>
>          <binding.jsonrpc/>
>      </service>
>         <implementation.java class="helloworldjsonrpc.HelloWorldServiceImpl"/>
>     </component>
> </composite>

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org