[appengine-java] datastore - order by query in a many to many model

2011-10-03 Thread gabriel munteanu
Hi, I have the following model [pseudo code]: db.Model("podcast", { name: StringProperty, description: TextProperty, homePageURL: StringProperty, addedDate: DateProperty }); db.Model("category", { name: StringProperty, podcastsNumber: IntegerProperty }); db.Model("podcastcateg

[appengine-java] Re: dev_appserver.sh to allow restricted classes

2011-07-17 Thread gabriel munteanu
Hi, I want to debug a js application in rhino on appengine. on localhost, i want to debug it with rhino's debugger, but i cannot as it uses a jframe class for the window&stuff, and dev_appserver.sh spits an error with restricted class. is there a flag or any other way to load restricted classes o

Re: [appengine-java] local dev server flag to have the same sandbox as the prod server

2011-04-14 Thread gabriel munteanu
, 2011 at 1:32 AM, Don Schwarz wrote: > Can you file an issue in our issue tracker with the full stack trace and > ideally a pointer to the relevant code? > http://code.google.com/p/googleappengine/issues/list > Thanks, > Don > > On Wed, Apr 13, 2011 at 5:20 PM, gabriel munteanu

[appengine-java] local dev server flag to have the same sandbox as the prod server

2011-04-13 Thread gabriel munteanu
Hi, I have an application that uses htmlparser.jar from here: http://about.validator.nu/htmlparser/ well, it works fine on my local server, but in production says it cannot be loaded: JavaException: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) I u

[appengine-java] Re: index stuck in "Building" status

2010-10-26 Thread gabriel munteanu
after more digging, i guess it was due to changing versions in the admin interface while indexes were building up. after a new deploy on the same version, it was all ok in 1 minute. On Tue, Oct 26, 2010 at 7:18 PM, gabriel munteanu wrote: > Hi, i have appid ringojsblog, and there are 2 inde

[appengine-java] index stuck in "Building" status

2010-10-26 Thread gabriel munteanu
Hi, i have appid ringojsblog, and there are 2 indexes with status "Building" for over half an hour. i have ~ 20 entities, that is all. Thank you in advance -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, sen

Re: [appengine-java] Configuring AName

2010-10-12 Thread gabriel munteanu
imho you can associate domains with your app only through the appengin admin interface. from your email i guess you try to make a subdomain per user registered with your site. that would be great, but i don't think it will work. On Tue, Oct 12, 2010 at 1:12 PM, Davide Cerbo wrote: > Hi everyone,