OASIS fixes required to make ASM-8005 work
------------------------------------------
Key: TUSCANY-3335
URL: https://issues.apache.org/jira/browse/TUSCANY-3335
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
ASM_8005_TestCase.java
config.contributionNames = new String[] { config.testName + _Lang,
"General", "General" + _Lang };
ASM_8005_Java
Index: sca-contribution.xml
===================================================================
--- sca-contribution.xml (revision 372)
+++ sca-contribution.xml (working copy)
@@ -3,7 +3,7 @@
<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<import
namespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903"/>
- <import.java package="test"/>
+ <import.java package="org.oasisopen.sca.test"/>
<import namespace="http://test.sca.oasisopen.org/"/>
<!-- WSDL namespace -->
</contribution>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.