Message4046

Author cgroves
Recipients cgroves, doublep
Date 2009-01-14.16:59:27
SpamBayes Score 0.0874932
Marked as misclassified No
Message-id <1231952368.1.0.0164777941868.issue1231@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by our inclusion of a renamed xerces in Jython that
includes its META-INF/services/javax.xml.parsers.DocumentBuilderFactory
without renaming the class specified in there.  To make this work, we'll
either need to strip out all the META-INF/services classes when
including xerces, or we'll need to change the names of the classes in them.
History
Date User Action Args
2009-01-14 16:59:28cgrovessetmessageid: <1231952368.1.0.0164777941868.issue1231@psf.upfronthosting.co.za>
2009-01-14 16:59:28cgrovessetrecipients: + cgroves, doublep
2009-01-14 16:59:27cgroveslinkissue1231 messages
2009-01-14 16:59:27cgrovescreate