Re: CXF wsdl2java docs - improvements

2017-02-03 Thread Daniel Kulp
> On Feb 3, 2017, at 1:40 PM, J. Fiala wrote: > > Dear Sergey, > > I updated the wiki page > (https://cwiki.apache.org/confluence/display/CXF20DOC/WSDL+to+Java), but I > don't see the changes at http://cxf.apache.org/docs/wsdl-to-java.html. > > How often is this published or

Re: CXF wsdl2java docs - improvements

2017-02-03 Thread J. Fiala
Dear Sergey, I updated the wiki page (https://cwiki.apache.org/confluence/display/CXF20DOC/WSDL+to+Java), but I don't see the changes at http://cxf.apache.org/docs/wsdl-to-java.html. How often is this published or is there an approval process? Best regards, Johannes Am 03.02.2017 um 17:33

Re: CXF wsdl2java docs - improvements

2017-02-03 Thread Sergey Beryozkin
Sorry, checked the wrong list :-), your ICLA submission is recorded, Dan added you earlier to the list of wiki contributors, please start editing Thanks, Sergey On 03/02/17 16:25, Sergey Beryozkin wrote: Hi I just checked, no 'jfiala' is recorded in the ICLAs list at Apache, Can you please

Re: CXF wsdl2java docs - improvements

2017-02-03 Thread Sergey Beryozkin
Hi I just checked, no 'jfiala' is recorded in the ICLAs list at Apache, Can you please submit ICLA and also create a Confluence account ? Thanks, Sergey On 03/02/17 14:41, J. Fiala wrote: Hi there, I found two minor issues regarding the docs: http://cxf.apache.org/docs/wsdl-to-java.html

CXF wsdl2java docs - improvements

2017-02-03 Thread J. Fiala
Hi there, I found two minor issues regarding the docs: http://cxf.apache.org/docs/wsdl-to-java.html 1.) Q: How to map xsd:dateTime to java.util.Date?: The package names are out of date: They have been moved to org.apache.cxf.xjc.runtime This requires an additional dependency:

Re: DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread Christian Schneider
This is unrelated to the DOSGi feature. A feature only defines bundles and configs. The libraries are used outside OSGi. I hope we can transition to not use all these library defs at all in karaf. For now unfortunately it is a bit additional setup for a custom distro. Christian On 03.02.2017

Re: DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread nino martinez wael
You hit the spot again Christian. Thanks a lot. I no longer have a sword hanging over my neck. BUT, why does the karaf-maven-plugin(4.0.8) not include these per default? I mean people do not have any chance of this when depending on the dosgi feature (or did I miss something crucial?).. regards

Re: DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread nino martinez wael
yes it is a "custom" distro, custom being it includes my feature.. Im not tying into anthing specific in my code in regards to contextfactory.. my assembly def (I will add the libs you mentioned): http://www.w3.org/2001/XMLSchema-instance; xmlns="http://maven.apache.org/POM/4.0.0;

Re: DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread Christian Schneider
Oh .. do you create a custom karaf distro? In that case do not forget to add the libraries section: https://github.com/apache/karaf/blob/master/assemblies/apache-karaf/pom.xml#L192-L209 This installs the overrides for several of the jdk built in spec impls. For newer jdks we could probably

Re: DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread Christian Schneider
com.sun contains the sun private packages. These normally should not be imported as they tie your code to the oracle vm. They are typically used when the standard jaxb impl is created from a factory. I typically use boot delegation. If you look into the karaf config.properties you should see:

DOSGI/CXF com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [170]

2017-02-03 Thread nino martinez wael
Hi Guys Im in quite a peril here. On in my pax exam test everythings fine. BUT after building my karaf assembly and moving to offline systems, this shows up: [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [165]] Trying a