2009/4/9 Scott Hernandez <[email protected]> > > Yeah, there seem to be some problems. I was mostly asking about the > status of integration. But I gave it a run and tried to get it working > myself from the last 2.0 beta release. > > java.security.AccessControlException: access denied > (java.lang.RuntimePermission getClassLoader) > at java.security.AccessControlContext.checkPermission(Unknown > Source) > at java.security.AccessController.checkPermission(Unknown Source) > at java.lang.SecurityManager.checkPermission(Unknown Source) > at java.lang.ClassLoader.getSystemClassLoader(Unknown Source) > at com.google.inject.internal.BytecodeGen.getClassLoader > (BytecodeGen.java:123) > at com.google.inject.internal.BytecodeGen.getClassLoader > (BytecodeGen.java:116) > at com.google.inject.internal.BytecodeGen.newFastClass > (BytecodeGen.java:143) > at com.google.inject.DefaultConstructionProxyFactory$2.<init> > (DefaultConstructionProxyFactory.java:73) > at com.google.inject.DefaultConstructionProxyFactory.get > (DefaultConstructionProxyFactory.java:71) > at com.google.inject.ProxyFactory.createConstructionProxy > (ProxyFactory.java:85) > at com.google.inject.ProxyFactory$1.apply(ProxyFactory.java:62) > at com.google.inject.ProxyFactory$1.apply(ProxyFactory.java:60) > ... > > It is strange, but I think someone might have got to this already in > trunk. I will try building from there, and fixing or reporting the > problems as they come :) >
yes the Google App Engine has a strict security manager - it also doesn't allow you to create threads btw, this exception should be fixed in trunk ( http://code.google.com/p/google-guice/issues/detail?id=336) > On Apr 8, 8:03 pm, "Dhanji R. Prasanna" <[email protected]> wrote: > > It should work, have you noticed any problems? > > > > On Thu, Apr 9, 2009 at 12:39 PM, Scott Hernandez > > <[email protected]>wrote: > > > > > > > > > Is there any support on GAE now that java is supported? If so, are > > > there caveats or concerns while running under GAE? If not, why; is > > > there another DI framework in play? > > > > > Thanks in advance, > > > Scott > > > -- Cheers, Stuart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
