when in dev mode wicket tries to monitor resources for changes so it
can evict them from cache - thus in dev mode resources are reloaded as
you edit them without you having to redeploy the app.

not sure you can do anything about the message...just disable the
logger for that class/package...

-igor


On Fri, Feb 29, 2008 at 1:14 PM, robert.mcguinness
<[EMAIL PROTECTED]> wrote:
>
>  I have a class => public class WorkspaceResourceStream extends
>  org.apache.wicket.util.resource.AbstractResourceStream
>
>  and wicket throws info message =>15:58:03.004 [http-8080-3] INFO
>  o.a.w.util.watch.ModificationWatcher - Cannot track modifications to
>  resource
>
>  I understand its just informational, but what exactly is Wicket trying to
>  track?  How can I suppress the message (besides changing the log level).
>
>  Any help would be appreciated.
>
>  - rob
>  --
>  View this message in context: 
> http://www.nabble.com/ModificationWatcher---Cannot-track-modifications-to-resource-tp15767480p15767480.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to