public void xtestManagedCXFBus() {
CXFBusFactory factory = new CXFBusFactory();
Map<String, Object> properties = new HashMap<String, Object>();
properties.put(Configurer.USER_CFG_FILE_PROPERTY_NAME,
"org/apache/cxf/systest/management/managed-cxf.xml");
Bus bus = factory.createBus(null, properties);
bus.shutdown(true);
}
public void testManagedSpringBus() {
SpringBusFactory factory = new SpringBusFactory();