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

[jira] Created: (TUSCANY-3335) OASIS fixes required to make ASM-8005 work

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.


[jira] Updated: (TUSCANY-3335) OASIS fixes required to make ASM-8005 work

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-3335:
-------------------------------

    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>             Fix For: Java-SCA-2.0-M4
>
>
> ASM_8005_TestCase.java
> test case should refer to the test case's language specific contribution as follows 
> config.contributionNames	= new String[] { config.testName + _Lang, "General", "General" + _Lang };
> (ie the + _Lang on the testName)

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


[jira] Resolved: (TUSCANY-3335) OASIS fixes required to make ASM-8005 work

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Edwards resolved TUSCANY-3335.
-----------------------------------

    Resolution: Fixed

This is one testcase that is always implementation dependent and as a result the main contribution is not "ASM_8005" but rather "ASM_8005_Lang".

Change ASM_8005_TestCase.java to use the contribution list:

"ASM_8005" + _Lang, "General", "General" + _Lang

OASIS SVN repository updated in revision 408

> 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
>            Priority: Blocker
>             Fix For: Java-SCA-2.0-M4
>
>
> ASM_8005_TestCase.java
> test case should refer to the test case's language specific contribution as follows 
> config.contributionNames	= new String[] { config.testName + _Lang, "General", "General" + _Lang };
> (ie the + _Lang on the testName)

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


[jira] Updated: (TUSCANY-3335) OASIS fixes required to make ASM-8005 work

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-3335:
-------------------------------

    Description: 
ASM_8005_TestCase.java


test case should refer to the test case's language specific contribution as follows 

config.contributionNames	= new String[] { config.testName + _Lang, "General", "General" + _Lang };

(ie the + _Lang on the testName)

  was:
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>


> 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
> test case should refer to the test case's language specific contribution as follows 
> config.contributionNames	= new String[] { config.testName + _Lang, "General", "General" + _Lang };
> (ie the + _Lang on the testName)

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