[appengine-java] Re: Failed to compile jsp files.

2011-04-11 Thread Perun Katana
Hi Eric, this is the cause An error occurred at line: -1 in the generated java file Caused by: java.io.IOException: Cannot run program javac.exe: I had the same error and what helped - make sure you run appcfg command with JDK, not just JRE. What I did was - open the appcfg file and make sure

[appengine-java] Re: NoResultException causes rollback transaction why?

2011-03-25 Thread Perun Katana
Hi, according to the JPA spec, the NoResultException should not cause transaction rollback, but seems some JPA implementations of the JPA violate the rule http://forum.springsource.org/showthread.php?t=43547 I was lazy to test it by myself, but at the forum is a way to force specific exceptions

[appengine-java] Re: raise limits for applications

2011-03-24 Thread Perun Katana
://googleappengine.blogspot.com Twitter:http://twitter.com/app_engine Reddit:http://www.reddit.com/r/appengine On Tue, Mar 22, 2011 at 7:17 AM, Perun Katana gabec@yahoo.com wrote: Hi all, I was thinking if there could be a way to raise the limits for applications. My contecern is, that I have

[appengine-java] Re: raise limits for applications

2011-03-24 Thread Perun Katana
Hello Yegor, for my case the requests for large data are done from the client side, the application only refers them. In that point an external storage, objects with fixed URI are more feasible than passing data from blobstorage consuming CPU cycles, blobstorage api calls. Thank you for clearing

[appengine-java] raise limits for applications

2011-03-22 Thread Perun Katana
Hi all, I was thinking if there could be a way to raise the limits for applications. My contecern is, that I have a JNLP application with a nice bunch of libraries included (e.g. jasper reports, etc), which takes the application nicely over 10 MB. The application is built as a Netbeans RPC