Daniel

changed all occurences of ClassLoader.getSystemResource() to ...

-> Thread.currentThread().getContextClassLoader().getResource( resource );

allthough, i am not quite sure whether that is a better approach.


I tend to recomend people do ..

 this.getClass().getClassLoader().getResource()

.. instead of the context classloader stuff.  Somehow it feels cleaner.

- Paul


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



Reply via email to