jbonofre commented on PR #620: URL: https://github.com/apache/camel-karaf/pull/620#issuecomment-2908982201
Camel mixed test is failing with: ``` java.lang.RuntimeException: java.lang.IllegalArgumentException: Cannot add a 2nd otherwise to this choice: Choice[[When[{org.apache.camel.builder.ExpressionClause@114fa238} -> [Log[[EXAMPLE INBOUND] Received email notification], To[direct:email], SetHeader[Exchange.HTTP_RESPONSE_CODE, 200]]], When[{org.apache.camel.builder.ExpressionClause@6386c0b3} -> [Log[[EXAMPLE INBOUND] Received http notification], To[direct:http], SetHeader[Exchange.HTTP_RESPONSE_CODE, 200]]]] Otherwise[[Log[[EXAMPLE INBOUND] Unknown notification], SetBody[constant{{ "status": "reject", "type": "unknown" }}], SetHeader[Exchange.HTTP_RESPONSE_CODE, 400]]]]. If you have nested choice then you may need to end().endChoice() to go back to parent choice. ``` I'm fixing/updating. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org