Re: the Apache ODE 1.3.5 issue.... Gert Vanthienen asked that a patch be generated to include ODE 1.3.5.
I made a patch on the Servicemix "features" SVN trunk that removes the custom feature bundle and instead uses the maven coordinates for Apache ODE's feature bundle. The assembly files were modified to pull in the feature descriptor for ODE from maven depenency instead of the custom feature bundle. I also modified the karaf feature descriptor in etc that pointed at the custom feature bundle and redirected it to the one provided by the assembly. Testing: - built - unpacked (windows version) - ran karaf - did "features:install ode" checked that it started - did "features:install examples-ode-ping-pong" and used SoapUI to hit the address http://localhost:8193/PingService?wsdl and send a message All looked good. Patch is attached on https://issues.apache.org/jira/browse/SMX4-757