> I've done this now in the trunk compliance-test modules, there are > still some JIRAs that need raising so some of the comments are > referencing JIRA TUSCANY-xxxx for those. >
Hi Are you getting a clean build now? I'm seeing 50 or so assembly compliance tests failing due to some axis strangeness. For example, Running client.ASM_6011_TestCase Implementation language set to: _Java 08-Mar-2010 10:51:45 org.apache.tuscany.sca.node.impl.NodeImpl start INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: de fault 08-Mar-2010 10:51:45 org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContri butions INFO: Loading contribution: file:/D:/sca-java-2.x/compliance-tests/assembly/targ et/oasis-contributions/General-1.0.zip 08-Mar-2010 10:51:45 org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContri butions INFO: Loading contribution: file:/D:/sca-java-2.x/compliance-tests/assembly/targ et/oasis-contributions/General_Java-1.0.jar javax.xml.stream.XMLStreamException: java.net.MalformedURLException java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis2.cont ext.ConfigurationContextFactory java.lang.IllegalStateException: java.lang.NoClassDefFoundError: Could not initi alize class org.apache.axis2.context.ConfigurationContextFactory at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:169) at org.apache.tuscany.sca.otest.TuscanyRuntimeBridge.startContribution(T uscanyRuntimeBridge.java:84) So something strange about the way I'm set up to run the tests in the compliance module. They still work when run from the existing otest structure. Simon
