Re: noob spring testing question

2011-08-05 Thread Taariq Levack
; > -- > View this message in context: > http://camel.465427.n5.nabble.com/noob-spring-testing-question-tp4668163p4669678.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: noob spring testing question

2011-08-05 Thread dunnlow
noop in the full route in the app (as well as in the InputStream method in my test, of course), all is working. Thanks again and sorry for the confusion. -J -- View this message in context: http://camel.465427.n5.nabble.com/noob-spring-testing-question-tp4668163p4669678.html Sent from the

Re: noob spring testing question

2011-08-05 Thread dunnlow
-- View this message in context: http://camel.465427.n5.nabble.com/noob-spring-testing-question-tp4668163p4669586.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: noob spring testing question

2011-08-05 Thread Taariq Levack
for my application but not > when I run my test. It is enabled in both cases with xml in my context > file: . I suppose things are > failing before it gets to the tracer? > > Thanks again, > -J > > -- > View this message in context: > http://camel.465427.n5.nabb

Re: noob spring testing question

2011-08-05 Thread dunnlow
is message in context: http://camel.465427.n5.nabble.com/noob-spring-testing-question-tp4668163p4669371.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: noob spring testing question

2011-08-05 Thread Christian Schneider
Hi Dunnlow, I would split the route for production into two routes. One from file to direct and one from direct to the beans and the rest. So you can feed the xml into the direct route using the production config. You will not test the file endpoint config this way but the rest should work fin

Re: noob spring testing question

2011-08-04 Thread Taariq Levack
on sendBody, sendBodyAndHeader, etc, but I'm > having a hard time finding good explanations of what they do and how to use > them (I have Camel in Action, which has been a big help except for this). > Can someone point me to a more thorough explanation/tutorial of using the > producer template?...better than > http://camel.apache.org/producertemplate.html :) > > > Thanks for any insight! > -J > > -- > View this message in context: > http://camel.465427.n5.nabble.com/noob-spring-testing-question-tp4668163p4668163.html > Sent from the Camel - Users mailing list archive at Nabble.com.

noob spring testing question

2011-08-04 Thread dunnlow
m having a hard time finding good explanations of what they do and how to use them (I have Camel in Action, which has been a big help except for this). Can someone point me to a more thorough explanation/tutorial of using the producer template?...better than http://camel.apache.org/producertempla