Re: Redeliver policy keep parking threads

2014-06-25 Thread Christian Müller
Can you please share your route definition with us? Which version do you use? Best, Christian Am 19.05.2014 12:06 schrieb poussma mathieu.pou...@zenika.com: Hello, I have a route that tries to redeliver the messages in case of the destination is not available. I noticed when camel tries

Re: Validator in camel route shows strange error message

2014-06-25 Thread Christian Müller
Which version do you use? Best, Christian Am 13.05.2014 17:14 schrieb yuncil jonas.stei...@hotmail.de: I tested it with another schema file, and the test successfully passed. The original schema file has many includes and the included files also have many includes, consequently there are

Re: SMPP type connection.

2014-06-25 Thread Christian Müller
You should be able to configure log4j in a way that this class logs into a different file. May this helps? Best, Christian Am 06.05.2014 12:53 schrieb PinkSs vkrn...@gmail.com: Hi All, I am using amq+camel+smpp for working with SMSC. I used SMPP as camel coponent and use these endpoints in

Re: Potential bug in sFTP (jSCH)?

2014-06-24 Thread Christian Müller
Could you try Camel 2.13.2? Best, Christian Am 24.06.2014 20:09 schrieb deepak_a angesh...@gmail.com: Hi, I am using Camel 2.12.0. I have a route that establishes a sFTP connection. I have set the route so that it will attempt to re-connect every 15 minutes and then disconnect. This is

Re: mod_rewrite not working in .htaccess.

2014-06-14 Thread Christian Müller
Wrong list? Best, Christian Am 14.06.2014 10:42 schrieb r0obin77 r0obin...@gmail.com: i am using xampp on windows.For last two days i am trying to rewrite URL's but mod rewrite is doing nothing.its taking me to the same page.i am trying to do a simple redirect from foo.html to bar.html as its

Re: Painfully slow AMQ consumer

2014-06-13 Thread Christian Müller
Have a look at slide 16 in [1]. You can find the source code at [1]. As Claus wrote, getting the write lock to update the file - line by line - is not really efficient. Aggregate some lines before your update the file or use the stream component. I could achieve to write more than 15.000 lines

Re: connectionFactory in jms component

2014-06-12 Thread Christian Müller
More details please... Best, Christian Am 21.05.2014 17:00 schrieb rkjoshi2 rkjos...@gmail.com: Hi, Can I use only *messageListenerContainerFactoryRef* in jms component url and set *connectionFactory *in *MessageListenerContainer* created by my factory class for consuming messages?

Re: Get route information from JmsEndpoint

2014-06-12 Thread Christian Müller
Can you explain your requirements (not the solution you try to achirve). Best, Christian Am 20.05.2014 23:05 schrieb rkjoshi2 rkjos...@gmail.com: Hi, I am creating a JMS route programatically by following code :

ApacheCon CFP closes June 25

2014-06-11 Thread Christian Müller
Dear Camel enthusiast, As you may be aware, ApacheCon will be held this year in Budapest, on November 17-23. (See http://apachecon.eu for more info.) The Call For Papers for that conference is still open, but will be closing soon. We need you talk proposals, to represent Camel at ApacheCon. We

Re: Apache Camel vs Openadaptor

2014-04-22 Thread Christian Müller
https://www.ohloh.net/p/camel vs. https://www.ohloh.net/p/4367 In a Nutshell, Apache Camel... has had 19,744 commits made by 82 contributors representing 953,023 lines of code ... is mostly written in Java with an average number of source code comments ... has a well

Re: Need information about the performance fixes that has been done in Camel 2.12.0

2014-04-03 Thread Christian Müller
And consider to upgrade to 2.13.0. Best, Christian Am 03.04.2014 12:31 schrieb amit.bce amit.bc...@gmail.com: We are using camel 2.5.0 in our project and are currently facing some performance problems in the product. On analysis, we found out that a good amount of memory is been held up by

Re: File processing stops on bean invocation at times

2014-04-03 Thread Christian Müller
Apache Camel 2.13.1 doesn't exist at present. Can you share the code of your beans? Can you share your log files (debug level)? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator

Re: CAMEL-6655

2014-04-03 Thread Christian Müller
Have a look at [1] and the method executeWithOptionalParameterNewStyle(). [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-smpp/src/test/java/org/apache/camel/component/smpp/SmppSubmitSmCommandTest.java;h=c74ca76f850bc488826d6463dee3f7df84605281;hb=camel-2.12.x

Re: Camel SMPP

2014-03-25 Thread Christian Müller
Hi Nader! After sending a SMS, the SMPP producer will set the message header CamelSmppId. If you receive a DeliveryReceipt or DataSm, Camel will also set the message header CamelSmppId as described in [1]. This is the correlation Id you can use. P.S.: Please use the Camel user mailing list the

Re: Route based on Soap Action

2014-03-25 Thread Christian Müller
You should share the entire route if you are looking for help... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: [JSch-users] ANNOUNCE: JSch 0.1.51

2014-03-19 Thread Christian Müller
Hi Bengt! Did you already pingt the SMX guys to build an OSGI bundle for that version [1]? [1] http://search.maven.org/#search|gav|1|g%3A%22org.apache.servicemix.bundles%22%20AND%20a%3A%22org.apache.servicemix.bundles.jsch%22 Best, Christian - Software Integration Specialist

Re: smpp transaction doesn't work

2014-03-06 Thread Christian Müller
Exception in thread Thread-17 java.util.ConcurrentModificationException org.jsmpp.session.AbstractSessionContext.fireStateChanged(AbstractSessionContext.java:76) it's a known issue in jsmpp. Unfortunately there is no release which includes the fix. Best, Christian Christian -

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

2014-03-01 Thread Christian Müller
-Ursprüngliche Nachricht- Von: Christian Müller [mailto:christian.muel...@gmail.com] Gesendet: Freitag, 28. Februar 2014 22:08 An: users@camel.apache.org Betreff: Re: How to copy files from one directory to another within the same ftp server. As simple as route from

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

2014-02-28 Thread Christian Müller
As simple as route from uri=ftp://in/ to uri=ftp://out/ /route Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: JDBC Connection object in Camel Processor

2014-02-28 Thread Christian Müller
This is an example how to configure a pooled data source which is injected into a transaction manager. You have to inject it into a processor instead. [1] https://github.com/muellerc/camel-in-transaction/blob/master/src/test/resources/META-INF/spring/JdbcTransactionSampleTest-context.xml Best,

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

2014-02-25 Thread Christian Müller
Did you checked? http://camel.apache.org/ftp http://camel.apache.org/ftp-example Best, Christian Am 25.02.2014 08:09 schrieb skasish asish_...@hotmail.com: How to copy files from one directory to another within the same ftp server. ftp |__MF |__GT I wat to copy the files from MF to GT.

Re: Camel - TestNG and Spring 4

2014-02-24 Thread Christian Müller
There is an open ticket to support Spring 4. It's not supported at present. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Unreleased thread, possible in SMPP component

2014-02-23 Thread Christian Müller
No, there is no new jsmpp release. Best, Christian Am 13.02.2014 19:35 schrieb azeemdin azeem...@gmail.com: Any update on this issue? I am also getting this error. :( 2014-02-13 21:15:36,479 132604 INFO [SMPPSession] {Thread-14} Connected 2014-02-13 21:15:36,480 132605 INFO

Re: how to pass parameter to camel custom datafotmat?

2014-02-11 Thread Christian Müller
Setting the parameter as Exchange properties or Message headers is the right way. The data format has access to these and can change the behavior based on this. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache

Re: Upgrade Jsch to 0.1.50

2014-02-11 Thread Christian Müller
Yep, it's in maven central: http://search.maven.org/#artifactdetails|org.apache.servicemix.bundles|org.apache.servicemix.bundles.jsch|0.1.50_1|bundle Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel

Re: Custom IdempotentConsumer/Processor

2014-02-11 Thread Christian Müller
See [1] for details. bean id=myRepo class=org.apache.camel.processor.idempotent.MemoryIdempotentRepository/ camelContext xmlns=http://camel.apache.org/schema/spring; route from uri=direct:start/ idempotentConsumer messageIdRepositoryRef=myRepo !-- use the

Re: Upgrade Jsch to 0.1.50

2014-02-11 Thread Christian Müller
On Tue, Feb 11, 2014 at 10:34 PM, Christian Müller christian.muel...@gmail.com wrote: I'm working on it... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https

Re: Custom IdempotentConsumer/Processor

2014-02-11 Thread Christian Müller
keys indefinatly. I only want to remove them while the duplicate message is being processed. Or am I missing something? Thanks, Sam On 11 February 2014 21:43, Christian Müller christian.muel...@gmail.com wrote: See [1] for details. bean id=myRepo class

Re: Groovy compiled scripts cache execution context

2014-02-11 Thread Christian Müller
Can you provide a simple test case so that we can more easily dig into it and fix it? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Camel SEDA Queues performance query

2014-02-04 Thread Christian Müller
Can you put together a little example which we can use to review/test? May mock out your rest endpoint with a processor which simple sleep's for a few ms before it respond. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC

Re: Best practice for checking method exists on class when building route?

2014-02-04 Thread Christian Müller
On Mon, Feb 3, 2014 at 11:49 PM, toomanyedwards toomanyedwa...@gmail.comwrote: Hi all, In our camel routes we sometimes set header values dynamically, by doing something like the following: .setHeader(SOME_HEADER_NAME).method(SomeClass.class, SOME_METHOD_SIGNATURE_STRING) Ideally, we'd

[DISCUSS] release date for either 2.12.3 or 2.13.0

2014-02-04 Thread Christian Müller
I just upgraded my local workspace to CXF 2.7.9 which I would like to see in the next Camel versions [1]. The test suite is still running... Afterwards I would like to give Camel 2.12.3 a dry run... At present, we have 8 outstanding issues for 2.12.3 [2] (my one included). Only one is classified

Re: LoadBalancing does not increaing performace

2014-01-31 Thread Christian Müller
I think the processor time of your processor is cheap. I don't expect a performance boost by using a load balancer here. I suggest to have a look at how to configure Jetty optimal for your use case. Best, Christian - Software Integration Specialist Apache Member V.P. Apache

Re: Master/Slave failover using database lock

2014-01-31 Thread Christian Müller
I'm afraid you have to adapt this by your own. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Fri,

Call For Papers for ApacheCon 2014 ends in 3 day's

2014-01-28 Thread Christian Müller
Hi folks, With 3 days left in the CFP for ApacheCon 2014, we have no papers submitted related to Apache Camel. I know that we usually get some of the submissions in the last 48 hours, but however... Abstracts don't need to be great works of literature - you can brush them up afterwards if you

Re: Processing large file

2014-01-28 Thread Christian Müller
Which version do you use? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Jan 28, 2014 at 8:11

Re: Queries on jetty server

2014-01-24 Thread Christian Müller
Did you read [1]? This will work with Tomcat too... We are using Apache ServiceMix/Apache Karaf which provides the functionality to configure and start an Jetty instance. We are using this Jetty instance to publish our REST/SOAP services via the OSGI HTTP service. [1]

Re: Appending value to XML - Camel Blueprint

2014-01-08 Thread Christian Müller
Did you checked [1] or [2]? simple${bodyAs(String)}${property[empName]}/simple or ruby$body$property['empName']/ruby or ... [1] http://camel.apache.org/simple.html [2] http://camel.apache.org/scripting-languages.html Best, Christian - Software Integration Specialist Apache

Re: Multicast EIP - Camel Blueprint

2014-01-08 Thread Christian Müller
Why do you think you have to use multicast [1]? Didn't you want a pipeline [2]? [1] http://camel.apache.org/multicast.html [2] http://camel.apache.org/pipes-and-filters.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC

Re: Camel Security Framework - ActiveMQ Store error

2014-01-08 Thread Christian Müller
Taariq is right, java.lang.NoSuchMethodError indicate this most of the time.. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Unable to deploy a camel route in WebSphere application server 8.5

2014-01-08 Thread Christian Müller
What's your issue? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Wed, Jan 8, 2014 at 3:11 PM,

Re: Using the x509HostnameVerifier option in http4

2014-01-04 Thread Christian Müller
As documented on [1], the option 'x509HostnameVerifier' is available from Camel 2.7.0. Apache ServiceMix 4.3.0 is using Apache Camel 2.6.0 [2]. You should not use Camel 2.8.0 in ServiceMix 4.3.0. Please consider to upgrade ServiceMix (also because Apache Camel 2.11.x is the oldest supported

Re: Using the x509HostnameVerifier option in http4

2014-01-03 Thread Christian Müller
Which version of Camel do you use? Do you use multiple http endpoints? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Request for a project to upload for Rest Webservices

2014-01-03 Thread Christian Müller
Did you checked our examples [1]? You can find the source code at [2]. [1] http://camel.apache.org/examples.html [2] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=examples;h=7bcd07be46cce0eecc614a3438489b0c6478283a;hb=HEAD Best, Christian - Software Integration

Re: Camel 2.9.0 SMPP Splitter

2013-12-30 Thread Christian Müller
Hi pcana! You have multiple options: 1) Camel provides out of the box 3 different splitter. May be one of the others are useful for you? You can control which splitter is used by checking the SmppSmCommand class. 2) You can provide and configure your own SmppBinding class. 3) In newer version of

Re: load balancing with SMPP

2013-12-30 Thread Christian Müller
Sorry, I didn't get it. Would you please elaborate it in more detail. Do you have the issue by sending or receiving long sms? What kind of load balancer do you use (external, the Camel load balancer capabilities, ...)? Best, Christian - Software Integration Specialist Apache

Re: How to call remote soap web service from a application using apache camel

2013-12-15 Thread Christian Müller
Did you checked our examples page? http://camel.apache.org/examples.html Check out the CXF examples... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: building camel : disable camel-manual

2013-12-11 Thread Christian Müller
You can also consider to configure your Maven proxy settings... Best, Am 11.12.2013 12:50 schrieb lb lburgazz...@gmail.com: Hi, I'm trying to build camel behind a corporate firewall and the build fails for camel-manual: [INFO] --- exec-maven-plugin:1.2.1:java (generate-manual) @

Re: stupid pipeline question

2013-12-07 Thread Christian Müller
How does the type converter looks like? Best, Am 07.12.2013 00:21 schrieb tapdur tapdu...@gmail.com: hi all when i use a route with cxfEndpoint like this it works fine route from uri=cxf:bean:routerEndpoint / to uri=cxf:bean:CIM-BIE-MOCK / /route the to response is well returned in

Re: Send XML over HTTPS

2013-11-25 Thread Christian Müller
Thanks for sharing your solution! Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Fri, Nov 22, 2013

Re: onCompletion not triggerd in testing

2013-11-14 Thread Christian Müller
Camel 5.5.1 doesn't exist. I think it's the ActiveMQ version... Best, Christian Am 14.11.2013 12:17 schrieb cristisor cristisor...@yahoo.com: Hi Claus, I'm using Apache Camel 5.5.1.fuse-70-097 and I have to stick with this version. But as I mentioned above, I have the same route in

Re: Error in ActiveMQ documentation

2013-11-06 Thread Christian Müller
part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Mon, Nov 4, 2013 at 10:29 PM, Christian Müller christian.muel...@gmail.com wrote: I have forwarded the mail to the Apache ActiveMQ users list. Best

Re: Camel 2.12.1, Spring Framework 3.2.3, Jboss 6.0.0 Deployment Problem

2013-11-05 Thread Christian Müller
Check you don't have a library/version miss match. It looks like you also use Camel 2.7.0... CamelNamespaceHandler.java:169)[:2.7.0] Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache

Re: jibx dataformat does not support setting bindingname

2013-11-05 Thread Christian Müller
I'm afraid this is not supported yet. But it looks easy, as you already mentioned, and could be added easily. Do you consider to provide a patch [1]? [1] http://camel.apache.org/contributing.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel

Re: camel vs spring integration

2013-11-05 Thread Christian Müller
Have a look at the following links: http://forum.spring.io/forum/spring-projects/integration/118876-spring-integration-2-1-request-reply-benchmark-tests-showed-very-poor-performance http://camel.465427.n5.nabble.com/fyi-SI-td5716049.html Best, Christian - Software Integration

Re: Is it better to use PooledConnectionFactory in Parallel Processing

2013-11-05 Thread Christian Müller
In general, you should use the PooledConnectionFactory. The connections are created upfront which saves time. The connections are also reused which is more resource friendly. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC

Re: Error in ActiveMQ documentation

2013-11-04 Thread Christian Müller
I have forwarded the mail to the Apache ActiveMQ users list. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: HTTP Basic Authentication

2013-10-26 Thread Christian Müller
Martin is using the http component, not the CXF component... Did you checked [1]? You can set the auth options per endpoint. [1] http://camel.apache.org/http.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member |

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-26 Thread Christian Müller
Which Camel component do you use (We have multiple components which supports web services)? Can you share your route with us? Can you share a sample message with us? The best would be if you can provide a unit test which show the issue. Best, Christian - Software Integration

Re: Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Christian Müller
Could you please tell as on which page you found the outdated code snipped!? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Send XML over HTTPS

2013-10-26 Thread Christian Müller
Can you share the route or an unit test with us? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sat,

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread Christian Müller
Could you try: camelContext xmlns=http://camel.apache.org/schema/spring; route id=routeOne from uri=timer://myTimer?fixedRate=trueamp;period=5s / to uri=activemq:queue:routeTwo / /route route id=routeTwo from uri=activemq:queue:routeTwo / bean ref=myBean method=print /

Re: Subscribing to users@camel.apache.org

2013-10-24 Thread Christian Müller
You are not subscribed to the Camel user mailing list with this e-mail address. Did you sent a mail to users-subscr...@camel.apache.org? Best Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache

Re: ActiveMq-InOut: save exchange body

2013-10-23 Thread Christian Müller
What kind of issue do you face? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Oct 22, 2013 at

Re: camel-cxf and activemq example

2013-10-23 Thread Christian Müller
Did you checked [1]? [1] http://camel.apache.org/examples.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Body is null exception when producing JMS messages from a Quartz endpoint

2013-10-23 Thread Christian Müller
Good to know you got it working... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Wed, Oct 23, 2013

Re: Getting rid of line separator [ BeanIO + Camel ]

2013-10-21 Thread Christian Müller
You should be able to configure it [1] [2], see the recordTerminator property. [1] http://beanio.org/2.0/docs/reference/#TheMappingFile [2] http://beanio.org/2.0/docs/reference/#CSVStreamFormat Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel |

Re: failed to go activemq

2013-10-21 Thread Christian Müller
What kind of problem do you face? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Mon, Oct 21, 2013

Re: ActiveMq-InOut: save exchange body

2013-10-21 Thread Christian Müller
Check [1]. Something like: from(...) .enrich(activemq:..., aggregationStrategy) .to(...); [1] http://camel.apache.org/content-enricher.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer

Re: Being able to post and reveice email notification to subscribed posts

2013-10-21 Thread Christian Müller
We don't had to moderate your last post. You are not subscribed to the users@ list with this e-mail address. But there is a cryptic x...@nabble.com e-mail address which is may created by Nabble instead. Best, Christian - Software Integration Specialist Apache Member V.P. Apache

Re: event-driven consumer

2013-10-19 Thread Christian Müller
That's true. May have a look at the SmppConsumer [1] which is using a listener [2] to receive short messages (SMS), create an exchange and send this exchange the the next processor in the chain... [1]

Re: Add new route runtime

2013-10-19 Thread Christian Müller
Please don't hijack posts/threads which questions which don't belong to the subject. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: error: cannot find symbol when using split() in choice()

2013-10-18 Thread Christian Müller
Can you please post the complete stack trace. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Fri,

Re: Being able to post and reveice email notification to subscribed posts

2013-10-17 Thread Christian Müller
Unsubscribe from the Camel mailing list. Create an Account on Nabble (if you don't have one already). Post you question via Nabble ( http://camel.465427.n5.nabble.com/Camel-Users-f465428.html) and check the box Alert me by email when someone posts to this thread. That's all. Best, Christian

Re: Being able to post and reveice email notification to subscribed posts

2013-10-17 Thread Christian Müller
To be honest, I'm not aware of this feature. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Thu, Oct

Re: web services integration with Apache Camel

2013-10-17 Thread Christian Müller
Apache Camel (and CXF) are the right frameworks for your needs. Have a look at [1] where you get some examples which makes it easier for you to get started. [1] http://camel.apache.org/examples.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache

Re: How to use escape tool ($esc.xml($somestrwithspclchars)) in camel velocity template

2013-10-13 Thread Christian Müller
No, I don't think so. I'm not aware of any related JIRA. Feel free to raise one. Best, Christian Am 13.10.2013 15:27 schrieb abdelghani.tag abdelghani@gmail.com: Hi Christian Im having same problem with with camel 2.12.1, Is bellow issue fixed? Regards -- View this message in

Re: Email Attachments - Adding to Exchange Attachments

2013-10-12 Thread Christian Müller
You have to remove the ${ESB_HOME}/data directory, if you do this change afterwards. It's the case for a few config changes after you already started and stopped the ESB. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member

Re: Apache Camel multithread processing

2013-10-12 Thread Christian Müller
You should explain your requirements in more detail. Or have a look at the following sites to answer the question yourself: http://camel.apache.org/multicast.html http://camel.apache.org/seda.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel

Re: Java DSL: do I have to have a child for a split()?

2013-10-12 Thread Christian Müller
Your route is the following (I formatted it a bit): choice() .when(...).bean(...) .split().method(splitBean, splitMethod) .endChoice() .otherwise() .bean(...); When your write I just want the results of the split() to be forwarded down the route, how do you do this without a

Re: Moving from Spring 3.0.6 to 3.2.3 results in exception - Cannot find any Camel Context from the Application Context.

2013-10-11 Thread Christian Müller
Camel 2.11 also supports Spring 3.2.x. So it SHOULD work. Can you assemble a small sample project which shows the issue? Than it's much easier for us to dig into the issue. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC

Re: Help with Dynamic route

2013-10-11 Thread Christian Müller
I think you are looking for the dynamic router pattern. Have a look at [1]. [1] http://camel.apache.org/dynamic-router.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC

Re: Consume files periodically or on demand

2013-10-09 Thread Christian Müller
I suggest to use the ConsumerTemplete which can read the file and send it afterwards to a direct consumer which ia also used by the existing route. Best, Christian Am 09.10.2013 14:50 schrieb christoffer christof...@k15t.com: Hi, I have a route which uses the file:// component to consume

Re: Camel JMS redelivery blocks normal processing

2013-10-09 Thread Christian Müller
We use the Delay and Schedule Message Delivery [1] feature from ActiveMQ. You will find the link [2] useful. [1] http://activemq.apache.org/delay-and-schedule-message-delivery.html [2]

Re: Throttling by client ID?

2013-10-09 Thread Christian Müller
The solution could be something like: from(...) .throttle(100, header(foo)) .to(...); header(foo) is only an example for an expression... Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel:

Re: return binary image data in camel/restlet environment

2013-10-08 Thread Christian Müller
Willem committed it. You have to use Camel 2.13-SNAPSHOT. Best, Christian Am 08.10.2013 16:36 schrieb Zemin Hu zemin...@hotmail.com: Thanks Willem. I will try the work around. How do I know the fix is ready? Do I need to upgrade to latest Camel version in order to get fix? -- View this

Re: The Camel Components Poster - PDF - FREE

2013-10-06 Thread Christian Müller
/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sun, Oct 6, 2013 at 7:23 PM, Christian Müller christian.muel...@gmail.com wrote: @Shane, trademarks@, private@: We handle this issue. Please ignore this noise

Re: Camel FOP using which fop version

2013-10-05 Thread Christian Müller
://www.linkedin.com/pub/christian-mueller/11/551/642 On Fri, Oct 4, 2013 at 9:16 PM, Christian Müller christian.muel...@gmail.com wrote: Camel 2.12.1 is using fop 1.0: camel-fop cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO

Re: Consumer template get stuck when calling receive() with SMPP uri and getting a negative response.

2013-10-05 Thread Christian Müller
I think we can improve this. I will have a look at it... But I'm wondering why do you use a consumer template to receive the short messages and not a normal route like: from(smpp://...) .to(...); Best, Christian - Software Integration Specialist Apache Camel committer:

Re: Revoked contribution rights.

2013-10-05 Thread Christian Müller
Infrastructure made some changes on the default because of a spam issue in other Apache WIKI's. It looks like you didn't had the camel-contributor role in the past... However, I granted the camel-contributor role to your account. Can you try it again (you have to log out and log in again)? Best,

Re: Revoked contribution rights.

2013-10-05 Thread Christian Müller
Hi Robert! I granted the karma to the account 'gliesian' the last time. Now I figured out you have/use two accounts. I granted the karma now to the account rob...@gliesian.com. Please try again (and mention you account name the next time, if you have problems again). Best, Christian

Re: Consuming WSDL file

2013-10-04 Thread Christian Müller
I assume you have to provide a web service to your clients and you have to store the requests in a database? If so, I recommend to have a look at the CXF component [1] for providing the web service. For storing data in a database, please have a look at the SQL component [2]. Having a look at [3]

Re: Camel FOP using which fop version

2013-10-04 Thread Christian Müller
Camel 2.12.1 is using fop 1.0: camel-fop cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Camel :: FOP 2.12.1 [INFO]

Re: The Camel Components Poster - PDF - FREE

2013-10-04 Thread Christian Müller
this poster [2] after the mentioned update. [1] http://www.apache.org/foundation/marks/#guidelines [2] http://gliesian.com/camel/TheCamelComponentPosterWithWatermark.pdf Best, Christian Müller V.P. Apache Camel On Fri, Oct 4, 2013 at 12:22 AM, gliesian glies...@yahoo.com wrote: Hi James, I

Re: The facebook component does not read headers values ?

2013-10-03 Thread Christian Müller
Emilien, could you please open a JIRA and attach your patch. We are happy to review and may apply it. Best, Christian Am 03.10.2013 14:35 schrieb Emilien emilien.bo...@gmail.com: Hi everybody, I am trying to use the facebook component in camel 2.12.1 to perform FQL queries. It works nice by

Re: Apache Camel - war project How to process the Queue and set to another queue?

2013-10-03 Thread Christian Müller
Maybe from bean is a valid route... Best, Christian Am 03.10.2013 17:46 schrieb James Carman ja...@carmanconsulting.com: That second route with no to is stealing your messages, I'd guess. I am actually surprised you're able to create a route with no to. I'm curious to play with that

Re: Moving from Spring 3.0.6 to 3.2.3 results in exception - Cannot find any Camel Context from the Application Context.

2013-10-02 Thread Christian Müller
You should mention the Camel version you are using... Best, Christian Am 02.10.2013 19:07 schrieb MichaelAtSAG mebevilac...@gmail.com: Overview We have built a Camel application that runs as both stand-alone jar and webapp in tomcat. The application works fine in Spring version 3.0.6, yet

Re: Updating properties via JMX

2013-10-01 Thread Christian Müller
Did you checked http://camel.apache.org/camel-jmx.html ? Best, Christian - 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: Apache Camel - Multicast - Is there a 'null' or a similar endpoint ?

2013-10-01 Thread Christian Müller
This doesn't sounds right. Can you provide a unit test which shows this behavior and attach it to a JIRA [1]!? [1] http://camel.apache.org/contributing.html Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache

CVE-2013-4330: Apache Camel critical disclosure vulnerability

2013-09-30 Thread Christian Müller
+0uwuXUvOsCScaxNdVJM/Z seH3FliiPjZJoEHV0fP7 =CQKT -END PGP SIGNATURE- On behalf of the Camel PMC, Christian Müller V.P. Apache Camel: https://www.apache.org/foundation/

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