You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mike Edwards (JIRA)" <de...@tuscany.apache.org> on 2009/11/05 10:14:31 UTC

[jira] Resolved: (TUSCANY-3362) Fixes needed to make ASM_12005 work

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

Mike Edwards resolved TUSCANY-3362.
-----------------------------------

    Resolution: Fixed

Fixed in revision 373 in the OASIS Assembly SVN repository

> Fixes needed to make ASM_12005 work
> -----------------------------------
>
>                 Key: TUSCANY-3362
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3362
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>            Reporter: Ramkumar Ramalingam
>             Fix For: Java-SCA-2.0
>
>
> Index: Contribution1/src/main/resources/TestComposite5.composite
> ===================================================================
> --- Contribution1/src/main/resources/TestComposite5.composite	(revision 372)
> +++ Contribution1/src/main/resources/TestComposite5.composite	(working copy)
> @@ -15,18 +15,18 @@
>             xmlns:test="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
>             name="TestComposite5">
>             
> -	<service name="Service1" promote="TestComponent1/Service1">
> -		<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> +    <service name="Service1" promote="TestComponent1/Service1">
> +		<interface.java interface="org.oasisopen.sca.test.Service1"></interface.java>
>  	</service>
>  
>      <property name="serviceName" type="string"/>
>   
>      <component name="TestComponent1">
> -		<implementation.composite name="test:TestComposite5"/>
> +	  <implementation.java class="org.oasisopen.sca.test.service1Impl"/>
>          <service name="Service1">
> -        	<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
> +        	<interface.java interface="org.oasisopen.sca.test.Service1"></interface.java>
>          </service>
> -        <property name="serviceName">servicex</property>
> +        <property name="serviceName" source="$serviceName"/>
>      </component>
>  
>  </composite>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.