Antwort: sealing violation

2002-01-17 Thread uwe . heldt
oeSch" de> Kopie: Thema: sealing violation

sealing violation

2002-01-17 Thread JoeSch
when i inilized the driver with Driver driver = new Driver(input.getInputSource(), os); input from type XSLTInputHandler os from type OutputStream follow Exception was throw java.lang.SecurityException: sealing violation what is the problem? thanks joe

sealing violation

2001-11-12 Thread Isana Luzia Seabra Campos
Hello, I am starting to develop with fop. I 've just compiled an example from xml.apache.org/fop/embedding.html on Forte for java, but I couldn't run it . It's because an error: Exception in thread "main" java.lang.SecurityException: sea

RE: java.lang.SecurityException: sealing violation

2001-06-29 Thread Williamson, James
Title: RE: java.lang.SecurityException: sealing violation If I remember rightly a sealing violation is thrown when you're using a package which is 'sealed' (the manifest specifies that all classes from that package must be loaded from that library). Are you sure you're no

java.lang.SecurityException: sealing violation

2001-06-28 Thread Cannon, Scott
Any idea why I would get this error: java.lang.SecurityException: sealing violation when executing the following: import java.io.*; import org.apache.fop.apps.*; import org.w3c.dom.*; import org.xml.sax.*; public class testing2 { public static void main(String[] args