Re: DOSGi wsdl-first approach

2011-04-22 Thread Daniel Kulp
and reduced numbers of bundles. Dan -- View this message in context: http://cxf.547215.n5.nabble.com/DOSGi-wsdl-first-approach-tp3212289p433038 6.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http

Re: DOSGi wsdl-first approach

2011-04-21 Thread dhrubo
in context: http://cxf.547215.n5.nabble.com/DOSGi-wsdl-first-approach-tp3212289p4330386.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: DOSGi wsdl-first approach

2011-04-20 Thread dhrubo
in context: http://cxf.547215.n5.nabble.com/DOSGi-wsdl-first-approach-tp3212289p4330032.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: DOSGi wsdl-first approach

2010-10-28 Thread Sergey Beryozkin
@cxf.apache.org Objet : RE: DOSGi wsdl-first approach Hi, Thanks Ronald for your answer, it almost worked for me too. I get it to work for some web services but it fails every time with axis powered web services. I get this exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

RE: DOSGi wsdl-first approach

2010-10-18 Thread jean.dat
[mailto:jean@orange-ftgroup.com] Envoyé : vendredi 15 octobre 2010 18:41 À : users@cxf.apache.org Objet : RE: DOSGi wsdl-first approach Hi, Thanks Ronald for your answer, it almost worked for me too. I get it to work for some web services but it fails every time with axis powered web services. I

Re: DOSGi wsdl-first approach

2010-10-15 Thread Ronald Müller
Hi, i struggled trying to change startup order by configuring start levels for misc bundles (jaxb-api,jax-impl,javax.activation,stax) without real success: felix.startlevel.bundle=3 org.osgi.framework.startlevel.beginning=3

Re: DOSGi wsdl-first approach

2010-10-15 Thread David Bosschaert
On 15 October 2010 10:48, Ronald Müller r.muel...@unicomp-berlin.de wrote: Finally i solved my issue by kicking the following bundles: * geronimo-activation_1.1_spec-1.0.2.jar * org.apache.servicemix.bundles.jaxb-impl-2.1.6_1.jar * org.apache.servicemix.specs.jaxb-api-2.1-1.3.0.jar *

Re: DOSGi wsdl-first approach

2010-10-15 Thread Daniel Kulp
On Friday 15 October 2010 5:57:55 am David Bosschaert wrote: On 15 October 2010 10:48, Ronald Müller r.muel...@unicomp-berlin.de wrote: Finally i solved my issue by kicking the following bundles: * geronimo-activation_1.1_spec-1.0.2.jar *

Re: DOSGi wsdl-first approach

2010-10-15 Thread David Bosschaert
On 15 October 2010 14:51, Daniel Kulp dk...@apache.org wrote: On Friday 15 October 2010 5:57:55 am David Bosschaert wrote: On 15 October 2010 10:48, Ronald Müller r.muel...@unicomp-berlin.de wrote: Finally i solved my issue by kicking the following bundles: *

Re: DOSGi wsdl-first approach

2010-10-15 Thread Ronald Müller
Hi, please keep in mind, that most people just want use it. Its desirable that people utilise the latest version and the recommended versions should stated somewhere on the web, but if there is no functional dependency, than the dependency-level should be as low as possible. The JDK Stax-parser

Re: DOSGi wsdl-first approach

2010-10-15 Thread Daniel Kulp
On Friday 15 October 2010 10:53:38 am Ronald Müller wrote: Hi, please keep in mind, that most people just want use it. Its desirable that people utilise the latest version and the recommended versions should stated somewhere on the web, but if there is no functional dependency, than the

RE: DOSGi wsdl-first approach

2010-10-15 Thread jean.dat
2010 11:58 À : users@cxf.apache.org Objet : Re: DOSGi wsdl-first approach On 15 October 2010 10:48, Ronald Müller r.muel...@unicomp-berlin.de wrote: Finally i solved my issue by kicking the following bundles: * geronimo-activation_1.1_spec-1.0.2.jar * org.apache.servicemix.bundles.jaxb-impl

DOSGi wsdl-first approach

2010-10-14 Thread Ronald Müller
Hi, i'm getting stuck on following exception (see below), while trying to implement a web-service from a given WSDL (by wsdl2java) with jaxb-databinding. The same thing runs fine, if started without any OSGi-things (just plain CXF). So i suppose that there are just some import or

Re: DOSGi wsdl-first approach

2010-10-14 Thread Daniel Kulp
On Thursday 14 October 2010 11:40:24 am Ronald Müller wrote: Hi, i'm getting stuck on following exception (see below), while trying to implement a web-service from a given WSDL (by wsdl2java) with jaxb-databinding. The same thing runs fine, if started without any OSGi-things (just plain