RE: Camel supported servicemix version

2018-08-27 Thread Ls, Deepthi (Nokia - IN/Bangalore)
Hi, Sorry for mis communication. We are using the camel version that is coming as part of service mix vesion 3.4.0 i.e CXF 2.4.4 and Camel 2.8.3. Does it mean that CXF 2.4.4 and Camel 2.8.3 does not support developing REST services ? Regards, Deepthi -Original Message- From: Claus

Re: Camel supported servicemix version

2018-08-27 Thread Claus Ibsen
Hi Can you double check the servicemix version you are using, as 3.x is very very old. In general ServiceMix only support the Camel version that it ships out of the box. On Mon, Aug 27, 2018 at 7:55 AM Ls, Deepthi (Nokia - IN/Bangalore) wrote: > > Hello Team, > > We have a rest service

Manually test smb endpoint connection on linux

2018-08-27 Thread Ivana Cace
What can i use on redhat linux to test if an smb location will be accessible with camel-jcifs? I tries using 'smbclient' but i get 'LOGON_FAILURE' in for locations that camel *can* actually write to. Is there anything else i can use? Background: I have a small Apache Camel application that

SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
Getting NullPointer at com.ctc.wstx.sw.SimpleNsStreamWriter.writeNamespace(SimpleNsStreamWriter.java:134), Because parameter nsURI is null. (full stack trace below) First call of this method prefix="soapenv", nsURI=null Second call: prefix="soap",

Re: Manually test smb endpoint connection on linux

2018-08-27 Thread Andrea Cosentino
You need to ask to camel-extras guys. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, August 27, 2018, 12:16:32 PM GMT+2, Ivana Cace

RE: Manually test smb endpoint connection on linux

2018-08-27 Thread Ivana Cace
Thanks, will do! -Oorspronkelijk bericht- Van: Andrea Cosentino [mailto:ancosen1...@yahoo.com.INVALID] Verzonden: maandag 27 augustus 2018 12:17 Aan: users@camel.apache.org Onderwerp: Re: Manually test smb endpoint connection on linux You need to ask to camel-extras guys. -- Andrea

Re: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Claus Ibsen
Hi What older version of Camel and camel-cxf were you using that worked? You are also welcome to log a JIRA about this NPE. >From the debugger if you change that nsUrl from null, to that SOAP namespace, does it work then? And what if you change the nsUrl to be an empty string? On Mon, Aug 27,

RE: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
Hi Claus, 2.12.4 was the Camel version that worked with this request. Changing the nsUrl to the correct value or to an empy string in the debugger makes it working under Camel 2.22.0. Kind regards Jürgen -Original Message- From: Claus Ibsen Sent: Montag, 27. August 2018 14:11 To: