[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=gst&q=debug#e33b21d3ecbd8338 On 23 Dez., 05:03, Patrick Twohig wrote: > Hi, > > I was having difficulty debugging my ap

[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 wrote: > Hi, > > I'm trying to use admin pages embed

[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 "1.3.7" (without quotes). I'd recommend that you use the latest version of t

[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 . The menu entry for the admin page is shown correctly, but when I call the page, I get the error: "Err

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

2010-04-19 Thread Moritz
gin and use the Maven 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 wrote: > Hi, > > Any updates on the bug? I have the exact same problems and have been &g

[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 wrote: > Just to let everyone know:

[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 unsubscrib

[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&#

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

2010-04-03 Thread Moritz
ck 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

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

2010-03-28 Thread Moritz
I have the same problem: "The App Engine SDK '/{project-root}/war' on the project's build path is not valid" where "{project-root} is the root directory of my project. When I create a new project, this error does not occur, but I cannot spot any differences in the configuration files of both projec

[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 becau

[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 iss

[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 wrote: > I use eclipse. I create new project for create Junit tests of my GAE > application, add my gae application in JavaBuildPath/Project. Than i > copy

[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 wrote: > I use eclipse. I create new project for create Junit tests of my GAE > application, add my gae application in JavaBuildPath/Project. Than i > copy

[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 wrote: > I use eclipse. I c

[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 wrote: > I use eclipse. I c

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

2010-02-09 Thread Moritz
  > after 20 seconds and saves the last object processed and then kicks   > off a new task to continue processing. > > My original solution caught the DEE and then cleaned up but this   > stopped working reliably. > > On 9 Feb 2010, at 01:22, Moritz wrote: > > > &

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

2010-02-08 Thread Moritz
ched. But I'd prefer a better, more predictable 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.

[appengine-java] Datastore migration

2010-02-02 Thread Moritz
ld and half new. 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

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

2010-01-25 Thread Moritz
ate Blob data; ... } I hope this all isn't too confusing. Any help or suggestions are highly appreciated. 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