> > 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.
Am looking at the pom for the assembly tests and it's using the "shaded" jars. It looks like this is just running in JSE, i.e. not OSGi? It's a bit strange as the CNF only happens on some of the tests but all tests are using binding.ws. Still looking but this javax.xml.stream.XMLStreamException: java.net.MalformedURLException is interesting. Simon
