Looking at the code

    public String intercept(ActionInvocation invocation) throws Exception {
        logMessage(invocation, FINISH_MESSAGE);
        String result = invocation.invoke();
        logMessage(invocation, START_MESSAGE);
        return result;
    }


that does seem to be the case.

I don't understand why that would be.

Does anyone know if  there a FishEye or ViewVCC instance for XWork available?

-Ted.

On Jan 7, 2008 8:05 AM, stanlick <[EMAIL PROTECTED]> wrote:
>
> I am using 2.0.11 and the started and finished messages seem to be written in
> the opposite order.
>
> Scott
> --

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to