Re: A web service consumer route per operation

2013-06-02 Thread Christian Müller
)) .to(direct:findAccounts) .when(header(operationName).isEqualTo(findOrders)) .to(direct:findOrders) ... Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member

Re: Transactions and Cache Levels

2013-06-02 Thread Christian Müller
As mentioned at [1], you should use the PooledConnectionFactory. [1] http://camel.apache.org/activemq.html Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation

Re: Transactions and Cache Levels

2013-06-02 Thread Christian Müller
May be this sample is also useful for you: https://github.com/muellerc/camel-in-transaction Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https

Re: Camel Error - even when everything seems to be working fine, but log shows errors

2013-06-02 Thread Christian Müller
I can confirm this issue. I created a JIRA to track it [1]. Thanks for reporting Vamsi! [1] https://issues.apache.org/jira/browse/CAMEL-6414 Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-06-02 Thread Christian Müller
] https://issues.apache.org/jira/browse/CAMEL-4955 Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-06-02 Thread Christian Müller
update the jdk patch level means installing the latest version from Oracle [1] and pointing your JAVA_HOME environment variable to its installation directory. [1] http://www.oracle.com/technetwork/java/javase/downloads/index.html Best, Christian Müller - Software Integration

Re: Camel Error - even when everything seems to be working fine, but log shows errors

2013-05-31 Thread Christian Müller
Will have a look at it. Which version of Camel do you use? Best, Christian Sent from a mobile device Am 31.05.2013 06:43 schrieb Vegi, Vamsi (MAN-Corporate-CON) vamsi.v...@manheim.com: Hello The routes are doing their job and the msg sits in the reject q, However the logs show the

Re: New Line in simple

2013-05-30 Thread Christian Müller
Another option is to configure Eclipse when to wrap lines of XML files. This is what we did... Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member

Re: Exception doesn't get cauhgt in the route

2013-05-30 Thread Christian Müller
/browse/camel-git/camel-core/src/test/java/org/apache/camel/processor/onexception Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https

Re: How to programmatically Generate/Edit Blueprint CamelContext xml

2013-05-30 Thread Christian Müller
I'm not sure what your goal is, but with Java you have many possibilities to serialize/deserialize XML. Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache

Re: Camel Weblogic 12c

2013-05-30 Thread Christian Müller
Yes, Camel 2.11 supports Java 7. Which specific version do you use? Try upgrading to the actual version. Best, Christian Sent from a mobile device Am 30.05.2013 17:36 schrieb Jose jagavi...@gmail.com: Hi Frank, thanks for your quick replied. I had already read that post but it didn't work

Re: Camel with Websphere Application Server JMS

2013-05-30 Thread Christian Müller
It's possible. Search the user mailing list for examples. Some users using Camel and WebSphere together. Best, Christian Sent from a mobile device Am 30.05.2013 09:49 schrieb ramsur suresh.ramachand...@accenture.com: Hi , We are trying to create endpoints with JMS Queues in Websphere

Re: Global definition for HttpClient.XXX options

2013-05-29 Thread Christian Müller
In this case, I propose to use the httpClientConfigurer option if you can write some lines of Java code... Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache

Re: Camel-configuration

2013-05-29 Thread Christian Müller
/download/details.aspx?id=8961 Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https

Re: MailComponent/MailConsumer misses Mails

2013-05-28 Thread Christian Müller
I will have a look at it if I find some time later this week... Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation

Re: CamelOne

2013-05-28 Thread Christian Müller
Cool, I look forward to Sunday evening! Christian Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https

Re: Camel-configuration

2013-05-27 Thread Christian Müller
What's your issue? Best, Christian Sent from a mobile device Am 27.05.2013 08:45 schrieb milan777 milan79pa...@gmail.com: Please help me to connect the java with sql management studio 2008...thanx -- View this message in context:

Re: Communication between two processes without using external messaging systems or files

2013-05-27 Thread Christian Müller
Have a look at the direct und the seda Camel component. Best, Christian Sent from a mobile device Am 27.05.2013 11:56 schrieb Mohammad Shadab Ali mohammad.a...@genpact.com : Hi, We have a requirement where we are having two processes. The output of one process will be the input for the

CamelOne

2013-05-27 Thread Christian Müller
-conference-2013/camelone_agenda_2013/ Looking forward, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https

Re: Disable chunked encoding on HTTP4 component

2013-05-27 Thread Christian Müller
Applied (with a small modification)! Thanks Chris! Best, Christian Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Christian Müller
Which Version of Camel do you use? Sent from a mobile device Am 26.05.2013 08:24 schrieb Kulbhushan Azad kulbhushan.cu...@gmail.com: hi i am new to camel and trying to use this in one of my project which runs on weblogic 12c. appreciate help on this , below is the config and error stack

Re: Grouping xml messages and Message ordering

2013-05-26 Thread Christian Müller
in msg transfer size) and sent to end point(external system). how do i achieve it camel? any samples out there? 2. How can i achieve sequence or preserve order while sending message to endpoint. am not using queue and multiple messages will be going through camel to endpoint. -- Christian

Re: Disable chunked encoding on HTTP4 component

2013-05-26 Thread Christian Müller
/AbstractHttpEntity.html#setChunked%28boolean%29 Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https

Re: Camel Jetty - Performance Issue

2013-05-25 Thread Christian Müller
You really should provide more information. An unit test would be perfect. Best, Christian Sent from a mobile device Am 25.05.2013 07:08 schrieb WPk wardha...@gmail.com: Hello, I have exposed a service using the camel Jetty component. Internally, this Jetty component talks to three other

Re: MailComponent/MailConsumer misses Mails

2013-05-23 Thread Christian Müller
Camel 2.6.0 is a bit old and not supported anymore. Do you have a chance to try a newer version (e.g. 2.11.0) and check whether it behaves in the same way!? Best, Christian Sent from a mobile device Am 23.05.2013 11:01 schrieb cgiera christoph.gi...@mic-cust.com: Hello, I'm facing strange

Re: sax parser issues with camel validator component

2013-05-22 Thread Christian Müller
Yeah, feel free to log an JIRA. Best, Christian Sent from a mobile device Am 22.05.2013 15:43 schrieb Aki Yoshida elak...@gmail.com: I think there is currently no way in camel to set the parser features for the validator. And also for other xml parsers factories. If that is the case, we

Re: ThreadPoolProfile Error in Camel 2.10.2

2013-05-22 Thread Christian Müller
Check out [1]. You have to use threadPoolProfile ... / instead of ThreadPoolProfile .../ [1] http://camel.apache.org/threading-model.html Best, Christian On Wed, May 22, 2013 at 7:48 PM, Edwin edwin.rabbi...@gmail.com wrote: Hi Folks, In earlier versions of Camel, I have used a

Re: SQL component in 2.11.0

2013-05-21 Thread Christian Müller
Use dataSource=#myDataSource Best, Christian Sent from a mobile device Am 21.05.2013 11:29 schrieb Darwish othman.darw...@progressoft.com: Hi i upgraded my camel version from 2.10.1 to 2.11.0 recently and getting bellow strange error when calling sql component from inside my route builder

Re: cxf logging Feature Enabled to separate log file

2013-05-21 Thread Christian Müller
You can do this by configuring your logging system. With log4j, you can do this like this (replace xxx with the correct package name): log4j.logger.org.apache.cxf.xxx=INFO, anotherFile log4j.appender.anotherFile=org.apache.log4j.FileAppender

Re: HL7 v3

2013-05-21 Thread Christian Müller
There is a Camel HL7 component [1]. I don't know which version we are using. May be you can check the source code... [1] http://camel.apache.org/hl7.html Best, Christian On Tue, May 21, 2013 at 6:28 PM, capzulu miguelcasti...@sapo.pt wrote: Hello, I tried searching but didn't found an

Re: when calling ejb cliiebt using ejb component of camel two string parameter method is called but in ejb the parameter'svalue is not printed instead string class (type of parameter)is printed

2013-05-15 Thread Christian Müller
I didn't get it. Please have a look at http://camel.apache.org/support.htmlan provide the required details. Sent from a mobile device Am 15.05.2013 18:19 schrieb RUPA JAIN rupa.jai...@gmail.com: when calling two string parameters method of ejb using ejb component of camel , the method is

Re: Why do Camel core methods still throw Checked Exceptions (everyone agrees they're 'bad' now, right?)

2013-05-14 Thread Christian Müller
Hi pmcb55! I would like to understand what your issue is with the checked exception in the Processors process method. As a Camel user, you may derive from Processor and implement your custom business code in the process method. By declaring throws Exception on this method, you are free to throw

Re: Route design

2013-05-11 Thread Christian Müller
Why do you not use the Camel FTP/SFTP/FTPS component? Best, Christian Sent from a mobile device Am 11.05.2013 09:35 schrieb Bruno Dusausoy bdusau...@yp5.be: Hi, I've set up a simple sandbox project[1] which polls a directory for files, sends them via ftp to a specific input directory. Then

Re: Where to download camel 2.11.1 jars

2013-05-10 Thread Christian Müller
Camel 2.11.1 isn't released until now. You can download the SNAPSHOT at https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.11.1-SNAPSHOT/ Best, Christian On Fri, May 10, 2013 at 9:23 AM, preety somani preety.som...@i-exceed.comwrote: Hi, I want to

Re: Issues with camel context

2013-05-08 Thread Christian Müller
Which version do you use? Which component do you use? Which OS/runtime do you use? How looks your route? ... Sent from a mobile device Am 08.05.2013 05:57 schrieb Goel1, Vipin vipin.go...@xerox.com: Hi, Sometime we get the following errors in logs while calling one web service sometimes

Re: WireTap doesn't process the messages in the order they arrived for each message

2013-05-03 Thread Christian Müller
Thank you guys for the response! Best, Christian On Fri, May 3, 2013 at 3:38 PM, Babak Vahdat babak.vah...@swissonline.chwrote: Yeah that was the cause of the behaviour threadPoolProfile instead of threadProfile, sorry! Babak Am 03.05.2013 um 15:23 schrieb Claus Ibsen

Re: Error occurred during aggregation.

2013-05-03 Thread Christian Müller
I assume the body isn't a String... Christian Sent from a mobile device Am 03.05.2013 17:57 schrieb takidean takide...@hotmail.fr: hi i have to recieve an id from cxf then to retrieve data from server through socket and aggregate them with this id to resend them as a response to the cxf

Re: delete all messages in jms queue

2013-05-01 Thread Christian Müller
No. You have to use the JMS API in a processor or bean. Sent from a mobile device Am 01.05.2013 18:28 schrieb salemi sal...@avaya.com: Hi, I need to delete all existing messages in a jms queue once of receive a specific message. Does camel provide an option to delete all jms messages in a

Re: enabling the route, if destination endpoint is not available

2013-05-01 Thread Christian Müller
Which version do you use? Which component? ... Sent from a mobile device Am 01.05.2013 12:21 schrieb gafoor shaik gafoo...@gmail.com: Hi, I am connecting to a webservice end point through a camel route. it is working fine when webservice server is running. i am getting connection exception

Re: NoSuchComponentException in CamelContext during Karaf Shutdown

2013-05-01 Thread Christian Müller
Camel 2.10.x is only tested with Karaf 2.2.x. Sent from a mobile device Am 01.05.2013 10:41 schrieb Tobias Hofer tobias.ho...@basis06.ch: Hi Yeah would assume depends-on attributes ought to tell blueprint in which order to shutdown its beans etc. Or somehow you can try to get

Re: bean, collections in parameters - groovy

2013-04-30 Thread Christian Müller
I think your function should return the map. Sent from a mobile device Am 30.04.2013 10:12 schrieb Bovas bovas.t...@gmail.com: Hi I use the Groovy DSL, Apache Camel 2.11.0. I have a problem when I put a Map or a List in parameters in a bean. I declared à map : *def mymap= [:]

Re: How to create a generic SOAP consumer?

2013-04-29 Thread Christian Müller
Did you checked the camel-soap component? Sent from a mobile device Am 29.04.2013 16:36 schrieb Smith-John mich...@gmail.com: Hi, I need a generic SOAP consumer but don't know how to build it. The consumer should be able to consume any kind of SOAP message and should be able to pick out the

Re: Read multiple files from a directory

2013-04-29 Thread Christian Müller
Your design sounds good for me. Sent from a mobile device Am 29.04.2013 12:43 schrieb Jothi codeintheo...@gmail.com: Dear Camel Users, I would like to achieve the following: (1) Read 2 files from a directory at the same time (2) Perform some processing on the content of both the files (3)

Re: issues with camel-cmis and alfresco 4

2013-04-28 Thread Christian Müller
The error message says: Caused by: java.lang. IllegalStateException: You are running with invalid JAXP api or implementation. JAXP api/implementation of version 1.3.1 (included in JDK6) or higher is required It would really helpful if you provide some more details about this... Checkout [1].

[ANNOUNCE] Apache Camel 2.9.7 Released

2013-04-28 Thread Christian Müller
The Camel community announces the immediate availability of the new patch release camel-2.9.7. This release is issued after 6 weeks of development of the 2.9.6 release. The artifacts are published and ready for you to download [1] either from the Apache mirrors or from the Central Maven

Re: Type Converters in Camel

2013-04-26 Thread Christian Müller
No. In your route you have to add convertBodyTo(com.gehcit.cp.ws.interop.OutboundMessage.class) This kicks in the type converter mechanism which will use the type converter you developed. Best, Christian On Fri, Apr 26, 2013 at 12:53 PM, srikanthsettivari srikanth.settiv...@gmail.com wrote:

Re: not getting combined response from aggregator

2013-04-26 Thread Christian Müller
Can you share a unit test with us which shows your issue? Than it's much easier for us to understand what you trying to do and what you are may doing wrong. Your described scenario works for us in multiple projects... Best, Christian On Fri, Apr 26, 2013 at 3:24 PM, bhushand

Re: Deadlocking in Camel on Linux, ok on Windows

2013-04-25 Thread Christian Müller
Hi David! It's not a known issue. I had a short look into the code and the it happens at the following line: public Language resolveLanguage(String language) { Language answer; synchronized (languages) { // - line 962 answer = languages.get(language); // check if the

Re: Register client when connecting to a topic?

2013-04-25 Thread Christian Müller
Subscribing to the advisory topics and than starting/stopping routs at runtime using the Camel API should work. I also do not have hands one experience with this. Best, Christian On Thu, Apr 25, 2013 at 8:18 AM, Siano, Stephan stephan.si...@sap.comwrote: Hi, ActiveMQ supports advisory

Re: random splitter error

2013-04-25 Thread Christian Müller
Can you share the load test with us? Than we could may fix it if it's an issue in Camel. Best, Christian On Thu, Apr 25, 2013 at 2:07 PM, gmdavidson62 gmdavidso...@gmail.comwrote: FYIwe fixed this, changing the split strategy from an XPATH to a tokenized split. When we load tested our

Re: Expected behavior of two consecutive convertBodyTo?

2013-04-25 Thread Christian Müller
Can you share your type converter class with us? Do you provide a TypeConverter file? Best, Christian On Thu, Apr 25, 2013 at 3:07 PM, Al Ferguson alfer...@hotmail.com wrote: Hi, I get an Address in a format (MyAddress, jaxb annotated) and I want to convert this address in another format

Re: not getting combined response from aggregator

2013-04-24 Thread Christian Müller
Your understanding is wrong. Camel will split the messages (m1) into it's interdependent records (r1, r2, ..., r1000) based on the splitter pattern. Each splitted message can be processed in parallel by using the parallelProcessing option. For each message, the endpoints/processors in the split

Re: JCAPS to Camel

2013-04-24 Thread Christian Müller
May be you can share a bit more about the interfaces? Is it HTTP based? May be SOAP or REST? Best, Christian On Wed, Apr 24, 2013 at 8:28 AM, Fitzcaraldo brian.fitzger...@marlo.com.auwrote: Hi We're looking at a project to retire some JCAPS/ECANN interfaces for a client and replace them

Re: Camel DSL - setHeader and Aggregate2 strategy

2013-04-24 Thread Christian Müller
The correct syntax is: setHeader headerName=result method bean=UUIDGenerator method=generateId/ /setHeader And whether you set the UUID before or after splitting depends on your requirements. If you set it before, all splitted messages will have the same UUID. If you set it afterwards, each

Re: MESSAGE vs PAYLOAD data format

2013-04-24 Thread Christian Müller
If you use the PAYLOAD data format, you have to return a java / jaxb object instead of an XML/string. Sent from a mobile device Am 24.04.2013 15:25 schrieb pradeepbill pradeep.b...@gmail.com: Hello Camel Riders, I have soap ui sending soap requests to my cxf endpoint and from there to an other

Re: Exchange and memory use

2013-04-24 Thread Christian Müller
We are using persistent ActiveMQ queues [1] [2] for this purpose. It's fast, scales and works well for us. By using the transferExchange option the message body and all headers (only strings and primitives) are stored. [1] http://camel.apache.org/activemq.html [2] http://camel.apache.org/jms.html

Re: Problems with sftp in Camel 2.11.0

2013-04-24 Thread Christian Müller
Hey Guys, thanks for reporting. Could you provide a unit test which shows this issue (may directly for the FileUtil class). Ans like always, patches are welcome and help us to fix this issue soon. http://camel.apache.org/contributing.html Best, Christian On Wed, Apr 24, 2013 at 11:28 AM,

Re: camel issue redelivery messages from DLQ

2013-04-24 Thread Christian Müller
You should have a look at [1] what you should provide by looking for help. And if you use the ActiveMQ API directly, that you should ask there for help. Any why do you think i feel camel creating some issue. Based on which information? You didn't share anything with us... [1]

Re: conserve output filename

2013-04-24 Thread Christian Müller
http://camel.apache.org/file2.html Camel is looking for the header CamelFileName to determine the file name. Best, Christian On Wed, Apr 24, 2013 at 4:14 PM, Bovas bovas.t...@gmail.com wrote: Thanks just need to add this instruction :

Re: recipientList not working properly

2013-04-24 Thread Christian Müller
Can you check whether you face this issue also with Camel 2.11.0? This is our latest and greatest release at present. Camel 2.4.0 was released at 15.07.2010 and is not longer supported at Apache as Claus mentioned. Best, Christian On Wed, Apr 24, 2013 at 4:59 PM, Nibs nibha...@gmail.com wrote:

Re: Camel polling consumer on soap endpoint

2013-04-24 Thread Christian Müller
Try these both: http://camel.apache.org/quartz.html http://camel.apache.org/timer.html Best, Christian On Wed, Apr 24, 2013 at 5:13 PM, Roman romb...@gmail.com wrote: How can I send polling requests to the SOAP endpoint and receive response? Thanks -- View this message in context:

Re: xpath value as a parameter to an endpoint

2013-04-22 Thread Christian Müller
Check out the link Claus provides and follow the other links on this page if you need more details... Best, Christian On Mon, Apr 22, 2013 at 11:31 AM, Vas srinia...@gmail.com wrote: Hi Claus, Thanks for your reply. I want take the parameter value from the payload. -vas -- View this

Re: DeadLetterChanel does not handle exception.

2013-04-22 Thread Christian Müller
Camel 2.11.0 is available since a few hours. Can you please try it with this version? Only to make sure it also affects this version... Best, Christian On Mon, Apr 22, 2013 at 3:01 PM, vladimirfx vkon...@citc.ru wrote: Hi We are affected by same issue. Seams like regression from Camel

Re: random splitter error

2013-04-22 Thread Christian Müller
And Camel 2.10.4 and Camel 2.11.0 is also released. The second one since only a few hours... Best, Christian On Mon, Apr 22, 2013 at 3:35 PM, gmdavidson62 gmdavidso...@gmail.comwrote: What OS, JDK, and JAXB version do you use? windows server 2008 R2 Standard 64bit

Re: 2.11 download links broken - activemq+tomcat+camel example wanted

2013-04-21 Thread Christian Müller
I uploaded the artifacts a few hours ago. It could take some more time to make it available in all mirrors. I will wait with the official public announcement until all mirrors are updated. Best, Christian On Sun, Apr 21, 2013 at 11:13 AM, Babak Vahdat babak.vah...@swissonline.chwrote: Hi

Re: HTTP with Jetty as consumer with Client Cert Authenticator

2013-04-17 Thread Christian Müller
Did you checked http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html? If you want to use Java code, we do the following: public class PremiumGatewayJAXWSRouteBuilderTest extends CamelSpringTestSupport { private static JaxWsProxyFactoryBean factory; private static

Re: CXF Bean, MultiPart - Couldn't find MIME boundary

2013-04-17 Thread Christian Müller
Can you enable stream caching and try it again. http://camel.apache.org/stream-caching.html Best, Christian Sent from a mobile device Am 17.04.2013 23:53 schrieb Calvert, Zach (Zach)** CTR ** zcalv...@motive.com: I'm having trouble submitting a multi-part form to a CXF endpoint. My route

Re: Camel xmpp dynamic router is not connecting to openfire.

2013-04-15 Thread Christian Müller
Check The JIRA issue. Sent from a mobile device Am 15.04.2013 21:30 schrieb namita namitabajaj@gmail.com: Hi All, Please give updates about this issue? -- View this message in context:

Re: Creating new processor components

2013-04-15 Thread Christian Müller
A few useful links are: http://camel.apache.org/creating-a-new-camel-component.html http://camel.apache.org/writing-components.html http://camel.apache.org/add-new-component-guide.html Best, Christian On Mon, Apr 15, 2013 at 5:09 PM, valerian.merkling valerian.merkl...@capgemini.com wrote:

Re: CXF Example OSGi

2013-04-14 Thread Christian Müller
, Christian Müller christian.muel...@gmail.com (mailto:christian.muel...@gmail.com) wrote: dev:dynamic-import camel-example-cxf-osgi (2.10.4) ID will resolve this issue. It's the missing import of Apache CXF Runtime Core (116): META-INF.cxf; version=2.6.6 which cause

Re: Is there a standard, DSL way to put message body in registry?

2013-04-12 Thread Christian Müller
The same for headers... Sent from a mobile device Am 12.04.2013 17:38 schrieb Chris Wolf cwolf.a...@gmail.com: Right - ok, that sounds good. I forgot that a property value can be an object not just a String. On Thu, Apr 11, 2013 at 9:46 PM, Willem jiang willem.ji...@gmail.com wrote: If

Re: How to implement concurrent route processing

2013-04-12 Thread Christian Müller
The camel routes are executed concurrently. Best, Christian Sent from a mobile device Am 12.04.2013 15:21 schrieb Okello Nelson cn.oke...@gmail.com: Hi Guys, I'm currently working on a project in which I have several routes. To improve throughput, I'd like to have all the routes executing

Re: Log in file

2013-04-11 Thread Christian Müller
You can configure it in your logging framework. Sent from a mobile device Am 11.04.2013 13:12 schrieb jeff jflebesc...@gmail.com: Hey ! I think that it is not possible, but is it possible to send log message : from(activemq:orders).to(log:com.mycompany.order?level=DEBUG).to(bean:processOrder);

Re: Modifying exchange in a Converter?

2013-04-11 Thread Christian Müller
No, it's not. Sent from a mobile device Am 11.04.2013 19:43 schrieb sothach phillips@gmail.com: Is it considered bad practice to modify the exchange in a converter? I feels wrong to me, but sometimes that's the best/only place to say extract a business value from an object (e.g.,

Re: messages dropped/ignored - consumers take an age to become free

2013-04-10 Thread Christian Müller
There must be something wrong with your configuration. We process more than thousand messages per seconds with ActiveMQ. Have a look at [1] (go to the end of this page) where I attached a benchmark (comparison with Spring Integration). Hope this will help you. [1]

Re: Route failure on startup for SMPP consumer if SMSC down

2013-04-10 Thread Christian Müller
I don't think it's a good feature for the consumer site. If you miss configured your SMPP consumer, it will try and try and ... and try to connect to the SMSC and you will never receive a message (and you will may not recognize this problem for a long time). A SMSC (for production) should be high

Re: Dynamically built URLs and URL encoding

2013-04-10 Thread Christian Müller
To be correct, you have a few more options. Also have a look at [1], [2] and [3]. I'm not sure whether I understood what you want to do. With the recipient list, you can provide a comma (or whatever you want) separated list of endpoint which should receive the message. Like:

Re: CronSchedulePolicy with cxf endpoint

2013-04-09 Thread Christian Müller
Can you provide a simple unit test? Or can you enable TRACE/DEBUG logging for org.apache.camel and share the log? Best, Christian On Thu, Apr 4, 2013 at 6:50 AM, Richa rsinha2...@gmail.com wrote: We are stopping the route dynamically using a shutdown processor based on some business

Re: Camel/JMS with Atomikos UserTransactionManager not consuming Messages

2013-04-09 Thread Christian Müller
If you do not use transacted (or policy) in your route, Camel will not start a transaction. [1] http://camel.apache.org/transactional-client.html Best, Christian On Tue, Apr 9, 2013 at 8:31 PM, yxzhao yxz...@stonewain.com wrote: Yes, we have transacted configured with the objects of

Re: CXF Example OSGi

2013-04-09 Thread Christian Müller
dev:dynamic-import camel-example-cxf-osgi (2.10.4) ID will resolve this issue. It's the missing import of Apache CXF Runtime Core (116): META-INF.cxf; version=2.6.6 which cause this issue. I will resolve this for Camel 2.10.5 and 2.11.1 and add a note to the know issues. Thanks for reporting!

Re: servlet event based file consuming using file component

2013-04-08 Thread Christian Müller
Can you use the consumer template? Sent from a mobile device Am 08.04.2013 16:08 schrieb praveenbillampati praveenbillamp...@gmail.com : Hi All, Any idea on this? Thanks Praveen -- View this message in context:

Re: Simple case of multithreading with camel and wildcard.

2013-04-08 Thread Christian Müller
I don't' understand your requirements. Sent from a mobile device Am 08.04.2013 15:32 schrieb lleclerc llecl...@aim-rg.com: Hi, I have a dynamic list of process to do and want to end it with an aggregation strategy. What is the approach I should be taking ? I tried to use direct and the

Re: spring-ws timeout question

2013-04-08 Thread Christian Müller
You can access the underlying connection with TransportContext transportContext = TransportContextHolder.getTransportContext(); HttpComponentsConnection connection = (HttpComponentsConnection) transportContext.getConnection(); but there is no way to access the used

Re: npe when receiving a soapfault

2013-04-06 Thread Christian Müller
OK, thanks! Sent from a mobile device Am 06.04.2013 00:16 schrieb Nico Mommaerts nico.mommae...@gmail.com: Was not sure this was a bug or my fault. Logged one: https://issues.apache.org/jira/browse/CAMEL-6243 On Fri, Apr 5, 2013 at 9:03 PM, Christian Müller christian.muel...@gmail.com

Re: How do I avoid using the dead letter queue using Camel?

2013-04-05 Thread Christian Müller
@Michael: You should subscribe to Nabble before you post a question. Otherwise the mail is not forwarded to our mailing list and not seen by many people, like me. Best, Christian On Fri, Apr 5, 2013 at 11:11 AM, valerian.merkling valerian.merkl...@capgemini.com wrote: Hi ! First : what's

Re: Dynamic File Location

2013-04-05 Thread Christian Müller
Will this work for you [1]? [1] http://camel.apache.org/using-propertyplaceholder.html Best, Christian On Fri, Apr 5, 2013 at 7:14 PM, PhilBurress nmclough...@amig.com wrote: Using the file component, the directory location varies from environment to environment. We are setting the location

Re: npe when receiving a soapfault

2013-04-05 Thread Christian Müller
Did you already created a JIRA? Sent from a mobile device Am 05.04.2013 12:54 schrieb Nico Mommaerts nico.mommae...@gmail.com: I switched to PAYLOAD format to avoid this exception. I have the feeling no one uses CXF_MESSAGE and it isn't really implemented completely yet On Thu, Apr 4, 2013

Re: Camel Route stops processing abruptly

2013-04-04 Thread Christian Müller
What's the value of RFC5424_TLS_AUTH_MUST_ENDPOINT? Sent from a mobile device Am 04.04.2013 12:58 schrieb Hema T hem...@ge.com: The route is written in a groovy file and it runs in tomcat server. The application simply hangs after sometime. Here is the code snippet from my route (it used IPF

Re: placeholder in from uri

2013-04-04 Thread Christian Müller
Hello Olivier! May be this unit test is helpful for you: https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/CamelBlueprint3Test.java

Re: Camel/JMS with Atomikos UserTransactionManager not consuming Messages

2013-04-03 Thread Christian Müller
I use the following configuration [1] (with ActiveMQ). [1] https://github.com/muellerc/camel-in-transaction/blob/master/src/test/resources/META-INF/spring/JmsAndJdbcXATransactionSampleWithAtomikosTest-context.xml Best, Christian On Wed, Apr 3, 2013 at 4:31 PM, yxzhao yxz...@stonewain.com

Re: CronSchedulePolicy with cxf endpoint

2013-04-03 Thread Christian Müller
I miss the routeStopTime configuration [1]. Otherwise the route is still running. Do I miss something? [1] http://camel.apache.org/cronscheduledroutepolicy.html Best, Christian On Wed, Apr 3, 2013 at 8:51 AM, Richa rsinha2...@gmail.com wrote: My route looks like this:

Re: CronSchedulePolicy with cxf endpoint

2013-04-02 Thread Christian Müller
Can you share your route/configuration with us? Sent from a mobile device Am 02.04.2013 11:46 schrieb Richa rsinha2...@gmail.com: Hi, I have a cron expression which triggers the route at a particular time everyday. This works fine with all the endpoints like ftp,sftp, etc. But when I use a

Re: Camel-Crypto ElGamal encryption works in mvn camel:run but not in Karaf/OSGi

2013-04-02 Thread Christian Müller
: Christian Müller [mailto:christian.muel...@gmail.com] Sent: Monday, January 28, 2013 5:30 PM To: users@camel.apache.org Subject: Re: Camel-Crypto ElGamal encryption works in mvn camel:run but not in Karaf/OSGi I'm trying to reproduce the issue... Best, Christian On Mon, Jan 28, 2013 at 5:38

Re: Camel-Crypto ElGamal encryption works in mvn camel:run but not in Karaf/OSGi

2013-04-02 Thread Christian Müller
*..) ... 74 more Will contact the ServiceMix guys which provide the bundles... Best, Christian On Tue, Apr 2, 2013 at 11:02 PM, Christian Müller christian.muel...@gmail.com wrote: UPDATE: I use Java 1.6.0_43 for the following: cmueller$ cd workspaceCamel/camel/components/camel-crypto

Re: Performance puzzle. Slow splitter on object array?

2013-04-01 Thread Christian Müller
To be honest, I don't understand how your body gets splitted... The body which your splitter receives is the GernericPayload object, right? Best, Christian On Tue, Mar 26, 2013 at 10:58 PM, MarkD markjohndo...@googlemail.comwrote: Of course, i'll paste the entire route: route

Re: SMPP stop route problem

2013-04-01 Thread Christian Müller
Please find my comments inline... Best, Christian On Wed, Mar 27, 2013 at 9:04 AM, fclose f...@closebase.com wrote: Christian, I still have a question about what you said Christian Mueller wrote If you want to return another error code, simply catch the exception in your route and

Re: Cannot rollback() inside an XASession with AMQ 5.6

2013-04-01 Thread Christian Müller
-in-transaction Best, Christian On Fri, Mar 29, 2013 at 7:56 PM, Christian Müller christian.muel...@gmail.com wrote: Will try it in the next days... Sent from a mobile device Am 29.03.2013 16:08 schrieb Fladnag flad...@zerezo.com: And can you use Camel 2.10.x? I will upgrade the examples

Re: Multiple routes send exchange to direct point

2013-04-01 Thread Christian Müller
In parallel. Sent from a mobile device Am 01.04.2013 15:43 schrieb Darwish othman.darw...@progressoft.com: Hi , if i have let say route1 ,route2,routn all forward the exchange to same direct route . The question is the exchanges execution will run in-parallel form all routes in direct

Re: Ciphers with camel-sftp

2013-04-01 Thread Christian Müller
Camel use jsch [1] under the hut. May be you can find out more there, what they support... [1] http://www.jcraft.com/jsch/ Best, Christian On Mon, Apr 1, 2013 at 7:15 PM, lleclerc llecl...@aim-rg.com wrote: Is my question too vague ? Not related to camel ? -- View this message in

Re: endpoint without consumer

2013-03-30 Thread Christian Müller
You have to start your route before you send a message via the producer template. Sent from a mobile device Am 30.03.2013 08:41 schrieb takidean takide...@hotmail.fr: when i use to select some rows from a database i get one error and this is my code: public static void main(String[]

<    1   2   3   4   5   6   7   8   9   10   >