Re: Can't find the BindingOperationInfo with operation name

2014-10-08 Thread Willem Jiang
It looks you set a wrong namespace on the operation, can you try to use this setting?   select_dataCaptureOperation      ebx-dataservices    -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemji

Can't find the BindingOperationInfo with operation name

2014-10-08 Thread vs_mahesh
Hi , I am getting *Can't find the BindingOperationInfo with operation name* error when I tried to set the operation name.My service class contain more than one operation so I need to set one opeartion specific. My camel route is as follows. select_dataCaptureOpera

Apache Mina getting response from remote tcp server

2014-10-08 Thread jkab016
I have been working on a project that posts messages to a remote tcp server and I need the response from the server. In one of a hundred times I get the right response. in other times the response is *Type 'exit' to quit* my code is : CamelContext context = new DefaultCamelContext(); fin

Re: Rest DSL with Jetty

2014-10-08 Thread Willem Jiang
It’s bug of camel-jetty, I just created a JIRA[1] for it. The hot fix is on the way. [1]https://issues.apache.org/jira/browse/CAMEL-7899 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread Willem Jiang
Hi, I think Charles already show you how to do it by using setBody DSL. BTW, if you using direct:start, you need to use producer template to send the message to the direct:start endpoint to kick the route. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogs

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread camelcoder07
I fixed this issue now by using a timer instead of direct:start. Can anyone tell me how to set the body type to application/json when sending the data to the web service? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Spring-HTTP-Consumer-using-remote-Rest-

Re: Application naivity about endpoints

2014-10-08 Thread Matt Sicker
You should use named endpoint references everywhere instead of literal URIs in the from/to sections. That way you only need to update a single endpoint to get all the other endpoint references up to date. On 7 October 2014 07:04, Christian Schneider wrote: > For a standalone application there is

Rest DSL with Jetty

2014-10-08 Thread gquintana
Hello, I am playing with the new REST DSL: 1) The context path is not taken into account: 2) I can't bind both "post" and "get" verbs on the same path: What did I miss? Gérald -- View this message in context: http://camel.465427.n5.nabble.com/Rest-DSL-with-Jetty-tp5757418.html Sent from

Set concurrentConsumers of SEDA

2014-10-08 Thread bonnahu
Hi everyone, I have a question about the value of concurrentConsumers for SEDA. According to the document, if limitConcurrentConsumers is set to true, then the number of concurrentConsumers would be set the maximum of 500. My question is that is it always good to set the concurrentConsumers to a b

Re: Camel Spring HTTP Consumer using remote Rest web service

2014-10-08 Thread camelcoder07
Thank you for this information. For some reason it does not look like I am even calling the REST endpoint. Is there a way to find out where this is hanging up at? When I run my camel-context.xml test all it says is that there is a total of 1 routes and of which 1 is started. Any help is much ap

Re: Error while testing secured proxy service.

2014-10-08 Thread Colm O hEigeartaigh
Getting to this a bit late but...you need to change the action to also include a timestamp. e.g.: Colm. On Fri, Jul 4, 2014 at 7:36 AM, Royamit wrote: > Hi all, > > I have been trying to implement authentication to proxy example provided in > the apache camel bundle. So i have implemented int

Re: decoder problem in netty4

2014-10-08 Thread Willem Jiang
It’s a bug of netty4-http, I just assigned the JIRA[1] you created to me. [1] https://issues.apache.org/jira/browse/CAMEL-7894  -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo:

Default values for property placeholders

2014-10-08 Thread Knut-Håvard Aksnes
Are there any way of specifying default values for properties using the {{ }} syntax in routes? What I am looking for is something equivalent to defaultValue in @PropertyInject. -- View this message in context: http://camel.465427.n5.nabble.com/Default-values-for-property-placeholders-tp575740

Re: camel-jms consumer 2.14.0 on JBOSS EAP 6.1.1.

2014-10-08 Thread sandp
Its a xerces dependency issue in pom.xml. -- View this message in context: http://camel.465427.n5.nabble.com/camel-jms-consumer-2-14-0-on-JBOSS-EAP-6-1-1-tp5757369p5757391.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Integrate Remote EJB 's using Camel

2014-10-08 Thread Gnanaguru S
Just appending this link here. I found this example which has remote EJB calls through camel: https://github.com/dendrite/viscosity/blob/master/Camel/camel-remote-ejb-java/src/main/java/ru/ttk/camel/CamelRemoteEJB.java Cheers Guru -- View this message in context: http://camel.465427.n5.nabble

Re: Adding soap headers in paylod mode

2014-10-08 Thread Gnanaguru S
Use this way, but you have got to find the exact header names: http://somehost/service/path Good luck Cheers Guru gnanaguru.com -- View this message in context: http://camel.465427.n5.nabble.com/Adding-soap-headers-in-paylod-mode-tp575

Re: decoder problem in netty4

2014-10-08 Thread elyrank
I managed to identify the problem: the first request I sent was a GET request with null body. in the class org.apache.camel.component.netty4.http.NettyHttpProducer - the method getRequestBody(Exchange exchange) is creating the actual request object from the exchange. in it - the method "toNettyReq

Using a custom SessionStateListener with SMPP

2014-10-08 Thread Andrew Hine
Hi I'm attempting to use a custom SessionStateListener with Apache Camel SMPP = component (see https://issues.apache.org/jira/browse/CAMEL-5043 ) I'm new to Camel and cannot seem to find any documentation of how to use my= own SessionStateListener (I want to be notified when the SMPP conne

JMS Request/Reply temp queue howto?

2014-10-08 Thread moorsel
I would like to implement a scenario where a Camel based program listens on an activemq queue and reads messages from thatqueue, does some processing and sends the results to a (temp) reply queue which name was present as the reply property in the received. I am a little puzzled as how to use the r