[appengine-java] google eclipse plugin开发gae,wa r目录不能同步

2010-12-29 Thread EtuO
参照http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google- plugin-for-eclipse.html的官方博客。将一个maven工程改成eclipse热部署。 现在的状态是启动都是ok的,工作目录是:src/main/webapp,启动的目录是:target/your-project-name,访问正 常。 问题是工作目录的文件修改时不能同步到启动目录中去。 例如我在工作目录下修改一个jsp文件,用浏览器访问不能生效,因为启动目录里面文件还没有改变。 那位碰到过这个问题的,指教下。 -- You receiv

Re: [appengine-java] gae不支持事务?

2010-12-16 Thread EtuO
ns throws an exception? >> >> 2010/12/16 kartik kudada >> >>> You can not operate on two entities in single transaction unless both are >>> entity groups. >>> First delete CityNum in one transaction and then delete Schedul

[appengine-java] gae不支持事务?

2010-12-16 Thread EtuO
Caused by: java.lang.IllegalArgumentException: can't operate on multiple entity groups in a single transaction. found both Element { type: "CityNum" name: "013001" } and Element { type: "ScheduleProcess" name: "013001" } at com.google.appengine.api.datastore.DatastoreApiHelper.tra

回复: Re: [appengine-java] Re: Can't save an obj ect into the Datasore (JPA)

2010-12-14 Thread EtuO
看不懂 在 2010-12-14 下午7:29,"Cesar Ruiz" 编写: Hey, thank you for replying. but what exactly do you mean by starting the local environment services, I created the Datastore indexes.xml and Im using the google plugin. I ran the app and it worked but it doesnt create the local_db file, I deployed it to

Re: [appengine-java] Re: Can't save an object into the Datasore (JPA)

2010-12-14 Thread EtuO
you might use new thread! 2010/12/14 Didier Durand > Hi, > > Do you get this on the local dev server n your IDE ? If yes, it comes > become you didn't start the local environnement services: see > http://code.google.com/appengine/docs/java/tools/devserver.html > > On Dec 13, 8:28 pm, kidowell w

[appengine-java] How to set Google App Engine cron job using different interval in different period of time?

2010-12-13 Thread EtuO
How to config a cron job to run every 5 minutes between 9:00am~20:00pm。 -- 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, se