On Thu October 29 2009 12:22:35 pm Benson Margulies wrote: > Has anyone ever run a CXF service for maven integration tests by putting > one of the container plugins into pre-integration/post-integration?
No, but I've often wondered if doing something like that for the systests might be better. Start all the services needed "upfront" in a single war, run all the tests, then shut them down. Then again, that sucks from a eclipse/debugging standpoint. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
