[appengine-java] Re: Problems in deployment

2011-02-15 Thread bgood
Same for me. This happened after updating an app thats been running peacefully for many months to 1.4.2 . Anxiously awaiting a solution. -- 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

[appengine-java] java security exceptions from previously working app

2010-03-04 Thread bgood
I just reuploaded an app that I is working locally (and has been working fine live for a while) and I'm getting two different security related errors in different areas of the app. java.lang.SecurityException: Unable to get members for class ... and java.lang.SecurityException: SHA1 digest error

[appengine-java] Re: java security exceptions from previously working app

2010-03-04 Thread bgood
with the gae, but some weirdness happening in my eclipse plugin/installation. On Mar 4, 11:48 am, bgood ben.mcgee.g...@gmail.com wrote: I just reuploaded an app that I is working locally (and has been working fine live for a while) and I'm getting two different security related errors

[appengine-java] Re: java security exceptions from previously working app

2010-03-04 Thread bgood
but there it is. On Mar 4, 1:36 pm, bgood ben.mcgee.g...@gmail.com wrote: It looks like the problem for both errors was that I had a dependent class from jdom.jar that was not included when I deployed the app.  My bad, bizarre though.  It was there on my classpath in eclipse, was there in my WEB

[appengine-java] Re: cron query

2009-09-16 Thread bgood
Thanks for the responses, I had ended up with this one (from Raphael) before I posted - just seems a bit inelegant to have to poll every minute when you know the desired times in advance. On Sep 16, 2:08 am, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: On Wed, Sep 16, 2009 at 6:53

[appengine-java] Re: How to grow your data model over the long term

2009-09-15 Thread bgood
Purely from experimenting with this (if anyone can identify a reference to a good doc that would be great) I've succeeded with the just add the new fields approach described above. The hiccups I've experienced are that you have to use nullable types for your new properties (e.g. an int won't

[appengine-java] maximum URL length

2009-09-09 Thread bgood
What is the maximum length of a URL on app engine ? --~--~-~--~~~---~--~~ 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

[appengine-java] Re: maximum URL length

2009-09-09 Thread bgood
Based on a quick experiment it seems to be 2072 . Is this an adjustable parameter ? On Sep 9, 9:24 am, bgood ben.mcgee.g...@gmail.com wrote: What is the maximum length of a URL on app engine ? --~--~-~--~~~---~--~~ You received this message because you

[appengine-java] Re: After upgrade to Java SDK 1.2.5 Key property saved but retrieved as null

2009-09-06 Thread bgood
OK, but why would this behavior be happening inconsistently across his (and probably others) application? On Sep 5, 7:06 pm, Max Ross maxr+appeng...@google.com wrote: Key is not in the default fetch group because it is an appengine-specific class.  The JDO spec doesn't know anything about app

[appengine-java] Re: JasperReports on GAE

2009-09-04 Thread bgood
(nor iText) shouldn't depend on AWT classes, so this dependency is a bit strange, and perhaps can be fixed by them. On Sep 4, 12:16 am, bgood ben.mcgee.g...@gmail.com wrote: We had the same problem but ended up hosting the report generator on a separate server.  If you figure it out, please

[appengine-java] this group is being copied on a blog

2009-09-04 Thread bgood
I don't know what the owners of the group think about this, but it seems wrong to me. All of the messages posted to this list are appearing on this guys blog unmodified. See http://cng1985.blogspot.com/2009/09/appengine-java-re-jasperreports-on-gae_04.html

[appengine-java] Re: Inheritance in JDO

2009-09-03 Thread bgood
Does anyone know if this was fixed in the 1.2.5 SDK release announced today ? (based on the status of the datanucleus-appengine/issues/list I would guess no.) I'd really like to start using JDO inheritance when it comes available. --~--~-~--~~~---~--~~ You

[appengine-java] Re: JasperReports on GAE

2009-09-03 Thread bgood
We had the same problem but ended up hosting the report generator on a separate server. If you figure it out, please post here about how to do it! Its really the only critical piece of our code that we can't move into this particular cloud. Its the only reason we are considering alternative