[appengine-java] Problems uploading to app engine

2011-05-30 Thread Ryan
I'm a developer on the application ridersofgilead, but when I try to
use the toolbar inside eclipse to deploy the application I get this
error

Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/create?app_id=ridersofgileadversion=3;
404 Not Found
This application does not exist (app_id=u'ridersofgilead').


But when I run appcfg.sh update war and provide my email address and
password at the script prompts it uploads correctly.

If it matters the application is registered under a google apps domain
and my email address is under a seperate google apps domain.


Ryan

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Disable Eclipse DataNucleus Enhancer from maven-eclipse-plugin?

2011-03-25 Thread Ryan Peden
You could try removing the maven-datanucleus-plugin section the
plugins section of your project's pom.xml. Try commenting it out first
to make sure your project builds as expected without it there. :)

On Mar 23, 8:26 pm, Philippe Beaudoin philippe.beaud...@gmail.com
wrote:
 Hi!

 My project uses Objectify and therefore does not need the DataNucleus
 Enhancer to run. Running it is long and causes some nasty error popups in
 Eclipse. I usually disable it via:
   Right click on project  Properties  Builders
 Where I uncheck Enhancer.

 However, my project uses Maven and the eclipse project files is not part of
 my development artifacts. I'd therefore like to configure the
 maven-eclipse-plugin to automatically disable this builder. Unfortunately,
 all my experiments have failed. Any idea if this is possible?

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Trying to page through all children of an entity

2011-01-05 Thread Ryan Sims
On Thu, Jan 6, 2011 at 12:32 AM, Didier Durand durand.did...@gmail.com wrote:
 Hi,

 Don't see the code snippet in the page that you quote: it seems that I
 get another version of the page when i use your url.

Looks like the docs changed between then and now, probably coincident
with the 1.4.1 release.

 I would guess that your issue comes from the '-' interpreted as
 operand minus in the query.

I gathered as much from the exception, yes. Glancing through the new
docs, it looks like the question is moot, since the snippet I quoted
no longer appears. For now I'm explicitly storing the parent's id in
the child, which seems to work just fine. Though it looks like a
mappedBy annotation would also do the trick.

--
rwsims

 regards
 didier

 On Jan 5, 9:01 pm, decitrig rws...@gmail.com wrote:
 In JDO, I'm trying to get all the ImportVendor entities that are children of
 a specific ImportSession entity, which has a SetImportVendor. I want to
 page through them using query cursors. I've tried the following, based on
 the docs:

     Query children = pm.newQuery(ImportedVendor.class);
     children.setFilter(parent-pk == keyParam);
     children.declareParameters(Long keyParam);
     ListImportedVendor vendors = (ListImportedVendor)
 children.execute(page.getSession().getId());

 I get an UnspportedDatastoreOperatorException saying that AppEngine doesn't
 support the - operator.

 What am I doing wrong?

 Athttp://code.google.com/appengine/docs/java/datastore/transactions.htm...,
 there's this snippet:
 query = pm.newQuery(select from Account  +
                                 where parent-pk == keyParam  +
                                 parameters Key keyParam);

 Does this snippet actually work? I feel like I'm doing exactly the same
 thing, and getting an exception. How do I specify a parent key in a query?

 --
 rwsims

 --
 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...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] GAE Plugin not working.

2010-01-11 Thread Ryan Feeney
I recently installed Windows 7 onto my lap top. I was previously using
eclipse with the GAE plugin without any problems. Since installing
Windows 7, each time I install the GAE plugin it is displayed on the
workspace and works properly, until I re-open eclipse. At which point
the plugin is missing from the workspace and all areas which I should
be given GAE options are missing (For example run configurations). I
have tried re-installing the plugin many times with the same result.

Has anyone experienced this?

Thanks for any advice.
-- 
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...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.