On Apr 28, 2014, at 5:45 AM, Maurice <[email protected]> wrote: > Dear community, > i just deployed a Dynamic Web Service Client bundle using CXF 2.7.10 to > Karaf 2.3.4 generating the following exception: > > > As it turns out there is a comment in place (line 830 DynamicClientFactory) > telling this can be ignored. > Double checking if anybody confirm this can be ignored without further > issues?
If you aren’t using any XML catalogs, this is completely ignorable. That said, the logic around this is back words anyway. :-( It should only be setting the field if it’s NOT the internal JDK jaxb. Fixing….. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
