Community
Participate
Working Groups
Build Identifier: To support CXF provider endpoints (and possibly dispatch client), a couple things needs to happen: 1) The SAAJ stuff needs to be added to the runtime. That would include replacing the javax.xml.soap bundle with the OSGi enabled version provided by ServiceMix as well as adding the ServiceMix created saaj-impl bundle. 2) Updates to NMROutputStream - the current NMROutputStream makes some assumptions about a Method object and such being present which wouldn't be the case for the Provider stuff. Mostly just wrapper all the accesses with null pointer checks to avoid NPE's. Reproducible: Always
Created attachment 171647 [details] Patch to fix the NMROutputStream