Re: Enabling MTOm in DOSGi service?

2010-02-22 Thread FrozenQ
Any idea? FrozenQ wrote: Hello, I want to use MTOM for a DOSGi service and so I have added the DataHandler type for the corresponding arguments in the service interface. When the service is disposed remotely, a WSDL is generated which holds the base64Binary-typed elements

Enabling MTOm in DOSGi service?

2010-02-18 Thread FrozenQ
Hello, I want to use MTOM for a DOSGi service and so I have added the DataHandler type for the corresponding arguments in the service interface. When the service is disposed remotely, a WSDL is generated which holds the base64Binary-typed elements. Unfortunately, the access to the inputstream

Problems setting up DOSGI Mutli Bundle Dist in Eclipse

2010-01-16 Thread FrozenQ
Hi guys, I have a problem setting up DOSGI Mutil Bundle Distribution 1.1 (http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.zip) in Eclipse. I did all the steps described in http://cxf.apache.org/setting-up-eclipse-for-running-and-debugging-distributed-osgi.html.

ClassCastException javax.xml.ws.spi.Provider

2010-01-11 Thread FrozenQ
Hi guys, I am trying to run a CXF DOSGi example in Eclipse Galileo but I am getting a ClassCastException when instantiating the Service Client. The relevant part of the stacktrace is: Caused by: java.lang.LinkageError: ClassCastException: attempting to

Re: Problem configuring CXF DOSGi to run with JAX-WS

2009-10-29 Thread FrozenQ
the zip cheers, Sergey -Original Message- From: FrozenQ [mailto:zickenfr...@gmx.de] Sent: 27 October 2009 13:19 To: users@cxf.apache.org Subject: Re: Problem configuring CXF DOSGi to run with JAX-WS Hi Sergey, thanks for your quick reply. Unfortunately, I d'ont succeed in getting

Re: Problem configuring CXF DOSGi to run with JAX-WS

2009-10-27 Thread FrozenQ
that for JAXWS to work a javax.jws.* has to be imported into the interface and/or implementation and client bundles for annotations like @WebService and @WebMethod be recognized, there's a similar note for JAXB cheers, Sergey - Original Message - From: FrozenQ zickenfr

Problem configuring CXF DOSGi to run with JAX-WS

2009-10-23 Thread FrozenQ
Hi guys, I have a problem configuring a DOSGi/CXF service to use JAXB databinding and JAX-WS frontend. I have set the following bundle registration properties in the service activator as described on the DOSGi/CXF reference page (http://cxf.apache.org/distributed-osgi-reference.html): 1)