Hi everyone,
Until now, the Eclipse plugins relied on the fact that framework included an embedded copy WSDL4J 1.6.2 library. However, this tended to run into conflicts with the WSDL4J 1.6.2 bundle included in many Eclipse installations.
For this reason, framework does not embed WSDL4J 1.6.2 anymore when used as an Eclipse plugin. Our other Eclipse plugins simply use Import-Package to grab the WSDL4J packages from *some* bundle.
When compiling BPELUnit with Tycho, this will work automagically. When developing BPELUnit with Eclipse, however, we may need to manually import the WSDL4J 1.6.2 OSGi bundle from the new "eclipse-deps" directory.