Did you have any luck resolving this issue? I have a similar one, but occurring when I deploy a Jersey app to GAE. Runs locally but not when deployed. Any suggestions you have will be gratefully received.
Thanks. Elliot Niclas Hedhman wrote: > > Gang, > > I have finally tested to run Qi4j on Google App Engine, without > tweaking in any way; > > java.lang.SecurityException: Unable to get members for class > org.qi4j.library.rdf.entity.EntityStateSerializer > at > com.google.apphosting.runtime.security.shared.intercept.java.lang.Class_$10.run(Class_.java:357) > at > com.google.apphosting.runtime.security.shared.intercept.java.lang.Class_$10.run(Class_.java:347) > at java.security.AccessController.doPrivileged(Native Method) > at > com.google.apphosting.runtime.security.shared.intercept.java.lang.Class_.getMembers(Class_.java:347) > at > com.google.apphosting.runtime.security.shared.intercept.java.lang.Class_.getDeclaredConstructors(Class_.java:192) > at > org.qi4j.runtime.composite.ConstructorsModel.<init>(ConstructorsModel.java:53) > at org.qi4j.runtime.object.ObjectModel.<init>(ObjectModel.java:57) > at > org.qi4j.runtime.bootstrap.ObjectDeclarationImpl.addObjects(ObjectDeclarationImpl.java:68) > at > org.qi4j.runtime.bootstrap.ModuleAssemblyImpl.assembleModule(ModuleAssemblyImpl.java:270) > at > org.qi4j.runtime.bootstrap.ApplicationModelFactoryImpl.newApplicationModel(ApplicationModelFactoryImpl.java:63) > at > org.qi4j.bootstrap.Energy4Java.newApplicationModel(Energy4Java.java:70) > at org.qi4j.bootstrap.Energy4Java.newApplication(Energy4Java.java:76) > > is what I get on the hosted environment, but on the local dev env it > works. > > I will see if I can figure out any security settings that can be tweaked. > > > Cheers > -- > Niclas Hedhman, Software Developer > http://www.qi4j.org - New Energy for Java > > I live here; http://tinyurl.com/2qq9er > I work here; http://tinyurl.com/2ymelc > I relax here; http://tinyurl.com/2cgsug > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > > -- View this message in context: http://www.nabble.com/Google-App-Engine-for-Java-tp23070876p23418104.html Sent from the Qi4j-dev mailing list archive at Nabble.com. _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

