Message5332

Author gturnquist
Recipients Mekk, amak, fwierzbicki, gturnquist
Date 2009-11-30.14:51:00
SpamBayes Score 2.236035e-08
Marked as misclassified No
Message-id <1259592660.69.0.0968813928105.issue1489@psf.upfronthosting.co.za>
In-reply-to
Content
>I don't know the class-loading scenario under which the Spring Security
>problem report was found.

In my situation, I run jython -cp springsecurity.jar myscript.py,
meaning one classloader has jython, another is setup for myscript.py.
springsecurity.jar seems to be accessing the wrong class loader and not
finding a critical class. Changing the classloader breaks jython with
the infinite recursion loop, hence not allowing my script to work.

Is there any way to turn on some jython log flags, so I can submit some
more useful data?
History
Date User Action Args
2009-11-30 14:51:00gturnquistsetmessageid: <1259592660.69.0.0968813928105.issue1489@psf.upfronthosting.co.za>
2009-11-30 14:51:00gturnquistsetrecipients: + gturnquist, fwierzbicki, amak, Mekk
2009-11-30 14:51:00gturnquistlinkissue1489 messages
2009-11-30 14:51:00gturnquistcreate