Hi Freeman, I was able to reproduce on my box with 1.8.0_111. It seems the packages changed a bit in the JDK. I did a workaround tweaking the system package.
Anyway, something to clearly identify for 4.2.1 (and maybe document the workaround). Thanks ! Regards JB On 04/09/2018 08:53 AM, Freeman Fang wrote: > I tried several times, but I can’t reproduce this ClassNotFoundException: > com.sun.xml…. with cxf-dosgi-sample-soap-impl > In my container, the jaxb-api bundle not get installed, the javax.xml.bind > package only get exported by system bundle 0, which is expected behaviour. > Btw, my java is > ffang$ java -version > java version "1.8.0_66" > Java(TM) SE Runtime Environment (build 1.8.0_66-b17) > Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) > ------------- > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > > > >> On Apr 9, 2018, at 12:51 PM, Christian Schneider <[email protected]> >> wrote: >> >> That is fine. After all my -1 is not a veto. >> >> Christian >> >> 2018-04-06 7:41 GMT+02:00 Jean-Baptiste Onofré <[email protected]>: >> >>> Just tried >>> >>> cxf-dosgi rest works, the problem is with cxf-dosgi soap: >>> >>> Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2. >>> ContextFactory >>> not found by org.apache.cxf.cxf-rt-transports-http [62] >>> >>> I'm testing a workaround. >>> >>> However, I'm proposing to move forward on 4.2.0 and fix that for 4.2.1 >>> (that I >>> will do earlier than expected). >>> >>> Regards >>> JB >>> >>> On 04/05/2018 12:17 PM, Christian Schneider wrote: >>>> I just tested with the CXF-DOSGi samples on karaf 4.2.0 and java 8. When >>>> there is an error during xml parsing. >>>> >>>> To reproduce install cxf-dosgi samples: >>>> >>>> feature:repo-add cxf-dosgi-samples 2.3.0 >>>> >>>> feature:install cxf-dosgi-sample-soap-impl >>>> >>>> and check the log. >>>> >>>> See this for the exception: >>>> https://paste.apache.org/FFNJ >>>> >>>> The code works fine in karaf 4.1.x. >>>> >>>> This could be the same thing that Dan reported about the xml parsing. As >>> it >>>> still seems to happen with the new build I am voting -1 for now. >>>> >>>> -1 >>>> >>>> Christian >>>> >>>> >>>> 2018-04-05 8:03 GMT+02:00 Jean-Baptiste Onofré <[email protected]>: >>>> >>>>> Hi all, >>>>> >>>>> I submit Karaf (Container) 4.2.0 release to your vote. >>>>> >>>>> This is the first GA on the 4.2.x series, following M1 and M2. >>>>> >>>>> NB: I preferred to postpone the merge of the new examples as it needs a >>>>> little >>>>> polish. The PR is already available and it will be included in 4.2.1 >>> (that >>>>> we >>>>> can expect beginning of May depending of 4.2.0 feedbacks): >>>>> https://github.com/apache/karaf/pull/484 >>>>> >>>>> NB: This is take 2, including KARAF-5688 fix >>>>> >>>>> Release Notes: >>>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa? >>>>> projectId=12311140&version=12342076 >>>>> >>>>> Staging Repository: >>>>> https://repository.apache.org/content/repositories/orgapachekaraf-1111/ >>>>> >>>>> Git Tag: >>>>> karaf-4.2.0 >>>>> >>>>> Please vote to approve this release: >>>>> >>>>> [ ] +1 Approve the release >>>>> [ ] -1 Don't approve the release (please provide specific comments) >>>>> >>>>> This vote will be open for at least 72 hours. >>>>> >>>>> Thanks, >>>>> Regards >>>>> JB >>>>> -- >>>>> Jean-Baptiste Onofré >>>>> [email protected] >>>>> http://blog.nanthrax.net >>>>> Talend - http://www.talend.com >>>>> >>>> >>>> >>>> >>> >>> -- >>> Jean-Baptiste Onofré >>> [email protected] >>> http://blog.nanthrax.net >>> Talend - http://www.talend.com >>> >> >> >> >> -- >> -- >> Christian Schneider >> http://www.liquid-reality.de >> >> Computer Scientist >> http://www.adobe.com > > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
