180181182183184185186187
_referenceBindings.clear(); getValidatorRegistryLoader().unregisterValidators(); getTransformerRegistryLoader().unregisterTransformers(); getDomain().getEventPublisher().publish(new ApplicationUndeployedEvent(this)); getDomain().destroy(); }
49505152535455
//Thread.sleep(300 * 1000); } @After public void tearDown() { _builder.notify(new ApplicationUndeployedEvent(_deployment)); }