353637383940414243
@Before public void setUp() throws Exception { //start the back end service int port = CXFTestSupport.getPort1(); cxfServer = new CxfServer(port); applicationContext = createApplicationContext(); super.setUp(); }
4243444546474849
private static AbstractXmlApplicationContext applicationContext; @BeforeClass public static void setupContext() throws Exception { cxfServer = new CxfServer(); applicationContext = createApplicationContext(); }
4142434445464748