https://issues.apache.org/bugzilla/show_bug.cgi?id=38821

--- Comment #13 from Yannick Majoros <yannick.majo...@gmail.com> 2011-03-21 
06:17:25 EDT ---
The classpath entry gives a long list of stacktraces in Glassfish 3.1... and I
think Glassfish is right. The classpath entry doesn't reflect the dependencies
documented at http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html . It
is trying to load things which aren't really required (xml-apis.jar, xerces,
...) and would cause problems here. Glassfish complains that those resources
are missing (which is right).

I think the best thing to do is to remove the classpath entry (at least
everything that isn't required). Yes, running fop.jar should imply passing the
correct classpath. You can do that with environment variables or better, batch
/ shell script files if you want.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to