Re: integration testing in spring

2007-09-27 Thread Guillaume Nodet
Is it possible to remove the dependency on activemq 5.0 snapshot ? Unless activemq release is planned soon, it will cause problem when releasing 3.2 :-( On 9/27/07, James Strachan <[EMAIL PROTECTED]> wrote: > BTW I've added an integration test for the bridge sample... > > http://svn.apache.org/rep

Re: integration testing in spring

2007-09-27 Thread James Strachan
BTW I've added an integration test for the bridge sample... http://svn.apache.org/repos/asf/incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/ which from a single spring XML boots up an ActiveMQ broker, ServiceMix with some components and the SA and then Camel to do some integration testi

integration testing in spring

2007-09-25 Thread James Strachan
I've taken a first stab at adding an easy way of integration testing JBI artifacts (shared libraries, components and service assemblies) using a simple Spring XML notation that can be included into any JUnit test case... http://cwiki.apache.org/SM/integration-testing-in-spring.html This allows yo