Hello, I'm a bit new to all this and I was wondering if someone could point me to a simple example. The example for which I'm looking is how to test a servicemix maven xbean.xml project. I imagine and hope it would go something like the following...
1) mvn test (under either the whole project or the service-assembly project) 2) which would build the service-assembly 3) start up a (embedded?) servicemix server 4) run the tests under (service-assembly) src/test/[java/...|resources] 5) give the typical maven results 6) stop the servicemix (embedded?) server 7) return to the command prompt I know I can do this with a servicemix.xml static configuration, as I have. However, I don't wish to duplicate code in xbean.xml (non-static) files with the servicemix.xml (static) configuration. Is this even possible? Thanks for your time -- View this message in context: http://www.nabble.com/How-to-test-projects-w--xbean.xmls-with-maven--tp17151500p17151500.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
