You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2009/11/07 00:06:32 UTC

[jira] Closed: (TUSCANY-3346) OASIS fixes required to make ASM-4002, ASM-4003, ASM-4004, ASM- 8010 work

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

ant elder closed TUSCANY-3346.
------------------------------

    Resolution: Fixed

> OASIS fixes required to make ASM-4002, ASM-4003, ASM-4004, ASM- 8010 work
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-3346
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3346
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0-M3
>         Environment: All
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0-M4
>
>
> Fix to Java package name
> Index: sca-contribution.xml
> ===================================================================
> --- sca-contribution.xml	(revision 372)
> +++ sca-contribution.xml	(working copy)
> @@ -12,6 +12,6 @@
>  
>  	<import namespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903"/>	<!-- Contributions namespace -->
>  	<import namespace="http://test.sca.oasisopen.org/"/> 			<!-- WSDL namespace -->	
> -	<import.java package="test"/>				<!-- Java package -->
> +	<import.java package="org.oasisopen.sca.test"/>				<!-- Java package -->
>  
>  </contribution>

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