Author: slaws
Date: Thu Jan 13 11:43:18 2011
New Revision: 1058519

URL: http://svn.apache.org/viewvc?rev=1058519&view=rev
Log:
Tidy to support latest OASIS fixes

Modified:
    tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
    
tuscany/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties

Modified: tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml?rev=1058519&r1=1058518&r2=1058519&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml Thu Jan 13 
11:43:18 2011
@@ -34,45 +34,36 @@
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
-            <scope>provided</scope>
         </dependency> 
-
+ 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
-            <scope>provided</scope>
         </dependency> 
-
+        
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-jetty</artifactId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>test</scope>
-        </dependency>
-
+        
         <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-rt</artifactId>
-            <version>2.1.7</version>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-jetty</artifactId>
+            <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-
+                
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Modified: 
tuscany/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties?rev=1058519&r1=1058518&r2=1058519&view=diff
==============================================================================
--- 
tuscany/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 (original)
+++ 
tuscany/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 Thu Jan 13 11:43:18 2011
@@ -43,6 +43,12 @@ JCA_10011=org.apache.tuscany.sca.contrib
 JCA_10013=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: 
TEST_JCA_10013Component1, Service: Service1] - 
[POL40009,ASM60009,ASM60010,JCA70001,JCA70003] Intent 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}testIntent6.qual2 and 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}testIntent6.qual1 are 
mutually exclusive
 
JCA_10014=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 
org.apache.tuscany.sca.implementation.java.introspect.impl.InvalidReferenceException:
 [JCA90018] @Reference in a Constructor must have a name 
attributeorg.oasisopen.sca.test.service1ConstrBad
 
JCA_10015=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 org.apache.tuscany.sca.implementation.java.introspect.impl.InvalidReference
+JCA_10029=org.apache.tuscany.sca.interfacedef.InvalidAnnotationException: 
[JCA90053] @Remotable annotation present on an interface method which is not a 
Setter method: org.oasisopen.sca.test.ServiceBadRemotableMethod/operation2
+JCA_10030=org.apache.tuscany.sca.interfacedef.InvalidAnnotationException: 
[JCA90053] @Remotable annotation present on an interface method parameter: 
org.oasisopen.sca.test.ServiceBadRemotable/operation2
+JCA_10031=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 
org.apache.tuscany.sca.implementation.java.introspect.impl.IllegalCallbackReferenceException:
 Callback type does not match a service callback interface: 
org.oasisopen.sca.test.service3ImplBad
+JCA_10032=org.apache.tuscany.sca.interfacedef.InvalidOperationException: 
Method should return 'void' when declared with an @OneWay annotation. public 
abstract java.lang.String 
org.oasisopen.sca.test.ServiceOneWayNoVoid.operation2(java.lang.String)
+JCA_10033=org.apache.tuscany.sca.interfacedef.InvalidOperationException: 
Method should not declare exceptions with an @OneWay annotation. public 
abstract void 
org.oasisopen.sca.test.ServiceOneWayThrows.operation2(java.lang.String) throws 
org.oasisopen.sca.test.TestException
+JCA_10035=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 
org.apache.tuscany.sca.implementation.java.introspect.impl.IllegalCallbackReferenceException:
 [JCA90057] @Callback on field or method cannot be used for a class with 
@Scope(COMPOSITE): org.oasisopen.sca.test.service3ImplComposite.callback
 JCA_10046=org.oasisopen.sca.ServiceRuntimeException: [] - [JCA90040] Exception 
while generating WSDL for TEST_JCA_10046Component1/Unmappable exception was: 
***.IllegalAnnotationsException: 4 counts of IllegalAnnotationExceptions
 
JCA_10047=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 org.apache.tuscany.sca.implementation.java.IntrospectionException: [JCA90041] 
@Scope annotation not allowed on service interface
 
JCA_10048=org.apache.tuscany.sca.contribution.processor.ContributionResolveException:
 org.apache.tuscany.sca.implementation.java.IntrospectionException: 
[JCA90042,JCI20002] Implementation missing service method operation2 service 
interface org.oasisopen.sca.test.Service1Superset


Reply via email to