Re: [DISCUSS] - Add camel-test-spring component

2012-01-25 Thread Guillaume Nodet
Thx Claus, I think that's really good to have separated the spring stuff as it will allow blueprint users to not depend on spring at all at testing. Btw, I mentioned some time ago integration tests for archetypes, so here's a pointer: https://github.com/apache/karaf/blob/trunk/archetypes/itest

Re: [DISCUSS] - Add camel-test-spring component

2012-01-25 Thread Claus Ibsen
On Tue, Jan 24, 2012 at 4:36 PM, Hadrian Zbarcea wrote: > Ok, let me clarify, there are a few points made here. Making camel-test > standalone w/o spring dependencies is great, we should do that. Having a > camel-test-spring is ok too and as you mentioned the primary audience for > that would be S

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Claus Ibsen
onsole> >>> [2] https://builds.apache.org/job/**Camel.trunk.fulltest.windows/** >>> 217/console<https://builds.apache.org/job/Camel.trunk.fulltest.windows/217/console> >>> [3] >>> http://svn.apache.org/viewvc?**view=revision&revision=1151313&

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Christian Müller
t; 217/console<https://builds.apache.org/job/Camel.trunk.fulltest.windows/217/console> >> [3] >> http://svn.apache.org/viewvc?**view=revision&revision=1151313<http://svn.apache.org/viewvc?view=revision&revision=1151313> >> >> Babak >> >> --

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Hadrian Zbarcea
tp://camel.465427.n5.nabble.com/DISCUSS-Add-camel-test-spring-component-tp5281207p5294755.html Sent from the Camel Development mailing list archive at Nabble.com. -- Hadrian Zbarcea Principal Software Architect Talend, Inc http://coders.talend.com/ http://camelbot.blogspot.com/

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Babak Vahdat
vision=1151313 Babak -- View this message in context: http://camel.465427.n5.nabble.com/DISCUSS-Add-camel-test-spring-component-tp5281207p5294755.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Hadrian Zbarcea
Ok, let me clarify, there are a few points made here. Making camel-test standalone w/o spring dependencies is great, we should do that. Having a camel-test-spring is ok too and as you mentioned the primary audience for that would be Spring *users*. The point I was making is that, internally, we

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Claus Ibsen
On Tue, Jan 24, 2012 at 4:09 PM, Hadrian Zbarcea wrote: > Actully, imo, a camel-test-spring should only be used for integration and by > users, not for unit tests. > Do you mean Camel unit testing itself? Why should we not eat our own dog food? camel-test-spring, is for any kind of Camel + Spri

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Hadrian Zbarcea
Actully, imo, a camel-test-spring should only be used for integration and by users, not for unit tests. Hadrian On 01/24/2012 06:16 AM, Claus Ibsen wrote: On Tue, Jan 24, 2012 at 11:59 AM, Christian Müller wrote: In generall a good idea. But I doesn't like to lose the possibilities to use t

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Claus Ibsen
On Tue, Jan 24, 2012 at 11:59 AM, Christian Müller wrote: > In generall a good idea. But I doesn't like to lose the possibilities to > use the annotations like @EnpointInject, ... > https://issues.apache.org/jira/browse/CAMEL-4934 will allow to use the Camel @EndpointInject annotations in pure Ja

Re: [DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Christian Müller
In generall a good idea. But I doesn't like to lose the possibilities to use the annotations like @EnpointInject, ... One of my bigger intentions for Camel 2.10.0 is to speed up the tests (if it's possible). In the past we was successful to reduce the time our unit test needs. At present I don't h

[DISCUSS] - Add camel-test-spring component

2012-01-24 Thread Claus Ibsen
Hi In the recent work by GNodet to add a new camel-test-blueprint, which I have recently polished. I noticed that the camel-test classes for CamelTestSupport has dependency on Spring JARs. This is not the intent, as there is a CamelSpringTestSupport people should use if they use Spring. So I wond