Re: Bean MethodNotFound Exception though it looks correct

2014-03-01 Thread eswar
sorry, never mind I was using a wrong signature which I fixed and its working now. -- View this message in context: http://camel.465427.n5.nabble.com/Bean-MethodNotFound-Exception-though-it-looks-correct-tp5748110p5748171.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bean MethodNotFound Exception though it looks correct

2014-03-01 Thread eswar
hi Ceposta- Yes I have defined this method camel1 in interface1 and then implemented in the class - project. hence i was thinking the testBean should be able to access the camel1 method as defined in the interface. But i am still getting this error, any insight you can offer would be helpful. thank

Re: camel-extras and karaf-2.3.4

2014-03-01 Thread Christoph Emmersberger
Hi Knut UPDATE: Fix is related to KARAF-2801 and can not be fixed within camel-extra. If you need the feature:url support immediately, please add the following line of code to your etc/org.apache.karaf.features.repos.cfg camel-extra=org.apache-extras.camel-extra.karaf:camel-extra:xml:features:(

Inserting property into XPath

2014-03-01 Thread Sam Adams
Hi, I have the following XPath in my XPathBuilder: /soapenv:Envelope/soapenv:Body/items[id/text()='xyz']/name/text() Everything works fine but I want to substitute 'xyz' for a property from the exchange. I expected the following to work: /soapenv:Envelope/soapenv:Body/items[id/text()=function:p

AW: How to copy files from one directory to another within the same ftp server.

2014-03-01 Thread jhm
Sounds good. Something in that direction? template.sendBody("direct:trigger", "filename") from("direct:trigger") // http://camel.apache.org/ssh // When the SSH Component is used as a Producer (.to("ssh://...")), it // will send the message body as the command to execute on the remote SSH s

Re: camel-redis db selection

2014-03-01 Thread Richard Williams
Be sure to include a leading # in the URI if you are passing the connectionFactory name there. I spent an entire day before I discovered that the url should look like this ?connectionFactory=#redisfactory instead of this ?connectionFactory=redisfactory -- View this message in context: http:/

Re: How to copy files from one directory to another within the same ftp server.

2014-03-01 Thread Christian Müller
No, the ftp component is designed to poll the directory and to consume the file. But you are right, your approach is much better. What's about using SSH [1] for doing this? Camel does support it... [1] http://camel.apache.org/ssh Best, Christian - Software Integration Specialist

Re: JPAComponent starter example

2014-03-01 Thread sekaijin
you can read the christian blog at http://www.liquid-reality.de/display/liquid/Karaf+Tutorials Bye A+JYT PS: sorry for my approximative english -- View this message in context: http://camel.465427.n5.nabble.com/JPAComponent-starter-example-tp5748145p5748154.html Sent from the Camel - Users mai

Re: JPAComponent starter example

2014-03-01 Thread imranrazakhan
Hi, Thanks for reply, i did this by creating processor LoanRequest lr = exchange.getIn().getBody(LoanRequest.class); System.out.println("After for loop"); How i could get multiple rows from db like List requests = exchange.getIn().getBody(); Regards -- View this message in context: htt

Re: Camel Quartz2 Clustering fails due to durable jobs, has anyone got

2014-03-01 Thread Claus Ibsen
Hi Yeah feel free to log a JIRA ticket and we love contributions, so patches is welcome http://camel.apache.org/contributing On Fri, Feb 28, 2014 at 2:43 PM, fherpertz wrote: > Hi, > > I have a similiar problem and I tried to track it down. > > After some time of work and testing several possibi

Re: JPAComponent starter example

2014-03-01 Thread Claus Ibsen
Hi The jpa consumer maps to java objects, eg you get each row as a LoanRequest instance. So if you want to show some particular information from this instance in the stream, then you need to do a message transformation first http://camel.apache.org/message-translator.html You can use the simple

Re: camel-example-cxf* (all CXF examples)

2014-03-01 Thread David Parker
PS - using camel example rel 2.12.1 & rel 2.12.3 On Sat, Mar 1, 2014 at 12:17 AM, David Parker wrote: > Camel experts, > > please point me in a helpful direction to resolve an issue in ALL CXF > examples - there is a common wsdl2java failure at generate-sources maven > phase; e.g., > > [ERROR]

camel-example-cxf* (all CXF examples)

2014-03-01 Thread David Parker
Camel experts, please point me in a helpful direction to resolve an issue in ALL CXF examples - there is a common wsdl2java failure at generate-sources maven phase; e.g., [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:2.7.10:wsdl2java (generate-sources) on project camel-example-