Re: Camel 3.14.2 - camel-cxf-transport restricted version for cxf to 3.4

2022-05-02 Thread Andrea Cosentino
.g. in the camel-cxf-transport MANIFEST: > > Import-Package: ., org.apache.cxf.transport;version="[3.4,3.4]" > > means exactly version 3.4.0 is required. > > > filter:="(&(osgi.wiring.package=org.apache.cxf)(version>=3.4.0)(version<=3.4.0)) > > >

Camel 3.14.2 - camel-cxf-transport restricted version for cxf to 3.4

2022-05-02 Thread Martin Lichtin
Any reason the version for org.apache.cxf packages is so restricted? e.g. in the camel-cxf-transport  MANIFEST: Import-Package: ., org.apache.cxf.transport;version="[3.4,3.4]" means exactly version 3.4.0 is required. filter:="(&(osgi.wiring.package=org.apache.cxf)(vers

Re: Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-28 Thread metatech
.n5.nabble.com/Camel-CXF-Transport-works-within-Blueprint-only-when-XSD-validation-is-disabled-tp5770593p5771047.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-27 Thread metatech
org/mod_mbox/aries-user/201212.mbox/% > 3CCAF8t5Xud7Q+jYHUcX-pm6YN5z9hMOPsXgbmKyAxUirXRUznjWg@.gmail > %3E > > but I think there is no such option and I also didn't pursue this issue. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Transport-works-w

Re: Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-25 Thread Aki Yoshida
camel-cxf-transport.jar, so you don't notice the absence of this schema at the specified schemaLocation. We should publish this schema,, but I am not sure if we should change the location, though. regards, aki 2015-08-12 8:02 GMT+02:00 metatech : > Hello, > > We are trying to

Re: Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-24 Thread metatech
Hello, My understanding is that there is no simple solution to this problem. I propose I will create a JIRA ticket so that anyone can investigate it further later. Best regards, metatech -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Transport-works-within

Re: Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-14 Thread Resmis
Thanks a lot Dan. I gave namespace declaration for spring elements. It solved the problem. Thanks, Resmi -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-CXF-Transport-Adding-interceptors-to-JaxWs-Client-tp5770596p5770715.html Sent from the Camel - Users mailing

Re: Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-13 Thread Daniel Kulp
> Resmi > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-CXF-Transport-Adding-interceptors-to-JaxWs-Client-tp5770596p5770640.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-13 Thread Resmis
which the following sample is given for adding interceptors: Thanks, Resmi -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-CXF-Transport-Adding-interceptors-to-JaxWs-Client-tp5770596p5770640.html Sent from the Camel - Users mailing list archive at

Re: Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-12 Thread Daniel Kulp
he-camel.html > , and used camel-cxf-transport version 2.15.2). > > Service invoked successfully, but could not add interceptors to the JaxWS > client proxy. Tried the following: > > >http://cxf.apache.org/jaxws"; > xmlns:testsvc="http://my

Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-11 Thread Resmis
Hi, We are invoking a soap service through RabbitMQ using Camel transport JaxWS client as given below (Ref: http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.html , and used camel-cxf-transport version 2.15.2). Service invoked successfully, but could not add

Apache Camel CXF Transport - Adding interceptors to JaxWs Client

2015-08-11 Thread Resmis
Hi,We are invoking a soap service through RabbitMQ using Camel transport JaxWS client as given below (Ref: http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.html , and used camel-cxf-transport version 2.15.2). Service invoked successfully, but could not add

Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-11 Thread metatech
Hello, We are trying to use Camel CXF Transport within Blueprint. We followed the intructions on this page : http://camel.apache.org/camel-transport-for-cxf.html However, when defining a camel destination with an ID containing a dot : Blueprint XSD validation fails with the exception below [1

Re: Issue using camel-cxf-transport (2.10)

2013-02-10 Thread Charles Moulliard
> On 08 Feb 2013, at 19:03, Charles Moulliard wrote: > > > Hi, > > > > Itry to use camel-cxf-transport but get a "No consumers available on > > direct://supervisor". > > > > [msConsumer[supervisorworklist]] DirectProducer WARN No &

Re: Issue using camel-cxf-transport (2.10)

2013-02-09 Thread Taariq Levack
Charles try without the forward slashes, like so "direct:supervisor" On 08 Feb 2013, at 19:03, Charles Moulliard wrote: > Hi, > > Itry to use camel-cxf-transport but get a "No consumers available on > direct://supervisor". > > [msConsum

Issue using camel-cxf-transport (2.10)

2013-02-08 Thread Charles Moulliard
Hi, Itry to use camel-cxf-transport but get a "No consumers available on direct://supervisor". [msConsumer[supervisorworklist]] DirectProducer WARN No consumers available on endpoint: Endpoint[direct://supervisor] to process: Exchange[JmsMessage[JmsMessageID:

Re: Camel CXF Transport?

2012-09-04 Thread Scott England-Sullivan
(http://willemjiang.blogspot.com/) > (English) > http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: willemjiang > > > > On Tuesday, August 28, 2012 at 4:49 AM, Scott England-Sullivan wrote: > > > Hello All,

Re: Camel CXF Transport?

2012-08-27 Thread Willem jiang
.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Tuesday, August 28, 2012 at 4:49 AM, Scott England-Sullivan wrote: > Hello All, > > Wondering why the Camel CXF Transport

Re: Camel CXF Transport

2012-03-19 Thread Willem Jiang
If you are using Camel CXF transport, it could be easy to add the option on the JMS endpoint by specifying the option on the URL. On Mon Mar 19 15:50:42 2012, Claus Ibsen wrote: Hi How do you put the message on the JMS transport? If you use the camel-jms component, you can configure it to

Re: Camel CXF Transport

2012-03-19 Thread Claus Ibsen
Hi How do you put the message on the JMS transport? If you use the camel-jms component, you can configure it to which jmsMessageType you want. http://camel.apache.org/jms On Sun, Mar 18, 2012 at 6:04 PM, Chris Odom wrote: > I created a simple transport for my cxf jax-ws client which is backed w

Re: Camel CXF Transport

2012-03-18 Thread Christian Schneider
The bytes message still contains just text. The only difference to text messages in that case is that it needs to specify an encoding (like UTF-8). As far as I know CXF can not handle text messages well as it internally also uses an InputStream. So I think it is not easy to change that and I th

Camel CXF Transport

2012-03-18 Thread Chris Odom
I created a simple transport for my cxf jax-ws client which is backed with jaxb bindings. I noticed that when I put the request out on the jms transport the message body is treated as a bytes message. I wish to decouple the data format for my messaging system, as in, there will be services that may

Re: Camel CXF Transport

2012-03-15 Thread Chris Odom
Yes I have both camel-cxf and camel-cxf-transport as dependencies... Yes I am using the latest m2e plugin... Chris O. On Thu, 15 Mar 2012 08:46:06 +0800, Willem Jiang wrote: > cxf-codegen-plugin doesn't need to load the CamelTransportFactory > normally. I guess there are som

Re: Camel CXF Transport

2012-03-14 Thread Willem Jiang
cxf-codegen-plugin doesn't need to load the CamelTransportFactory normally. I guess there are some camel-cxf related dependencies in your pom. BTW, do you use m2eclipse to call the cxf-codegen-plugin ? On 3/15/12 4:02 AM, Chris Odom wrote: I was attempting to use the cxf-codegen-plugin in ecli

Re: Camel CXF Transport

2012-03-14 Thread Chris Odom
Figured it out my-self...thanks to anyone looking at this. Use this in the plugin org.apache.camel camel-cxf-transport 2.8.0-fuse-03-06 On Wed, 14 Mar 2012 15:02:21 -0500, Chris Odom wrote: > I was attempting to use the cxf-codegen-plugin in eclipse and when I > execute the goals

Camel CXF Transport

2012-03-14 Thread Chris Odom
I was attempting to use the cxf-codegen-plugin in eclipse and when I execute the goals I get this error. [DEBUG] java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.component.cxf.common.header.CxfHeaderFilterStrategy at org.apache.camel.component.cxf.transport.Came