Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful Bean Integration

learn more… | top users | synonyms

0
votes
0answers
5 views

IIS refuses my POST in a two way ssl setup with CXF

I setup 2way ssl with Camel and CXF using the http conduit element etc. I make a webservice call to an external party. All certificates are correctly installed (incoming traffic is succesfull, this is ...
0
votes
0answers
9 views

soap webservice call using Apache camel

i am new to invoking webservice (writting client side) using apache camel (Though I know about webservice, and writting code using CXF, spring template). Could anyone please help me in providing some ...
2
votes
1answer
42 views

Using an external .cfg file instead of defining Property files at build time

Our project is using Apache Camel, with FuseESB and we are also utilizing Spring. Right now we have a handful of property files that we define when we build the project (with Maven). We want to move ...
-2
votes
0answers
16 views

Invoking JAX-WS webservice using Camel

I wrote one web service using JAX-WS specifications. The web service is deployed on my machine and I am able to access the wsdl file. I wanted to invoke this web service using camel framework. I ...
0
votes
1answer
28 views

How can I change the content of XML file with Apache Camel, java DSL, eclipse

I have a XML file, which is named input-kunde-2.xml. from("file:c:/test/?fileName=input-kunde-2.xml") <?xml version='1.0' encoding='UTF-8'?> <list> <Name>Ying</Name> ...
0
votes
0answers
20 views

how to create and export camelProxy with apache camel blueprint

I am using camel-blueprint with aries blueprint in osgi container. My configuration is as follows <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" ...
0
votes
1answer
21 views

How to stop camel from deleting FTP file when processing fails and exception is handled by an error handler

I have a route that reads from an FTP server, then processes the message. The route has DeadLetterChannel error handler that routes the message to some bean when an exception is thrown while ...
0
votes
0answers
18 views

Conduit (proxy authorization) not getting set on CXF (Camel, ServiceMix)

Trying to deploy a project on ServiceMix I have the following things defined in my camel-context.xml: <http-conf:conduit name="*.http-conduit"> <http-conf:client ProxyServer="proxy" ...
1
vote
4answers
30 views

Best way of expressing Camel route

If X is false I want to route to A, if X is true I want to route to A and B I tried to write something like from(?) .choice() .when( X ) .multicast().to(A,B).end() .otherwise() // I get ...
2
votes
2answers
39 views

serviceMix 4.4 does not support ODE any longer, what is the alternative way to do orchestration?

I am new to serviceMix, I downloaded serviceMix 4.5.1 a couple of days ago. When I tried to install ode in serviceMix using the command features:install ode It tells me this: Error executing ...
0
votes
1answer
17 views

How to set HTTP headers on Camel http4 endpoint

How does one set the headers for a request made using the http4 component in Camel? The site I'm connecting to requires the referrer header to be set. Using HttpClient directly, one can add headers to ...
0
votes
1answer
27 views

Apache Camel not working with Groovy

My original issue is that I want to use System.currentTimeMillis() as fileName. Try1 {date:now:SimpleDateFormat} does not support it. I can print Milliseconds with S but its difference from the ...
0
votes
1answer
26 views

Apache camel: set cookies for http4 client

I'm having a play around with Apache Camel, and having a few problems transitioning from the 'trivial examples' stage to the 'but with these irritating details' stage. Crucially, how to go in and ...
0
votes
0answers
16 views

java.util.concurrent.RejectedExecutionException: null during camel route shutdown

I have a camel route which I am trying to shutdown in case I encounter a java.net.ConnectException. In my shutdown strategy, I am removing the keys that I had added in the context properties during ...
2
votes
0answers
19 views

Using external document parameter in XQuery invoked via Camel

I am passing DOM object as parameter to Xquery in Camel. Below is the Xquery code, written to access the parameter: declare variable $dom_param as document-node() external; declare variable ...
4
votes
1answer
33 views

Programmatically adding context-scoped onCompletion() to Camel Context

Is there a way to add an onCompletion context-scoped 'handler' to the Camel context? The Camel onCompletion documentation shows how to do it with the Spring XML DSL and I have not been able to find a ...
0
votes
2answers
40 views

Is Fuse Fabric free to use in production? Can I use it with ServiceMix?

Fuse Fabric http://fuse.fusesource.org/fabric/index would offer usable features for clustering my ServiceMix solution and it's Camel routes. Is Fuse Fabric free to use in production? I see mention ...
1
vote
1answer
18 views

camel-netty causing deadlock when multiple tcp stations are configured in route

I m getting the following exception when trying to use more than two netty endpoints in a single route. java.lang.IllegalStateException: await*() in I/O thread causes a dead lock or sudden ...
2
votes
0answers
109 views

Should I use spray or akka-camel to develop a new REST API? [closed]

I have to develop a new REST API using Akka, but I can't determine if Spray based akka-io is a better option compared to akka-camel extension. Seems that both APIs have non-blocking IO support. ...
-2
votes
1answer
39 views

.xls & .xlsx Download file crash using apache camel

i need to upload xls and xlsx file in ftp using apache camel. i have asimple code to upload download file in ftp but it cat'n work for xls &xlsx file. file is crash during processing. what i ...
-2
votes
0answers
13 views

recipient List camel SQS

am new to camel, can some one please help me understanding Recipient List pattern for sending message to SQS Queue using spring. with the example code. that would be helpful. Thanks in advance
0
votes
1answer
32 views

Set HTTP code onException with Camel and Restlet

Using the Restlet component in an Apache Camel project, I am not able to set the HTTP status code on the response in onException. Consider a Camel RouteBuilder configured like this: ...
0
votes
1answer
48 views

Camel multicast breaks when one server is down

I am new to camel, so bare with me. I have two servers that require the same feed information (prod and test). The following does work: <ns2:route id="JSON-INT" ...
1
vote
0answers
29 views

Apache Camel 2.10.2, Spring and Quartz: A route has no processor

I have a strange behaviour with a Quartz triggered cron route. Whenever I define an hourly cron job everything works fine. <route id="kunden.xml.generate.quartz"> <from ...
1
vote
1answer
46 views

Camel Restlet GZIP Charset Encoding

I'm creating a camel web application exposing a REST endpoint via the camel-restlet component and am having some issues with character encodings of the compressed xml responses. I have manually set ...
0
votes
2answers
47 views

Using spring osgi service in blueprint

I have a spring context which exports the osgi service defined under /META-INF/spring/spring-dao.xml like this <osgi:service ref="stockDao" interface="com.test.StockDao" />` The question is: ...
0
votes
1answer
20 views

Camel: exception with Camel and Multicast EIP

I have a simple case where I use multicast with 3 beans. The thirs beans returns a RuntimeException but that's fine because it does not prevent the response from being returned back to the client ...
2
votes
0answers
33 views

Trying to structure this XML and use JAXB — Having some Inheritance issues

Also, please feel free to come up with a better way to do this. Here is the XML I'm trying to parse (These are two different instances of XML I can have, never at the same time) <Result ...
0
votes
1answer
31 views

Proxy authentication with Camel using ProducerTemplate

I have a project that's using Camel and running on a ServiceMix server, but I can't seem to get it to access external web services, and I suspect it's because I can't set the proxy authentication ...
2
votes
1answer
36 views

Camel mid-route jpa consumer

I faced the following problem with JPA but it's maybe more like a conceptional question about Camel. I need a cron based Quartz consumer. But if it's triggered, I'd like to make a selection as a 1st ...
0
votes
1answer
26 views

Camel type converter with dependency injection fails instantiation

I have a TypeConverter class which is set up in a blueprint.xml file with an injected dependency via the constructor. I can verify that the class is created when deploying the OSGI bundle to FuseESB. ...
0
votes
1answer
34 views

XLSX file reading error

I am trying to read xlsx file to get data form file but my code generate en eroor like this apache poi is not working or help to read xlsx file any can tell what i need to do solve this error or ...
0
votes
1answer
39 views

How to resolve a Camel-CXF Web Service client ClassNotFoundException

I'm having a painful time resolving a Camel-CXF ClassNotFoundException. I've included a sample program exhibiting the problem You can find the source code at: ...
0
votes
1answer
33 views

Apache Camel RSS Feed Processor skips with feeds of same pubdate

I have a camel setup to read feeds, I use splitEntries=true and I use available org.apache.camel.component.rss.RssEndpoint , but it skips the feeds with same timestamp. Does anybody know what is ...
0
votes
0answers
23 views

Is there a way to force the Apache Camel http4 producer to stream instead of use chunked encoding?

I need to call a web service that requires streaming and I'd like to use the Camel http4 endpoint, however I can't seem to get it to stop using chunked encoding. Is there a way to either force ...
0
votes
1answer
24 views

How to route a POJO through activemq with camel

I'm fairly new to camel and trying to figure some things out. Currently I have a route that sends a POJO to activemq and then later I receieve that message from activemq, but the body of the message ...
0
votes
1answer
58 views

Apache Camel throws java.lang.NoSuchMethodError: org.apache.camel.util.ObjectHelper.notNull

I have a groovy script that I'm trying to get going; it's job is to read one message queue, and then re-queue the messages into a new set of MQs we are putting live. Here's the code: ...
0
votes
1answer
22 views

Apache Camel File Transfer for previous interrupted process

I have two camel applications and their duty is to read files from the same directory, process them and send them to db consumer. To do this, my endpoint are like this: ...
0
votes
0answers
24 views

How to make reading and parsing of XML streams work in camel

To test Camel I created this route: from("stream:file?fileName=c:\\stream\\xml.xml&scanStream=true&scanStreamDelay=1000"). split().tokenizeXML("SomeTag").streaming(). ...
0
votes
2answers
28 views

camel activemq and atomikos integration - message consumed when exception - no retry

I am setting up Camel with ActiveMQ and Atomikos - transacted. When throwing a RuntimeException in a processor, I am expecting ActiveMQ to retry the message, but the message is not returned to the ...
0
votes
1answer
24 views

JBoss ESB — Camel Mail message attachments (inbound)

I've googled a significant amount on this, and I'm fairly comfortable with JBoss ESB and Camel. I've defined a Camel Mail endpoint, and my goal is to extract attachments from emails for the purpose ...
2
votes
1answer
97 views

How to get Spring to wire my JmsComponent

I am writing an application using Akka, Akka-Camel and Spring for configuration. The application needs to act as a standalone JMS client against a variety of application servers, to which end it needs ...
0
votes
1answer
27 views

Trouble figuring out which jars to add to buildpath for Apache-Camel ServletTestSupport

I am trying to test a servlet using JUnit on Eclipse. We are basing our servlets on the guestbook servlets in the google app engine tutorial. My team currently doesn't have a datastore (we have a ...
-1
votes
0answers
27 views

Camel under websphere : Cannot auto create component : sql

Hello dear Camel/websphere specialists I am moving code (that run fine) with the eclipse maven plugin into websphere. It seems I do have a config problem with the camel sql component, entry in the ...
0
votes
1answer
34 views

Camel / AggregationStrategy after tokenizeXML

I want to know the number of order saved after split().tokenizeXML i have a xml <orders> <order> .... my route .split().tokenizeXML("order") .unmarshal("xmlbsondataformat") ...
-2
votes
0answers
31 views

“Invalid correlation key” Camel exception [closed]

What does it mean the following Camel exception and what is the solution to avoid it : org.apache.camel.CamelExchangeException: Invalid correlation key. Regards, Eddy.
-1
votes
1answer
27 views

Camel FTP component with Blueprint runs always

I am trying to get files from a remote ftp server by using camel-ftp component. I am using blueprint to develop my example. If I implement that as in the examples in main page of component ...
0
votes
1answer
30 views

using of http:conduit with https4 apache camel

Is it possible to use http:conduit element together with https4 element in Apache Camel ? I have found only examples to use conduit together with CXF. This is what i would like to use : ...
0
votes
1answer
25 views

Extract tarball with Apache Camel?

Is there a built-in / contributed component to gunzip a tarball? There is a gzip data format, but it does not seem to handle files.
0
votes
1answer
30 views

Exchanges Count at Camel Endpoint

I've a timer route. When the period config on the route elapses, I'd like calculate the number of exchanges at a specified endpoint. I've been searching fora way to achieve this in vain. I'll ...

1 2 3 4 5 24