This is all working fine now with the recent fixes to the OASIS test composites.
...ant On Tue, Aug 11, 2009 at 7:34 AM, ant elder<[email protected]> wrote: > Meant to add...it is interesting that no one else seemed to be getting > the error even though they said they were on the latest code, and that > it was only happening for me when running in eclipse but the mvn build > was working fine. > > ...ant > > On Tue, Aug 11, 2009 at 7:33 AM, ant elder<[email protected]> wrote: >> On Tue, Aug 11, 2009 at 7:29 AM, Mike >> Edwards<[email protected]> wrote: >>> Ant, >>> >>> Can you give me more detail on the problems that are being reported, please? >>> >>> eg. Which testcases, which artifacts. >>> >>> >>> Yours, Mike. >>> >> >> Sure, here's an example console output. It effected most of the otests >> as i guess lots are using one of the composites with a property value. >> >> ...ant >> >> SCA Node API ClassLoader: sun.misc.launcher$appclassloa...@11b86e7 >> 10-Aug-2009 11:59:59 org.apache.tuscany.sca.node.impl.NodeImpl start >> INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 >> domain: tuscany.apache.org >> 2009-08-10 11:59:59.468::INFO: Logging to STDERR via >> org.mortbay.log.StdErrLog >> 10-Aug-2009 11:59:59 org.apache.tuscany.sca.node.impl.NodeFactoryImpl >> loadContributions >> INFO: Loading contribution: >> file:/C:/Tuscany/SVN/otests2/tests/../General/target/tuscany-otests-asm-General.jar >> 10-Aug-2009 12:00:01 >> org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader >> [] (SchemaError) >> SEVERE: XMLSchema validation error occured in: >> TestComposite50.composite ,line = 25, column = 5, Message = >> cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in >> element 'property'. >> 10-Aug-2009 12:00:01 >> org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader >> [] (SchemaError) >> SEVERE: XMLSchema validation error occured in: >> TestComposite50.composite ,line = 26, column = 5, Message = >> cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in >> element 'property'. >> java.lang.IllegalStateException: >> org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema validation >> error occured in: TestComposite50.composite ,line = 25, column = 5, >> Message = cvc-complex-type.3.2.2: Attribute 'value' is not allowed to >> appear in element 'property'. >> at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:140) >> at >> org.apache.tuscany.sca.otest.TuscanyRuntimeBridge.startContribution(TuscanyRuntimeBridge.java:67) >> at >> client.BaseJAXWSTestCase.startContribution(BaseJAXWSTestCase.java:233) >> at client.BaseJAXWSTestCase.setUp(BaseJAXWSTestCase.java:148) >> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) >> at >> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) >> at >> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) >> at >> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) >> at >> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46) >> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) >> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) >> at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) >> at >> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) >> at >> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) >> at >> org.junit.runners.ParentRunner.run(ParentRunner.java:220)org.oasisopen.sca.ServiceRuntimeException: >> [] - XMLSchema validation error occured in: TestComposite50.composite >> ,line = 25, column = 5, Message = cvc-complex-type.3.2.2: Attribute >> 'value' is not allowed to appear in element 'property'. >> >> at >> org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45) >> at >> org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)Exception >> received during startup - detail: >> org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema validation >> error occured in: TestComposite50.composite ,line = 25, column = 5, >> Message = cvc-complex-type.3.2.2: Attribute 'value' is not allowed to >> appear in element 'property'. >> >> Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema >> validation error occured in: TestComposite50.composite ,line = 25, >> column = 5, Message = cvc-complex-type.3.2.2: Attribute 'value' is not >> allowed to appear in element 'property'. >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.analyzeProblems(NodeFactoryImpl.java:284) >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.loadContributions(NodeFactoryImpl.java:611) >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.configureNode(NodeFactoryImpl.java:474)SCA >> Node API ClassLoader: sun.misc.launcher$appclassloa...@11b86e7 >> 10-Aug-2009 11:59:59 org.apache.tuscany.sca.node.impl.NodeImpl start >> INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 >> domain: tuscany.apache.org >> 2009-08-10 11:59:59.468::INFO: Logging to STDERR via >> org.mortbay.log.StdErrLog >> 10-Aug-2009 11:59:59 org.apache.tuscany.sca.node.impl.NodeFactoryImpl >> loadContributions >> INFO: Loading contribution: >> file:/C:/Tuscany/SVN/otests2/tests/../General/target/tuscany-otests-asm-General.jar >> 10-Aug-2009 12:00:01 >> org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader >> [] (SchemaError) >> SEVERE: XMLSchema validation error occured in: >> TestComposite50.composite ,line = 25, column = 5, Message = >> cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in >> element 'property'. >> 10-Aug-2009 12:00:01 >> org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader >> [] (SchemaError) >> SEVERE: XMLSchema validation error occured in: >> TestComposite50.composite ,line = 26, column = 5, Message = >> cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in >> element 'property'. >> java.lang.IllegalStateException: >> org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema validation >> error occured in: TestComposite50.composite ,line = 25, column = 5, >> Message = cvc-complex-type.3.2.2: Attribute 'value' is not allowed to >> appear in element 'property'. >> at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:140) >> at >> org.apache.tuscany.sca.otest.TuscanyRuntimeBridge.startContribution(TuscanyRuntimeBridge.java:67) >> at >> client.BaseJAXWSTestCase.startContribution(BaseJAXWSTestCase.java:233) >> at client.BaseJAXWSTestCase.setUp(BaseJAXWSTestCase.java:148) >> 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) >> at >> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) >> at >> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) >> at >> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) >> at >> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46) >> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) >> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) >> at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) >> at >> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) >> at >> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) >> at >> org.junit.runners.ParentRunner.run(ParentRunner.java:220)org.oasisopen.sca.ServiceRuntimeException: >> [] - XMLSchema validation error occured in: TestComposite50.composite >> ,line = 25, column = 5, Message = cvc-complex-type.3.2.2: Attribute >> 'value' is not allowed to appear in element 'property'. >> >> at >> org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45) >> at >> org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) >> at >> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)Exception >> received during startup - detail: >> org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema validation >> error occured in: TestComposite50.composite ,line = 25, column = 5, >> Message = cvc-complex-type.3.2.2: Attribute 'value' is not allowed to >> appear in element 'property'. >> >> Caused by: org.oasisopen.sca.ServiceRuntimeException: [] - XMLSchema >> validation error occured in: TestComposite50.composite ,line = 25, >> column = 5, Message = cvc-complex-type.3.2.2: Attribute 'value' is not >> allowed to appear in element 'property'. >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.analyzeProblems(NodeFactoryImpl.java:284) >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.loadContributions(NodeFactoryImpl.java:611) >> at >> org.apache.tuscany.sca.node.impl.NodeFactoryImpl.configureNode(NodeFactoryImpl.java:474) >> at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:108) >> ... 26 more >> 10-Aug-2009 12:00:01 org.apache.tuscany.sca.node.impl.NodeImpl stop >> INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0 >> >> at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:108) >> ... 26 more >> 10-Aug-2009 12:00:01 org.apache.tuscany.sca.node.impl.NodeImpl stop >> INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0 >> >
