[appengine-java] Re: maven-gae-plugin

2010-12-24 Thread Moritz
Please check the maven-gae-plugin group. There is a thread about this: http://groups.google.com/group/maven-gae-plugin/browse_thread/thread/d65f33bd1c33170/e33b21d3ecbd8338?lnk=gstq=debug#e33b21d3ecbd8338 On 23 Dez., 05:03, Patrick Twohig patr...@namazustudios.com wrote: Hi, I was having

[appengine-java] [SOLVED] Problem with admin pages

2010-09-22 Thread Moritz
For the record: The problem was that I didn't add the application to my app services as described on http://code.google.com/intl/de-DE/ appengine/articles/auth.html at the bottom section. On 20 Sep., 23:25, Moritz mor...@cloudme.org wrote: Hi, I'm trying to use admin pages embedded

[appengine-java] Problem with admin pages

2010-09-20 Thread Moritz
Hi, I'm trying to use admin pages embedded in the Administration Console as described here http://code.google.com/appengine/docs/java/config/ appconfig.html#Administration_Console_Custom_Pages. The menu entry for the admin page is shown correctly, but when I call the page, I get the error:

[appengine-java] Re: Mvenizing GAE/GWT project

2010-09-20 Thread Moritz
Maybe the maven-gae-plugin group would be more helpful. But: In the dependencies section, you should use variables like $ {gae.version} (without quotes). When defining variables in the properties section you should use gae.version1.3.7/ gae.version (without quotes). I'd recommend that you use

[appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-04-19 Thread Moritz
plugin instead. Maven is better anyway - unfortunately not officially supported by Google. Moritz P.S.: I'm using Eclipse on Mac OS X 10.6.3 On 19 Apr., 13:00, Dannemano daniel.hedenst...@gmail.com wrote: Hi, Any updates on the bug? I have the exact same problems and have been unable to fix

[appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-04-04 Thread Moritz
Just to let everyone know: uninstalling the plugin sdk and reinstalling everything worked. -- 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

[appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-04-04 Thread Moritz
… not. again I have the same problem. It always jumps back to Specific SDK '/{project-root}/web' Very annoying. The Google Plugin is definitively broken on my computer and I have no idea how I can fix it. On 4 Apr., 13:31, Moritz mor...@cloudme.org wrote: Just to let everyone know

[appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-04-03 Thread Moritz
the Configure SDKs button, what is the path for the SDK? No matter what I do, the selected SDK is /webgallery-spring/war (wegallery-spring is the name of the project) (!!) It always automatically changes to that setting. As you might guess, there is no SDK at that location. My SDKs are at /Users/Moritz

[appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-04-03 Thread Moritz
Here is a screenshot of the project's appengine settings: http://farm3.static.flickr.com/2801/4486943539_41cbc3abe3_o.png I'm unable to change the settings. After OK the settings aren't saved and the SDK is always the specific SDK, which of course doesn't exist. Moritz. On 29 Mrz., 18:24

[appengine-java] Problem with using Apache HttpClient

2010-03-08 Thread Moritz
) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java: 554) The problem is, that I'm not trying to use SSL. It is a very normal HTTP request (in fact I try uploading a photo to Flickr). Does anyone know how to get rid of this problem? Thank you, Moritz -- You received this message because

[appengine-java] Re: App Engine and Spring slow start up

2010-02-16 Thread Moritz
Yes, I have the same problem, although it doesn't happen every time. Unfortunately, I don't have a fix for this problem. My application uses a scheduled task to update the cache every 5 minutes - this task fails every time with a HDEE, and I didn't have the time to optimize it yet - maybe both

[appengine-java] Re: Problem with Junit Test with JDO

2010-02-13 Thread Moritz
Not sure if you tried already, but I removed the file:/C:/Users/ Timofey.NovaBigBook-PC/Documents/Eclipse/Horoscope/war/ WEB-INF/lib/datanucleus-jpa-1.1.5.jar (the workspace file) from the build path and then all tests were successful. On 13 Feb., 07:07, Timofey Koolin timo...@koolin.ru wrote: I

[appengine-java] Re: Problem with Junit Test with JDO

2010-02-13 Thread Moritz
Not sure if you tried already, but I removed the file:/C:/Users/ Timofey.NovaBigBook-PC/Documents/Eclipse/Horoscope/war/ WEB-INF/lib/datanucleus-jpa-1.1.5.jar (the workspace file) from the build path and then all tests were successful. On 13 Feb., 07:07, Timofey Koolin timo...@koolin.ru wrote: I

[appengine-java] Re: Problem with Junit Test with JDO

2010-02-13 Thread Moritz
Remove datanucleus-appengine-1.0.5.final.jar from your build path, but leave it in the WEB-INF/lib folder. On 13 Feb., 07:07, Timofey Koolin timo...@koolin.ru wrote: I use eclipse. I create new project for create Junit tests of my GAE application, add my gae application in

[appengine-java] Re: Problem with Junit Test with JDO

2010-02-13 Thread Moritz
Remove datanucleus-appengine-1.0.5.final.jar from your build path, but leave it in the WEB-INF/lib folder. On 13 Feb., 07:07, Timofey Koolin timo...@koolin.ru wrote: I use eclipse. I create new project for create Junit tests of my GAE application, add my gae application in

[appengine-java] Question on request duration / quota / HardDeadlineExceededError

2010-02-08 Thread Moritz
and reliable option. Any suggestions? Thanx, Moritz -- 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, send email to google

[appengine-java] Datastore migration

2010-02-02 Thread Moritz
. Bummer. Luckily, that application is not really in production, so it is not a fatal loss. However, I'm wondering how such migration is usually done. - How do I backup my datastore? - How do I run migration scripts (in my case =servlet)? Thank you, Moritz -- You received this message because you

[appengine-java] Question: best practice to persist medium-large data?

2010-01-25 Thread Moritz
. Thank you, Moritz -- 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, send email to google-appengine-java+unsubscr