Re: JAX-WS on OSGi Environment

2009-02-10 Thread Douglas C. Grove
;javax.xml > >> >webservices-api > >> >1.3.1 > >> >compile > >> > > >> > > >> > > >> > Both webservices-rt and webservices-api can actually be deployed as > >> > bundles. > >>

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Keiichiro Ono
and Spring-DM and adds a few >>> features. If you don't want the JBI stuff, you can start with >>> ServiceMix Kernel (http://servicemix.apache.org/kernel/index.html) and >>> deploy CXF bundles onto it instead of using the full ServiceMix 4 >>> distribution. &

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Keiichiro Ono
t;compile >> > >> > >> > >> > Both webservices-rt and webservices-api can actually be deployed as >> > bundles. >> > >> > Alternatively, you can use the Java Endorsed mechanism to over ride the >> > shipped JAX co

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Guillaume Nodet
p://servicemix.apache.org/kernel/index.html) and >> deploy CXF bundles onto it instead of using the full ServiceMix 4 >> distribution. >> >> On Tue, Feb 10, 2009 at 20:12, Keiichiro Ono wrote: >>> Hi. >>> >>> I'm trying to use JAX-WS on OSGi

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Keiichiro Ono
ploy CXF bundles onto it instead of using the full ServiceMix 4 > distribution. > > On Tue, Feb 10, 2009 at 20:12, Keiichiro Ono wrote: >> Hi. >> >> I'm trying to use JAX-WS on OSGi environment (Felix and Spring-DM). >> Basically, I'm trying to write a

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Douglas C. Grove
> http://java.sun.com/javase/6/docs/technotes/guides/standards/ > > > > i.e.: > > > > ls -las jdk/jre/lib/endorsed/ > > webservices-api-1.3.1.jar > > webservices-rt-1.3.1.jar > > > > You'll probably want to update the jars for your server

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Keiichiro Ono
> ls -las jdk/jre/lib/endorsed/ > webservices-api-1.3.1.jar > webservices-rt-1.3.1.jar > > You'll probably want to update the jars for your server side as well as > for your OSGi runtime. > > Hope that helps, > > Doug > > > On Tue, 2009-02-10 at 11:12 -0

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Guillaume Nodet
chiro Ono wrote: > Hi. > > I'm trying to use JAX-WS on OSGi environment (Felix and Spring-DM). > Basically, I'm trying to write a web service client working on Spring > DM. As far as I know, there is no OSGi-bundle version of JAX-WS > implementations although API bund

Re: JAX-WS on OSGi Environment

2009-02-10 Thread Douglas C. Grove
jars for your server side as well as for your OSGi runtime. Hope that helps, Doug On Tue, 2009-02-10 at 11:12 -0800, Keiichiro Ono wrote: > Hi. > > I'm trying to use JAX-WS on OSGi environment (Felix and Spring-DM). > Basically, I'm trying to write a web service client workin

JAX-WS on OSGi Environment

2009-02-10 Thread Keiichiro Ono
Hi. I'm trying to use JAX-WS on OSGi environment (Felix and Spring-DM). Basically, I'm trying to write a web service client working on Spring DM. As far as I know, there is no OSGi-bundle version of JAX-WS implementations although API bundle is available from SpringSource repository