[appengine-java] Cloud based teaching system

2010-06-24 Thread Jeevan
Hello, This is Jeevan and Vijay.We are from India. We are 2010 passing out computer science engineering graduates. We worked on Google App Engine during our final year Engineering Project called Cloud based teaching system i.e., cloud computing technology. We are well versed with Google App Engine

[appengine-java] Re: Local Persistance of Data

2010-06-24 Thread Prateek
Hello Ian and John, Thanks a lotz guys. I guess i found the solution. Will go home and try it. we need to include a exclude pattern in our struts.xml constant name=struts.action.excludePattern value=/_ah/.*/ @ lisandrodc I guess that should solve our problem. Below link would help you.

[appengine-java] Key command to restart dev server in eclipse?

2010-06-24 Thread Mark
Hi, I'm using eclipse for development. Is there a way we can bind restarting the dev server to a key command? I find it takes a bit of time to restart manually, especially when using a laptop trackpad! Thanks -- You received this message because you are subscribed to the Google Groups Google

[appengine-java] java.lang.NoClassDefFoundError: org/apache/log4j/xml/DOMConfigurator

2010-06-24 Thread hector
Deployed a minor change to my app and got this error. No dependencies changed in my pom. C 06-24 09:19AM 49.700 Uncaught exception from servlet java.lang.NoClassDefFoundError: org/apache/log4j/xml/DOMConfigurator at

[appengine-java] Netbeans Support for App Engine. Error encountered.

2010-06-24 Thread jayati
http://rocky.developerblogs.com/tutorials/getting-started-google-app-engine-netbeans/ I did all that was mentioned in this tutorial but am repeatedly getting this error. [java] Exception in thread “main” java.lang.UnsupportedOperationException [java] at java.util.AbstractList.add(libgcj.so.10)

[appengine-java] Re: Servlet filter does not work POST

2010-06-24 Thread Rahul Ravikumar
No filters do work with POST requests at 1.3.4 On Jun 23, 4:24 am, Mouseclicker jens.h...@googlemail.com wrote: HI, is there any reason (or known issue) that a configured servlet filter is only called for GET requests? With the filters something was fixed for 1.3.3.1 release, but I am

[appengine-java] Re: Local Persistance of Data

2010-06-24 Thread Prateek
Hello @ IAN @ JOHN @ lisandrodc I just try the changes. We need to work out a few more changes. we need to make changes on web.xml with respect to the filter-class. that has been changed from org.apache.struts2.dispatcher.FilterDispatcher to

[appengine-java] Re: Servlet filter does not work POST

2010-06-24 Thread Mouseclicker
I found out that POST filters only don't work if the post request comes from an _ah/upload request. On Jun 23, 1:24 pm, Mouseclicker jens.h...@googlemail.com wrote: HI, is there any reason (or known issue) that a configured servlet filter is only called for GET requests? With the filters

[appengine-java] Re: Local Persistance of Data

2010-06-24 Thread lisandrodc
Hi Prateek. First thanks, but I don´t solve my local data problem. Now, my struts.xml is: ?xml version=1.0 encoding=UTF-8 ? !DOCTYPE struts PUBLIC -//Apache Software Foundation//DTD Struts Configuration 2.0//EN http://struts.apache.org/dtds/struts-2.0.dtd; struts constant name=struts.devMode

[appengine-java] java.lang.VerifyError when using Eclipse, locally testing servlets, integrating Wave and Visualization

2010-06-24 Thread Paul Gestwicki
I encountered something very strange, and I cannot find mention of it on this group or elsewhere. Here is the stack trace: java.lang.VerifyError: (class: org/datanucleus/TransactionImpl, method: internalPreRollback signature: ()V) Accessing value from uninitialized register 5 at

[appengine-java] Re: Google Plugin for Eclipse 3.6 is now available

2010-06-24 Thread Philippe Marschall
On Jun 23, 11:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6.  Install it with Eclipse 3.6's new Eclipse Marketplace feature by going to Help Eclipse Marketplace, and search for Google Plugin for Eclipse.