8485868788899091929394
hwRegistration.unregister(); } if (hw == null) { hw = new HelloWorldImpl(); } if (properties != null) { hw.setMessage((String)properties.get("message"));
247248249250251252253254
public void testIsolatedCfgAdminManualReload() throws Exception { validateApplicationConfiguration( APP_HWMN, "org.apache.aries.helloworldmnapp", "helloworld-mn", (new HelloWorldImpl()).getMessage(), "manual"); }