On Fri, Jan 30, 2009 at 5:34 PM, ant elder <[email protected]> wrote:

> So now the build doesn't work for me again, is binding-ws-axis2 building ok
> for you? I get lots of test failures all about policy problems like:
>
> testSOAP12Endpoint(org.apache.tuscany.sca.binding.ws.axis2.itests.soap12.QuestionMarkWSDLTestCase)
> Time elapsed: 0.297
> sec  <<< ERROR!
> org.oasisopen.sca.ServiceRuntimeException:
> org.oasisopen.sca.ServiceRuntimeException: Provided Intent - {
> http://www.osoa
> .org/xmlns/sca/1.0}integrity not found for PolicySet {
> http://tuscany.apache.org/xmlns/sca/1.0}wsIntegrityPolicy<http://tuscany.apache.org/xmlns/sca/1.0%7DwsIntegrityPolicy>
>         at
> org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:245)
>         at
> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.createNode(NodeFactoryImpl.java:42)
>         at
> org.apache.tuscany.sca.binding.ws.axis2.itests.soap12.QuestionMarkWSDLTestCase.setUp(QuestionMarkWSDLTestCase
> .java:134)
>         at junit.framework.TestCase.runBare(TestCase.java:132)
>         at junit.framework.TestResult$1.protect(TestResult.java:110)
>         at junit.framework.TestResult.runProtected(TestResult.java:128)
>         at junit.framework.TestResult.run(TestResult.java:113)
>         at junit.framework.TestCase.run(TestCase.java:124)
>         at junit.framework.TestSuite.runTest(TestSuite.java:232)
>         at junit.framework.TestSuite.run(TestSuite.java:227)
>         at
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
>         at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138
> )
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
> Caused by: org.oasisopen.sca.ServiceRuntimeException: Provided Intent - {
> http://www.osoa.org/xmlns/sca/1.0}integrity<http://www.osoa.org/xmlns/sca/1.0%7Dintegrity>not
>  found for PolicySet {
> http://tuscany.apache.org/xmlns/sca/1.0}wsIntegrityPolicy<http://tuscany.apache.org/xmlns/sca/1.0%7DwsIntegrityPolicy>
>         at
> org.apache.tuscany.sca.node.impl.NodeImpl.analyzeProblems(NodeImpl.java:636)
>         at
> org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:492)
>         at
> org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:242)
>         ... 20 more
>
>    ...ant
>
>
> On Fri, Jan 30, 2009 at 4:45 PM, <[email protected]> wrote:
>
>> Author: slaws
>> Date: Fri Jan 30 16:45:44 2009
>> New Revision: 739328
>>
>> URL: http://svn.apache.org/viewvc?rev=739328&view=rev
>> Log:
>> Add the web service binding back in but not the ws policy module.
>> binding-ws-calculator works for me now.
>>
>> Modified:
>>    tuscany/java/sca/distribution/all/pom.xml
>>    tuscany/java/sca/modules/pom.xml
>>    tuscany/java/sca/samples/pom.xml
>>
>> Modified: tuscany/java/sca/distribution/all/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/pom.xml?rev=739328&r1=739327&r2=739328&view=diff
>>
>> ==============================================================================
>> --- tuscany/java/sca/distribution/all/pom.xml (original)
>> +++ tuscany/java/sca/distribution/all/pom.xml Fri Jan 30 16:45:44 2009
>> @@ -53,12 +53,12 @@
>>             <version>2.0-SNAPSHOT</version>
>>         </dependency>
>>
>> -        <!-- dependency>
>> +        <dependency>
>>             <groupId>org.apache.tuscany.sca</groupId>
>>             <artifactId>tuscany-distribution-webservice</artifactId>
>>             <type>pom</type>
>>             <version>2.0-SNAPSHOT</version>
>> -        </dependency -->
>> +        </dependency>
>>
>>         <dependency>
>>             <groupId>org.apache.tuscany.sca</groupId>
>>
>> Modified: tuscany/java/sca/modules/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=739328&r1=739327&r2=739328&view=diff
>>
>> ==============================================================================
>> --- tuscany/java/sca/modules/pom.xml (original)
>> +++ tuscany/java/sca/modules/pom.xml Fri Jan 30 16:45:44 2009
>> @@ -36,10 +36,10 @@
>>         <module>binding-sca</module>
>>         <module>binding-sca-xml</module>
>>         <module>binding-ws</module>
>> -<!--
>> +
>>         <module>binding-ws-axis2</module>
>> -        <module>binding-ws-axis2-policy</module>
>> --->
>> +        <!--module>binding-ws-axis2-policy</module-->
>> +
>>         <module>binding-ws-wsdlgen</module>
>>         <module>binding-ws-xml</module>
>>         <module>contribution</module>
>> @@ -65,6 +65,7 @@
>>         <module>implementation-node-runtime</module>
>>         <module>host-http</module>
>>         <module>host-webapp</module>
>> +        <module>host-jetty</module>
>>         <module>interface</module>
>>         <module>interface-java</module>
>>         <module>interface-java-jaxws</module>
>>
>> Modified: tuscany/java/sca/samples/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/tuscany/java/sca/samples/pom.xml?rev=739328&r1=739327&r2=739328&view=diff
>>
>> ==============================================================================
>> --- tuscany/java/sca/samples/pom.xml (original)
>> +++ tuscany/java/sca/samples/pom.xml Fri Jan 30 16:45:44 2009
>> @@ -50,7 +50,7 @@
>>                 <module>calculator-rmi-service</module>
>>
>>                 <module>implementation-java-calculator</module>
>> -                <!-- module>binding-ws-calculator</module -->
>> +                <module>binding-ws-calculator</module>
>>                 <!-- module>host-webapp-calculator</module -->
>>             </modules>
>>         </profile>
>>
>>
>>
> Hmm, sorry about that, will take a look at what I missed.

Simon

Reply via email to