Hello,
When I try to startup on Google Appengine an application that uses the
Induction Framework I get the following exception:
javax.servlet.UnavailableException: java.lang.SecurityException:
Google Apphosting only supports custom ClassLoaders that derive from
ClassLoader or URLClassLoader, not SecureClassLoader.
This problem has already been reported (
http://groups.google.com/group/
induction-framework/browse_thread/thread/733d47d9bc313b1). However, in
response it has been said (in 2009):
> That said I could Induction classloader could easily have extended
> ClassLoader instead of SecureClassLoader, in fact I think it would be nice
> if I let you choose it that would not be difficult as I think about. OK I
> will do it after the current 2 features I am working on.
Does this feature is available in the Induction Framework version
1.5.1b?