On Wed, May 21, 2008 at 8:57 AM, ivan <[EMAIL PROTECTED]> wrote: > Hi!! > > How can I test existing SA? > I mean, I already have Service Assembly (*.zip) in maven repository.
There are two methods for testing: 1) Integration testing with Spring is the easiest way to test: http://servicemix.apache.org/integration-testing-in-spring.html 2) Writing a plain old JUnit test and constructing everything manually. There are many unit tests throughout the ServiceMix codebase that demonstrate how to go about this. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
