DIME support in CXF

2009-01-20 Thread Juan José Vázquez Delgado
Hi all, Is it possible to use DIME attachments instead MTOM in CXF clients and servers?. Thanks in advance, BR, Juanjo.

CXF Webapp on OSGi / JAXBException/com.sun.xml.bind.v2

2009-01-20 Thread dankof
Hello, I'm currently facing some serious problems deploying a CXF web application on Equinox. I once had a working configuration for development in my IDE but deployment is giving me some headaches. Here are the versions: - Equinox 3.4 - CXF Bundle 2.1.2 - Java 1.6.0_11 - Spring-DM 1.1.0 -

Re: CXF Webapp on OSGi / JAXBException/com.sun.xml.bind.v2

2009-01-20 Thread David Bosschaert
Hi Fabian, I started documenting how to run the CXF based implementation of Distributed OSGi in Equinox (and Felix). This includes JAXB. The documentation is still in a draft state, but it might help. See here: http://cwiki.apache.org/confluence/display/CXF/Distributed+OSGi Cheers, David

Re: CXF embedded in larger frameworks -- Camel, ServiceMix, FUSE, Mule, Synapse??

2009-01-20 Thread Andrew Clegg
That does sound like it's the kind of thing I'm after. Thanks for that, I'll try it out for the next project (maybe too late for this one). Andrew. 2009/1/17 Derek Adams derek_a_ad...@yahoo.com: I think Mule would be a pretty good match. It has the concept of a service registry (soon to be

Not able to ignore - sun.security.validator.ValidatorException: No trusted certificate found -

2009-01-20 Thread Narayanaswamy, Mohan
I call the below initSSL() method, before invoking webservice, still I get the below exception. does CXF uses other than built-in HttpsURLConnection? How to ignore the trustStore? Note : I am just writing a POC using CXF aginst old webservice - where service is not under my control. Mohan

RE: Not able to ignore - sun.security.validator.ValidatorException: No trusted certificate found -

2009-01-20 Thread Narayanaswamy, Mohan
Thanks. The following code worked. HTTPConduit httpConduit = (HTTPConduit) client.getConduit(); TLSClientParameters tlsParams = new TLSClientParameters(); TrustManager[] trustAllCerts = new TrustManager[] { new FakeTrustManager() };

Re-2: CXF Webapp on OSGi / JAXBException/com.sun.xml.bind.v2

2009-01-20 Thread dankof
I'll give it a try. Although I'd prefer a release build of CXF but at the moment any solution is welcome. Do you know if there are any ready-built artifacts available for the trunk? Maybe nightly builds? Best regards, Fabian Original Message Subject: Re: CXF Webapp on OSGi

CaBig service - CXF client - unmarshalling issue

2009-01-20 Thread Benjamin Coiffe
Hello, I am trying to retrieve some data from caBig (https://cabig.nci.nih.gov/ ) using the Web Service described by the following wsdl: http://cabio.nci.nih.gov/cacore32/ws/caCOREService?wsdl. When invoking the method: getDataObject(out java.lang.Object getDataObjectReturn, in

Re: Stop CXF checking for certificate

2009-01-20 Thread ripcord
Thanks for that, but it deals with supplying actual certificates. I'm trying to configure the client so that it does not require any certificates. Any ideas on that? Michael Kleinhenz wrote: Hi, I had a similar problem like this and found the solution. I wrote a blog article about it,

Re: Problem with MessageBodyReader provider

2009-01-20 Thread Sergey Beryozkin
Hi Dave thanks, good it's all working. By the way, I've started looking into supporting java.activation.DataSource which is required by the spec, but looks like that in meantime you've gone ahead and implemented a utility MultipartRequest with a corresponding message body reader...great

Re: Proposal to deprecate CXF HTTP Binding

2009-01-20 Thread Sergey Beryozkin
Actually, I'll argue a bit. 2.1 will be live and maintained for some time. Anyone who really wants to use it can use 2.1. Can you think of a 2.2-specific feature that someone would want to combine with the old HTTP binding? Not really...If we knew that no HTTP binding users migrated to CXF

Re: Stop CXF checking for certificate

2009-01-20 Thread Chris McClelland
Robbie, Unfortunately that's not how HTTPS works. You need a certificate. The good news is you can easily get the certificate for any server and tell CXF to use that. Say you want to connect to the webservice at https://foo.com/MyService, if you just type that URL into a browser. You will

Re: EndpointReference in Exceptions

2009-01-20 Thread Marco
No one can give me an hint on this? Is it an issue, or the W3CEndpointReference type is not supported inside Exceptions? Marco. On Mon, 2009-01-19 at 19:23 +0100, Marco wrote: I All, It seems that CXF ignores the W3CEndpointReference in the Exceptions. For example, if i have an exception

RE: cxf's dynamic proxies ?

2009-01-20 Thread אלחנן מעיין
Ok, do you think this leads other source generators to do the same thing? -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Friday, January 16, 2009 11:21 PM To: users@cxf.apache.org Cc: אלחנן מעיין Subject: Re: cxf's dynamic proxies ? On Friday 16 January 2009

Re: cxf's dynamic proxies ?

2009-01-20 Thread Benson Margulies
If they comply with the JAX-WS standard, they do. On Sat, Jan 17, 2009 at 11:55 AM, אלחנן מעיין elhan...@fnx.co.il wrote: Ok, do you think this leads other source generators to do the same thing? -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Friday, January