Re: [T4m4] java.lang.SecurityException

2000-11-09 Thread satan
>[EMAIL PROTECTED] wrote: > >> I am trying to run T4m4 with my webapp and I am receiving a >> >> java.lang.SecurityException : sealing exception >> >> This is because my servlet is trying to instantiate a singleton object >> in the webapp that reads its config info from a file on the classpath >>

Re: [T4m4] java.lang.SecurityException

2000-11-09 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > I am trying to run T4m4 with my webapp and I am receiving a > > java.lang.SecurityException : sealing exception > > This is because my servlet is trying to instantiate a singleton object in > the webapp that reads its config info from a file on the classpath using a > m

[T4m4] java.lang.SecurityException

2000-11-08 Thread satan
I am trying to run T4m4 with my webapp and I am receiving a java.lang.SecurityException : sealing exception This is because my servlet is trying to instantiate a singleton object in the webapp that reads its config info from a file on the classpath using a mildy modified version of the XML ma