Re: Cut a file into multiple files

2016-09-05 Thread Chris Odom
I would try using the Camel EIP Splitter http://camel.apache.org/splitter.html *Chris Odom | Sr Consultant | Media Driver* 512.799.0270 | chris.o...@mediadriver.com 810 Hester's Crossing, Suite 165, Round Rock, TX 78681 On Mon, Sep 5, 2016 at 10:18 AM, Louisa <lesgen...@hotmail.fr>

Re: Can Camel VM be used in Karaf cross contexts in different bundles?

2015-11-03 Thread Chris Odom
Take a look at direct-vm http://camel.apache.org/direct-vm.html Thanks, *Chris Odom | Sr Consultant | Media Driver* 512.799.0270 | chris.o...@mediadriver.com 810 Hester's Crossing, Suite 165, Round Rock, TX 78681 On Tue, Nov 3, 2015 at 12:40 PM, bocamel <johnz...@gmail.com> wrote:

Re: endpoint patterns for database

2014-09-16 Thread Chris Odom
solutions. Hope this helps. Chris O. *Chris Odom | Sr Consultant | Media Driver* 512.799.0270 | chris.o...@mediadriver.com 810 Hester's Crossing, Suite 165, Round Rock, TX 78681 On Tue, Sep 16, 2014 at 3:02 PM, Tim Dudgeon tdudgeon...@gmail.com wrote: Hi all! I'm needing to write a new Camel

Re: Dinamyc SQL with arguments

2013-03-12 Thread chris . odom
Why not just use a custom processor component to do your SQL. I usually just create the Bean as the Message body and pass it along my route. In the final Processor I just extract the Bean and use that with a DAO/SQLInvoker. These components can be setup in Spring DSL and works great, just a

Re: Stop JMS message reception on exception

2012-11-09 Thread chris . odom
Programmaticly you could use the CamelContext object to access all Components with in that context. At that level you should be able to accomplish what you are looking to do. http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html Chris O. On 2012-11-09

Filtering on message body content

2012-09-12 Thread chris . odom
if the expression matched. Just wondering if anyone knows why this is happening or if anyone seen this before. Thanks Chris Odom.

Re: Filtering on message body content

2012-09-12 Thread chris . odom
this is happening or if anyone seen this before. Thanks Chris Odom.

Re: Filtering on message body content

2012-09-12 Thread chris . odom
this is happening or if anyone seen this before. Thanks Chris Odom.

Re: Filtering on message body content

2012-09-12 Thread chris . odom
what. I know I can check to see if there are matching but I have not gotten around to putting in any of this logic to see if the expression matched. Just wondering if anyone knows why this is happening or if anyone seen this before. Thanks Chris Odom.

IBM J9 VM and transactions

2012-08-21 Thread chris . odom
I was wondering if anyone has seen this issue and might be able to give me a direction on how to solve it. Currently I have seen this issue. Lets say I have route A which consumes from queue 1 and produces to queue 2. This is a transacted route using the default Spring Transaction Manager

Re: DefaultJettyHttpBinding

2012-04-28 Thread Chris Odom
use case, you need to extends the DefaultHttpBinding which will be used in the JettyHttpConsumer. Please update the HttpBinding attribute of the JettyHttpComponent with your customer HttpBinding. On Sat Apr 28 01:07:18 2012, Chris Odom wrote: First off thanks for your reply and I am using

Re: DefaultJettyHttpBinding

2012-04-27 Thread Chris Odom
since why the camel endpoint component tests are passing but in a real scenario where Camel front ends the component with this CamelContinuationServlet nothing happens. -- Thanks, Chris Odom 512:799-0270 On Fri, 27 Apr 2012 07:53:47 +0200, Claus Ibsen claus.ib...@gmail.com wrote: Hi Yes its

DefaultJettyHttpBinding

2012-04-26 Thread Chris Odom
to my override methods. Any help in this would be greatly appreciated. Spring config -- Thanks, Chris Odom 512:799-0270

Camel CXF Transport

2012-03-18 Thread Chris Odom
? -- Thanks, Chris Odom 512:799-0270

Re: Camel CXF Transport

2012-03-15 Thread Chris Odom
there are some camel-cxf related dependencies in your pom. BTW, do you use m2eclipse to call the cxf-codegen-plugin ? On 3/15/12 4:02 AM, Chris Odom wrote: I was attempting to use the cxf-codegen-plugin in eclipse and when I execute the goals I get this error. [DEBUG] java.lang.NoClassDefFoundError

Camel CXF Transport

2012-03-14 Thread Chris Odom
not sure what it is complaining about. -- Thanks, Chris Odom 512:799-0270

Re: Camel CXF Transport

2012-03-14 Thread Chris Odom
Figured it out my-self...thanks to anyone looking at this. Use this in the plugin dependencies dependency groupIdorg.apache.camel/groupId artifactIdcamel-cxf-transport/artifactId version2.8.0-fuse-03-06/version /dependency /dependencies On Wed, 14 Mar 2012 15:02:21 -0500, Chris Odom chris.o

Re: help with log DSL

2012-01-26 Thread Chris Odom
. -- View this message in context: http://camel.465427.n5.nabble.com/help-with-log-DSL-tp5433969p5433969.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Thanks, Chris Odom 512:799-0270

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread Chris Odom
would run into this. Try changing the activemq-broker.xml configuration file to use a different port or don't run both containers at the same time. -- Thanks, Chris Odom 512:799-0270

Re: help with log DSL

2012-01-26 Thread Chris Odom
?... -- Thanks, Chris Odom 512:799-0270