[appengine-java] Re: I got error: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! access denied (java.lang.RuntimePermission getClassLoader)

2009-09-02 Thread Thai
Because I cannot attach files, I copy and paste the errors here: # 1. 09-02 11:16PM 02.693 /index.jsf 500 4472ms 6319cpu_ms 0kb Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090809 Firefox/3.5.2 (Swiftfox),gzip(gfe) See details 68.196.94.203 - - [02/Sep/2009:2

[appengine-java] Re: I got error: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! access denied (java.lang.RuntimePermission getClassLoader)

2009-09-03 Thread Toby Reyelts
It looks like ajax4jsf is making a call to ClassLoader.getSystemClassLoader, which is not allowed by GAE. A reasonable alternative is for it to fall back to another ClassLoader such as the thread context ClassLoader, it's own ClassLoader, or the caller's ClassLoader. at java.lang.SecurityMa