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.
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
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:(
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
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
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:/
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
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
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
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
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
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 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-
13 matches
Mail list logo