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
