Oops - fixed a place where a potential NPE could crop up and adjusted JavaDoc: http://jsecurity.svn.sourceforge.net/viewvc/jsecurity/trunk/src/org/jsecurity/util/ClassUtils.java?revision=762&view=markup
On Thu, Jul 17, 2008 at 5:43 PM, Les Hazlewood <[EMAIL PROTECTED]> wrote: > In light of our logging discussion explaining how ClassUtils would fail in > some cases, I made some adjustments: > > > http://jsecurity.svn.sourceforge.net/viewvc/jsecurity/trunk/src/org/jsecurity/util/ClassUtils.java?revision=761&view=markup > > This should work in the large majority of cases, including OSGi > environments, unless I'm blatantly missing something. I've modified a few > parts of code so that the only places that really rely on ClassUtils for > class loading are to support reflection in text-based configuration > environments and resource loading. Should work well enough... > > Les >
