views:

49

answers:

0

Jaxb Context initialization takes more then the request time quota in appenigne. Its failing even with 200 jaxb classes.

All my efforts have been futile. I tried speeding up Jaxb initialization with some System Properties.

I even wrote a separate servelet which just inits the jaxb context but that too didn't help.

Its working fine in eclipse env, but fails in appengine production.

Is there a way to do preinit of appengine during loading requests. This preinit time should not be added to appengine request quota of 30 seconds.