Re: NullPointer in setupDefaultMappings in embedded FOP

2004-01-23 Thread Angus McIntyre
At 1:05 +0100 21.01.2004, J.Pietschmann wrote: Angus McIntyre wrote: I get the following error: Exception in thread main java.lang.NullPointerException at org.apache.fop.apps.Service.providers(Driver.java:597) It's a class loader problem, most likely related to a security violation

NullPointer in setupDefaultMappings in embedded FOP

2004-01-20 Thread Angus McIntyre
I'm writing a Java application which uses embedded FOP to convert XML to PDF. My code is based on ExampleXML2PDF (which does the XSLT transformation internally), and I'm running FOP 0.20.5 under Java 1.4.1 on a MacOS X machine. I get the following error: Exception in thread main