Search Discussions
-
We are building an application using ServiceMix (CXF, Camel, Karaf...) and we've run into an issue with transactions not propagating to camel routes as we'd like them to. We have several OSGI ...
Chris Geer
Apr 5, 2012 at 5:14 am
Apr 23, 2012 at 3:48 pm -
I have the following route: context.addRoutes(new RouteBuilder { // Read the file(s) from the directory "file:perf?delete=true" == { // Split the file up at each line ...
Rdifrango
Apr 27, 2012 at 1:39 pm
May 9, 2012 at 3:58 pm -
Hello, I was wondering if I am going down the right path. My goal is to deploy a simple Camel route to an OSGI container, but without the Spring "startup code". The route: public class ...
Borut Bolčina
Apr 10, 2012 at 1:03 pm
Apr 13, 2012 at 8:59 pm -
Hi all, What I'm trying to do is to authenticate a message before sending it to be processed using message filter, so I have something like .filter().method(MyAuthenticator.class, "isAuthenticated") ...
Xuan Huang
Apr 19, 2012 at 5:07 pm
Oct 9, 2013 at 12:31 pm -
Hi, we are using camel-xslt component for xml transformation and xslt version is 2.0. Below route definition is working fine with servicemix 4.3. <route <from ...
Pchakinala
Apr 17, 2012 at 10:30 am
Jun 26, 2012 at 8:25 pm -
cgiera wrote Post for mailinglist -- View this message in context: http://camel.465427.n5.nabble.com/ClassCastException-using-cxf-bean-tp5599810p5651762.html Sent from the Camel - Users mailing list ...
Cgiera
Apr 19, 2012 at 1:31 pm
Jul 26, 2012 at 2:15 am -
Hi Guys, I am facing a problem. I am using camel jaxb to marshall and unmarshall java objects which is working fine for me till now. But now I got a special case where I am not able to properly ...
Atg roxx
Apr 13, 2012 at 10:45 am
Apr 16, 2012 at 8:50 pm -
Hi We are planning on using Camel for a large scale, real-time, critical system. We are investigating which tools (opensource and vendor) are available to view the usage patterns of our routes - ...
Gilboy
Apr 4, 2012 at 4:20 pm
Nov 22, 2012 at 8:21 pm -
Hello, I have a use case to pick up a message from source JMS queue and route it to bunch of other JMS destination queues. In order to test transaction I have followed Camel in Action, steps ...
Javaxmlsoapdev
Apr 26, 2012 at 4:39 am
Apr 27, 2012 at 9:01 pm -
I can find a pretty good amount of documentation and examples around setting up and http endpoint to use an SSL cert and receive messages on https, but what I am trying to do is have a CXF consumer ...
Castyn
Apr 13, 2012 at 2:38 pm
Apr 24, 2012 at 6:11 am -
Hi, we found that Camel together with the JMS component over Websphere MQ is quite slow, it takes up to a second for Camel to forward a message. There is an old bug which might explain this ...
Weberj
Apr 13, 2012 at 9:11 am
Aug 13, 2012 at 7:25 am -
Hi All, I am trying to aggregate large number of xml files into files of 50000 records. I am getting java.lang.OutOfMemoryError - Java heap space error. I am trying to see if there are any leaks but ...
Ebinsingh
Apr 27, 2012 at 3:26 pm
May 2, 2012 at 12:54 pm -
I have an application where I load a camel context using spring and then add different spring dsl routes particular to individual site configurations. I am having trouble using an XPath splitter ...
Bob Jolliffe
Apr 23, 2012 at 4:23 pm
Apr 27, 2012 at 2:19 pm -
I ran into some trouble today when I changed my JUnit test to use @RunWith(CamelSpringJUnit4ClassRunner.class) from camel-spring-test It turned out that a transient dependency had resolved to ...
Magnus Palmér
Apr 18, 2012 at 9:12 pm
Apr 25, 2012 at 4:35 pm -
In one of my routes I have seen a for me at least extremely strange behavior. It is either a bug or a potentially very dangerous feature. First some background: 1. I am running Camel 2.9.1 from using ...
Knut Aksnes-NOR
Apr 3, 2012 at 2:39 pm
Apr 4, 2012 at 9:19 pm -
I’m trying to run the Camel OSGi blueprint example using karaf2.2.5, camel 2.9.0 and cxf 2.6.0. I followed the instructions here: http://camel.apache.org/cxf-example-osgi-blueprint.html ...
Fitzcaraldo
Apr 30, 2012 at 4:38 am
May 1, 2012 at 8:52 am -
Hello guys, I have setup a simple route: package com.krfs.orchestration.camel.route; import org.apache.camel.LoggingLevel; import org.apache.camel.builder.RouteBuilder; import org.slf4j.Logger ...
Nestor Urquiza
Apr 30, 2012 at 2:21 am
Apr 30, 2012 at 2:34 pm -
Is there any facility to add arbitrary properties to Routes rather than just Exchanges from within a RouteBuilder? I noticed that there are a few internally managed properties automatically added to ...
Jeff Segal
Apr 4, 2012 at 5:35 pm
Apr 7, 2012 at 8:19 am -
Hi, How can I consume multiple JMS messages in one single transaction with Camel? Is it even possible? from("jms:myqueue").transacted().to("something") will create a transaction per consumed message, ...
Thomas Johansen
Apr 14, 2012 at 12:20 pm
Feb 2, 2014 at 7:48 am -
Hi I am doing a simple route using camel <from uri:"file?fileName=//input/test.txt"/ <to uri:"file://output"/ Now If I keep a file test.txt, It will transfer to output folders, But I want this to ...
Gnanaguru S
Apr 27, 2012 at 8:43 am
Apr 27, 2012 at 3:54 pm -
I'm using Camel 2.9.1 and Karaf 2.2.5. I have several Camel contexts and several routes running. Using JConsole I can see the contexts, routes and other JMX information. However, if I use the Camel ...
Bengt Rodehav
Apr 23, 2012 at 8:28 am
Apr 23, 2012 at 5:55 pm -
All the documentations that I found talk about this but for camel 2.3 onwards. I would like to know, What is the default thread pool size for my splitter if I use parallelProcessing in Camel 2.2? ...
Pham Ngoc Hai
Apr 22, 2012 at 2:05 pm
Apr 23, 2012 at 12:58 pm -
Hello guys, I am working on a route like this to handle files that should arrive every day: <route <from uri="file:/my/incoming/directory?delay=86400000"/ <... do_stuff_here/ </route If the file does ...
Brbornia
Apr 16, 2012 at 7:28 pm
Apr 19, 2012 at 6:43 pm -
Hi, I created a route using camel stream. It worked fine. When I added the option ' scanStream ' . I was caught up witht this error. [ERROR] Failed to execute goal ...
Gnanaguru S
Apr 24, 2012 at 9:23 am
Apr 26, 2012 at 6:16 am -
Hi all, We've been using Camel for a while now and we are very happy with it! :-) Currently we are looking at using ZooKeeper in our project. As our project already uses Camel it makes sense to use ...
GLIMMERVEEN Arnoud
Apr 10, 2012 at 2:40 pm
Apr 25, 2012 at 3:50 pm -
Hi I am struggling a bit with loading a custom LifecycleManagementStrategy. (Like some previous posters I am looking to load some xml routes on startup). I have created a class ...
Bob Jolliffe
Apr 13, 2012 at 11:25 am
Apr 15, 2012 at 4:45 pm -
Hello, I need to have Jetty working in synchronous mode. How can I do that? I tried using the next options but it doesn't seem to work: <from uri="jetty ...
Laurentiu Trica
Apr 3, 2012 at 7:51 am
Apr 12, 2012 at 12:44 pm -
I currently have a custom processor setup within a route that does the following public class SoapFaultDetectionProcessor implements Processor { public void process(Exchange exchange) throws ...
Castyn
Apr 4, 2012 at 6:37 pm
Apr 9, 2012 at 8:59 am -
Hello, Despite my best efforts I can not get my Camel route to run in Karaf. Log entry where route fails to start: 2012-04-24 15:51:43,721 | INFO | rint Extender: 3 | BlueprintContainerImpl ...
Borut Bolčina
Apr 24, 2012 at 2:14 pm
Sep 9, 2013 at 2:48 pm -
Hi I am doing a simple file movement. My source file was in some remote location. How can I describe my shared location in my camel route. Regards Guru -- View this message in context ...
Gnanaguru S
Apr 26, 2012 at 9:45 am
Aug 20, 2012 at 1:06 am -
Hi Here is the listing 7.6 from Camel in Action book: <camelContext xmlns="http://camel.apache.org/schema/spring" <route <from uri="cxf:bean:orderEndpoint" / <to uri="seda:incomingOrders" / ...
Eugeniu
Apr 25, 2012 at 3:37 am
Apr 27, 2012 at 5:47 pm -
Hi *, We have have a rather annoying issue of a camel shutdown hanging when an exception happens in a processor. See an abbreviated, numbered stack below. Seems like a race condition, since it ...
M Schmidt
Apr 20, 2012 at 12:23 pm
Apr 26, 2012 at 6:17 am -
Hello, I updated the version of camel from 2.5.0 - 2.9.2 and I get the following error, when I try to start the jetty container: My camel-config.xml is very simple and looks like: Does anyone know ...
Zzkozak
Apr 24, 2012 at 12:54 pm
Apr 25, 2012 at 9:09 am -
Hi Folks, I'm using the Load Balancer EIP in a current project with a sticky policy. The load balancer receives messages and based on header values places the message onto one of 5 jms queues. The ...
Edwin
Apr 21, 2012 at 2:32 pm
Apr 25, 2012 at 3:37 am -
Hi everyone, I would like to know if there is a way to suspend/resume dynamically by programmation. For example, When I receive a batch file (containing many records), I must process another file 30 ...
DEPREZ Arnaud AWL-IT
Apr 12, 2012 at 9:11 am
Apr 15, 2012 at 11:45 am -
Hello all i'd like to be able to handle exceptions at Endpoints in my app (as most of the exceptions happen when endpoints are processing data). as i plan to deploy my camel app remotely, i'd like to ...
Marco Mistroni
Apr 10, 2012 at 8:47 pm
Apr 15, 2012 at 7:59 am -
Hi, We are trying to understand the possible security options for Camel REST Ful services. Since Camel uses CXF, is it accurate to assume that what ever CXF JAXRS supports ...
Dvsridhar
Apr 4, 2012 at 2:57 am
Apr 9, 2012 at 9:23 am -
Hi, I wondered if there was support for RDF integration and SPARQL-driven messager routing yet in camel? I can't see anything in the components or other docs? Thanks Jon -- View this message in ...
Jpcook01
Apr 5, 2012 at 7:40 am
Apr 7, 2012 at 6:23 pm -
Has anyone every used this class? Currently I have implemented this strategy with in my JetyHttpComponent but no matter what happens my override methods never get called. In debug the jettyHttpBind ...
Chris Odom
Apr 26, 2012 at 7:12 pm
Apr 29, 2012 at 6:25 am -
Hello, I am trying to do what the subject of this mail says. I have looked at the documentation on the JMS component @ http://camel.apache.org/jms.html. I have a collection of Publishable objects ...
Gershaw, Geoffrey
Apr 25, 2012 at 7:12 pm
Apr 28, 2012 at 7:26 am -
Hello all, what would be the best approach to solve the "transform and multiply" behavior? That is, a message retrieved from an endpoint is transformed, multiplied and sent down the route pipeline ...
Hynek Cihlar
Apr 24, 2012 at 4:04 pm
Apr 27, 2012 at 5:56 am -
I am trying to trap errors thrown in camel and am running into a bit of an issue with nested errors. For example: org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader. at ...
Castyn
Apr 11, 2012 at 8:17 pm
Apr 20, 2012 at 3:44 pm -
Hi, I want to send a system.out message from a java program to a queue. I want to do this using a camel. Is it possible with any camel component. I have not been with these kind of use case. I would ...
Gnanaguru S
Apr 19, 2012 at 11:35 am
Apr 20, 2012 at 4:27 am -
Dears, I have Jetty server with WS deployed on ServiceMix , that WS connect using JDBC to DB and call DB package , well Can we have performance for 15 request to be processed per second I know it ...
Omar Atia
Apr 3, 2012 at 3:20 pm
Apr 4, 2012 at 7:40 am -
Greetings, I'm wondering if anybody has any example/working/in-use init.d scripts used to start up a standalone camel-based app? I'm currently using the Main class from camel-spring, but am ...
Aaron Daubman
Apr 9, 2012 at 3:07 am
Aug 6, 2012 at 12:46 am -
Hi All, I've got the following use case which is currently implemented using camel/AMQ: Queue 'dispatchHttpQueue' contains messages for different destinations. I need to support about 500 ...
Ctytgat
Apr 3, 2012 at 3:52 pm
Jun 29, 2012 at 3:41 pm -
Hi all, So far the loop construction in camel has a fixed number of iterations. Is it possible some how to : 1. dynamically change the count of interations 2. or exit the loop earlier 3. or better ...
Hoang-Vu PHUNG
Apr 30, 2012 at 3:03 pm
May 2, 2012 at 12:25 pm -
Hi, I want Quickfix/J to use JdbcDataSourceName rather than JdbcDriver+JdbcURL to access JDBC Message Store. However the latest version of the Quickfix component (2.9.2) checks only if the ...
Maroos
Apr 23, 2012 at 3:40 pm
May 1, 2012 at 7:16 am -
The following route was working a while ago without any errors. I'm using 2.10-SNAPSHOT in my pom.xml. Any idea what might have changed which is causing this exception ? OR what am I doing wrong ...
Soumya_sd
Apr 27, 2012 at 3:33 am
Apr 30, 2012 at 6:11 pm -
I found dead post on this forum which seem quite similar to the problem I'm experiencing, but I decided to create a new thread instead of waking up a zombie. Similar error ...
Andlu702
Apr 27, 2012 at 12:17 pm
Apr 28, 2012 at 6:45 am
Group Overview
group | users |
categories | camel |
discussions | 184 |
posts | 859 |
users | 164 |
website | camel.apache.org |
164 users for April 2012
Archives
- June 2016 (303)
- May 2016 (435)
- April 2016 (605)
- March 2016 (554)
- February 2016 (671)
- January 2016 (341)
- December 2015 (334)
- November 2015 (438)
- October 2015 (475)
- September 2015 (408)
- August 2015 (386)
- July 2015 (477)
- June 2015 (510)
- May 2015 (502)
- April 2015 (596)
- March 2015 (639)
- February 2015 (363)
- January 2015 (211)
- December 2014 (529)
- November 2014 (660)
- October 2014 (487)
- September 2014 (415)
- August 2014 (460)
- July 2014 (720)
- June 2014 (593)
- May 2014 (501)
- April 2014 (593)
- March 2014 (648)
- February 2014 (612)
- January 2014 (763)
- December 2013 (629)
- November 2013 (869)
- October 2013 (845)
- September 2013 (965)
- August 2013 (845)
- July 2013 (787)
- June 2013 (713)
- May 2013 (983)
- April 2013 (897)
- March 2013 (961)
- February 2013 (772)
- January 2013 (867)
- December 2012 (657)
- November 2012 (761)
- October 2012 (773)
- September 2012 (777)
- August 2012 (879)
- July 2012 (717)
- June 2012 (735)
- May 2012 (901)
- April 2012 (859)
- March 2012 (827)
- February 2012 (810)
- January 2012 (562)
- December 2011 (690)
- November 2011 (910)
- October 2011 (577)
- September 2011 (609)
- August 2011 (888)
- July 2011 (846)
- June 2011 (685)
- May 2011 (793)
- April 2011 (607)
- March 2011 (719)
- February 2011 (527)
- January 2011 (466)
- December 2010 (447)
- November 2010 (622)
- October 2010 (614)
- September 2010 (609)
- August 2010 (462)
- July 2010 (512)
- June 2010 (575)
- May 2010 (465)
- April 2010 (613)
- March 2010 (792)
- February 2010 (579)
- January 2010 (667)
- December 2009 (562)
- November 2009 (582)
- October 2009 (509)
- September 2009 (341)
- August 2009 (662)
- July 2009 (444)
- June 2009 (469)
- May 2009 (474)
- April 2009 (316)
- March 2009 (520)
- February 2009 (295)
- January 2009 (488)
- December 2008 (436)
- November 2008 (412)
- October 2008 (517)
- September 2008 (478)
- August 2008 (304)
- July 2008 (475)
- June 2008 (269)
- May 2008 (255)
- April 2008 (208)
- March 2008 (304)
- February 2008 (222)
- January 2008 (281)
- December 2007 (104)
- November 2007 (191)
- October 2007 (159)
- September 2007 (60)
- August 2007 (190)
- July 2007 (24)
- June 2007 (40)
- May 2007 (4)