Currently the axis2 binding scdl includes the idl.wsdl scdl [1] to fix problems with inter-extension dependencies, but it looks like this causes two instances of the wsdl registry to be created. This causes intermittent failures in the axis2 itests as sometimes the wsdl isn't in the registry used by the Axis2 binding.
What can we do about that? I wondered if there really should be a wsdl registry instance per contribution or per composite? Could we use something like whats being discussed on the other thread about attaching context to a composite? ...ant [1] https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/binding/src/main/resources/META-INF/sca/binding.axis2.scdl
