Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] eclipse complains about jetty-mdc-handler.xml

Fixed.

https://github.com/jetty-project/jetty-webapp-logging/blob/master/src/main/config/etc/jetty-mdc-handler.xml

You'll want <Ref refid="oldhandler"> 


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Tue, Oct 28, 2014 at 4:17 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Tue, Oct 28, 2014 at 12:12 PM, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
>
> hi,
>
> my Eclipse IDE complains that there is a problem with one of the Jetty xml files.
>
> It says that in file jetty-mdc.handler.xml, line 12
>
> "Attribute value "oldhandler" of type ID must be unique within the document"
>
> I assume that the correct attribute name should be refid instead of id.

Correct.

> I am pretty sure the MDC Handler works anyway but perhaps we should fix this in the next release.
>
> I know this is pretty insignificant but shall I open a bug about it?

I am not aware of such XML file in Jetty.
Is this project specific, or ... ?
Where does it come from ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top