Hi Tomasz

> In org.apache.cxf.management.web.browser.client.service.browser.Entry
> class, line 213:
>
>        @Nullable
>        public Date getEventTimestamp() {
>            String value = getTagValue(EVENT_TIMESTAMP_TAG);
>            return value != null ? DATETIME_FORMATTER.parse(value) : null;
>        }
>
> And the definition of the DATETIME_FORMATTER is:
>
>        private static final DateTimeFormat DATETIME_FORMATTER =
>            DateTimeFormat.getFormat("yyyy-MM-ddTHH:mm:ss'.'SSSZ");
>
>
Very good, thanks


> During a merge you removed some test classes which allows you to
> execute full feature debug mode.
> I can provide a patch (with these classes) and some instructions if you
> want.
>
>
>
Please do, sorry about that ...

Cheers, Sergey


>
>
> --
> Best regards,
> Tomasz Oponowicz
>

Reply via email to