use of org.mule.runtime.core.internal.registry.SimpleRegistry in project mule by mulesoft.
the class TryProcessorFactoryBeanTestCase method setUp.
@Before
public void setUp() throws RegistrationException {
registry = new SimpleRegistry(muleContextMock, new MuleLifecycleInterceptor());
registry.registerObject("txFactory", new TransactionFactoryLocator());
}
Aggregations