Re: Log after choice in java DSL

2014-01-21 Thread Christopher Arnold
That did the trick. Thanks! -Chris On 01/21/2014 03:10 PM, Richard Kettelerij wrote: Try replacing endChoice() with end(). On Tue, Jan 21, 2014 at 6:55 PM, Christopher Arnold wrote: I working on a test that sets up a CXF REST endpoint and then routes the request to various beans depending

Re: Log after choice in java DSL

2014-01-21 Thread Richard Kettelerij
Try replacing endChoice() with end(). On Tue, Jan 21, 2014 at 6:55 PM, Christopher Arnold wrote: > I working on a test that sets up a CXF REST endpoint and then routes the > request to various beans depending on the operation. I'm trying to include > a log entry after the choice statement that

Log after choice in java DSL

2014-01-21 Thread Christopher Arnold
I working on a test that sets up a CXF REST endpoint and then routes the request to various beans depending on the operation. I'm trying to include a log entry after the choice statement that sends the request to the beans to log what the response looks like. Source code: @Override protected