Richard Sweeney wrote: > I'm using SilverStream and am attempting to instaniate the Driver with the > following: > > Driver driver = new Driver(); > > however when I try this I get the following: > > java.lang.NoSuchMethodError > at org.apache.fop.apps.Driver.getParserClassName(Unknown Source)
This looks like there is an old/incompatible XML parser library in the classpath which does not support SAX2, as you already suspected. Ask the SilverStream customer support for help. You can also try to disable the JIC temporarily so that you get the line number rather than "Unknown Source". Also look hard whether you can spot which method is actually missing (should be SAXParser.getXMLReader()) J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
