[appengine-java] Re: java.lang.IllegalStateException: Found a jar file too large to

2011-10-24 Thread Sudhakar Abraham
Get the answer from error message itself. Enable jar splitting command in appengine-java-sdk-1.5.0.1. Try the below steps S. Abraham www.DataStoreGwt.com Persist objects directly in Google App Engine 1. Go to Google App engine sdk directory through command prompt Ex: your_drive\Program

[appengine-java] Re: ThreadLocal seems not to be working sometimes

2011-10-24 Thread Jonathan Nash
I am seeing this issue and my ThreadLocal is static and final. I am using 1.5.5. public abstract class GaeApplication extends com.vaadin.Application implements HttpServletRequestListener { private static final ThreadLocalGaeApplication appReference = new