Start removed but cluster is broken
This commit is contained in:
parent
24fb967988
commit
bbb79d8e0d
144 changed files with 684 additions and 930 deletions
|
|
@ -32,7 +32,7 @@ public class ConsumerJavaTestBase {
|
|||
public void shouldHandleExceptionThrownByActorAndGenerateCustomResponse() {
|
||||
getMandatoryService().awaitEndpointActivation(1, new SideEffect() {
|
||||
public void apply() {
|
||||
actorOf(SampleErrorHandlingConsumer.class).start();
|
||||
actorOf(SampleErrorHandlingConsumer.class);
|
||||
}
|
||||
});
|
||||
String result = getMandatoryTemplate().requestBody("direct:error-handler-test-java", "hello", String.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue