Hi ! I have a problem with JAXB context initialization. After some of my model optimization the local development server takes to start up (JAXBContext initialization included) about 7 seconds (as unit test it takes 1 second only. My CPU 3.06 GHz Core 2 Duo - GAE 1.3.1). However, on App Engine it takes still more than 30s quota limit thus I'm not able to start it up. It's about 300+ java classes. I have setup the following as well <property name="com.sun.xml.bind.v2.runtime.JAXBContextImpl.fastBoot" value="true"/> I locally did some measurement by profiler and the most expensive operation was the following: com.google.appengine.tools.development.DevAppServerFactory CustomSecurityManager.checkPermission(java.security.Permission) Total Time: 4 973 ms Calls: 86332
Could you, please, point me out where could be a problem? What can I do make it run on GAE? Thanks, Aurel. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.