Re: [appengine-java] I created a JUnit runner for the Production Server.

2010-05-12 Thread Yasuo Higa
Thanks bufferings, Slim3 uses Kotori Web JUnit Runner. The demo site is here: http://104.latest.slim3demo.appspot.com/ktrwjr/index.html Thanks, Yasuo Higa -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group,

[appengine-java] Re: multiple applications one data store

2010-05-12 Thread Houston startup coder
You simply deploy another app under a different "version" and it will use the same datastore: http://code.google.com/appengine/docs/java/config/appconfig.html This ability was mentioned in the following blog post: http://googleappengine.blogspot.com/2009/06/10-things-you-probably-didnt-know-abou

[appengine-java] Re: Safe Harbor & DPA compliant incremental backups of datastore

2010-05-12 Thread Mandla
I;m wairing for this, If anyone knows how to do it, please tell me. -- 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 e

[appengine-java] Re: Extremely annoying error 203 - please help!!!

2010-05-12 Thread Sekhar
Thanks, yes - this error is no longer appearing now. The task executes some JPA operations, and I'm listening for timeouts and continuing the operation in another call if necessary (occasionally, it processes many entities, so can last a while). I'm still getting the below two errors however: (1)

[appengine-java] Re: is createFederatedLoginURL() working?

2010-05-12 Thread Robert Lancer
Me too, some documentation would be helpful. On May 12, 4:54 am, antichrist wrote: > I also trying to use this. > > In my case, I want to log in via my apps domain id (ex: > exampl...@example.com), So > > HashSet attributes = new HashSet(); > attributes.add("openid.mode=che

[appengine-java] Re: is createFederatedLoginURL() working?

2010-05-12 Thread Robert Lancer
Needs more docs for this. On May 12, 4:54 am, antichrist wrote: > I also trying to use this. > > In my case, I want to log in via my apps domain id (ex: > exampl...@example.com), So > > HashSet attributes = new HashSet(); > attributes.add("openid.mode=checkid_immediate"); >

[appengine-java] Re: Viewing Emails in dev using log4j

2010-05-12 Thread Eurig Jones
No. It would be great if someone could shed some light on the issue. On May 12, 9:52 pm, Stevko wrote: > Eurig - Did you find it? Its probably not log4j due to app engine > using java.util.logging.Logger technology. > > I am also interested in where this log file is. I'm using Eclipse > which is

Re: [appengine-java] Billed CPU time by far too high

2010-05-12 Thread Paul Hammant
Many of us sit in limbo Jeff. We're waiting for cold-start, start-up, and billing and general 'cloud' concerns to be assuaged before we push clients towards this stack. Thus something that is free now, is useful experience when considering the huge deployments to GAE/J. - Paul On Wed, May 12, 2

Re: [appengine-java] Re: Google maps geocoder responds with 620 error since server maintenance

2010-05-12 Thread Ikai L (Google)
Can you send us your API key that's getting throttled? -- 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 goog

[appengine-java] Re: Viewing Emails in dev using log4j

2010-05-12 Thread Stevko
Eurig - Did you find it? Its probably not log4j due to app engine using java.util.logging.Logger technology. I am also interested in where this log file is. I'm using Eclipse which is monitoring the log output and see nothing there. Is there another log I'm unaware of? I would assume it would be i

Re: [appengine-java] Billed CPU time by far too high

2010-05-12 Thread Jeff Schnitzer
Are you really getting upset over some arbitrary numbers on a service you aren't even paying for? Jeff On Wed, May 12, 2010 at 4:58 AM, Henning Dierolf wrote: > Hi Ikai, > >>> it's also possible that you were being *underbilled* previously and that >>> we've corrected billing information. > > th

Re: [appengine-java] Re: Billed CPU time by far too high

2010-05-12 Thread Ikai L (Google)
Yes, you've misunderstood me. You're also certainly welcome to build your application on a competing platform. We'd welcome the feedback as well as an apples-to-apples cost comparison. I'll point out, though, that 1.3 CPU hours a day incurs no cost. You'd have the same issue on any other platform p

[appengine-java] Re: Google maps geocoder responds with 620 error since server maintenance

2010-05-12 Thread fit.mag...@gmail.com
I, too, have seen recent 620s, using from python as well. I've even added 1 second delays between my requests to try and mitigate this - but it has not helped. FWIW, a few times a day this does not happen - but the vast majority of the time, this is a problem. C On May 9, 12:32 pm, culov wrot

Re: [appengine-java] Re: Google maps geocoder responds with 620 error since server maintenance

2010-05-12 Thread Jason (Google)
Hi culov. I believe this was largely addressed on Monday. Please let me know if you continue to see any other geocoding problems, and, if possible, include your Maps API key (you can send this to me privately if you prefer). - Jason On Sun, May 9, 2010 at 12:32 PM, culov wrote: > app engine ser

[appengine-java] I created a JUnit runner for the Production Server.

2010-05-12 Thread bufferings
hi I'm bufferings. I created a JUnit runner which can run tests on the Production Server and the Development Server. The name of the application is Kotori Web JUnit Runner. The shortened name is ktrwjr. ktrwjr is a JUnit runner web application for GAE/j. It helps to run your tests on the Producti

[appengine-java] Re: Is there an equivalent of Python GeoModel project in Java?

2010-05-12 Thread Mixa
Hi, "geocellsP" is taken from code example in HowToUseGeocell.java (in commented code). I'm a newbe with GAE, and solving puzzles like that makes me upset. For example 'Query' was commented, and I even not sure if I imported right Query class (had after uncommenting code) - eclipse suggested sever

[appengine-java] Re: Billed CPU time by far too high

2010-05-12 Thread Peter Ondruska
Henning, you must have misunderstood Ikai’s answer :-) You were given discount previously and now you are billed as others ;-) On May 12, 1:58 pm, Henning Dierolf wrote: > Hi Ikai, > > >> it's also possible that you were being *underbilled* previously and that > >  we've corrected billing informa

[appengine-java] Re: composit primary key issue

2010-05-12 Thread datanucleus
> Built-in object id classes not working in Google data store, Well they are working fine actually ... but as I already said you're using more than 1 field and THERE IS NO BUILTIN object id for composite id. > we worked as example given in the fallowing url > http://www.datanucleus.org/products/a

[appengine-java] Re: composit primary key issue

2010-05-12 Thread aptest1 actiprocess
Hi Timofey, Any workaround without disturbing data store. thanks On May 12, 1:46 pm, Timofey Koolin wrote: > You can combine two fields in one string-field and use it as String PK > > On 11 май, 14:14, aptest1 actiprocess wrote: > > > > > > > We are unable to use two fileds as the compisit pr

[appengine-java] Re: composit primary key issue

2010-05-12 Thread aptest1 actiprocess
Hi datanucleus, Built-in object id classes not working in Google data store,we worked as example given in the fallowing url http://www.datanucleus.org/products/accessplatform/jdo/primary_key.html. but issue not resolved. Thanks On May 11, 10:02 pm, datanucleus wrote: > > Class com.atp.smar

RE: [appengine-java] Billed CPU time by far too high

2010-05-12 Thread Henning Dierolf
Hi Ikai, >> it's also possible that you were being *underbilled* previously and that we've corrected billing information. that is quite interesting. Google just can decide that someone is "underbilled" so he/she has to pay an extra 700% on CPU time. So not everyone has to pay the same for the

[appengine-java] Potential bug with jetty JspFactory

2010-05-12 Thread Sudhir Ramanandi
See this thread for details http://sourceforge.net/mailarchive/forum.php?thread_name=628524.81703.qm%40web95503.mail.in.yahoo.com&forum_name=freemarker-devel I am using freemarker + sitemesh. The decorator is a jsp file where as actual pages are written in JSP. That mean i am mixing JSP and freema

[appengine-java] Re: is createFederatedLoginURL() working?

2010-05-12 Thread antichrist
I also trying to use this. In my case, I want to log in via my apps domain id (ex: exampl...@example.com), So HashSet attributes = new HashSet(); attributes.add("openid.mode=checkid_immediate"); attributes.add("openid.ns=http://specs.openid.net/auth/2.

[appengine-java] Re: composit primary key issue

2010-05-12 Thread Timofey Koolin
You can combine two fields in one string-field and use it as String PK On 11 май, 14:14, aptest1 actiprocess wrote: > We are unable to use two fileds as the compisit primary keys in google > datastore, its throwing follwing exception if we make two fields as > primary key fileds.please help us to

Re: [appengine-java] is the 1000 file limit still apply

2010-05-12 Thread Ikai L (Google)
The limit is now 3000 files: http://code.google.com/p/googleappengine/issues/detail?id=161#c86 Yes, this includes classes as well as static files. You've guessed correctly: you can use JAR files to cram more class files into your

[appengine-java] Restore long type of primarykey

2010-05-12 Thread Mandla
I backup my java application's datastore using python code. and my some jdo class has @PrimaryKey private Long id; But when I upload my data(Including key) to server, get an error: BadValueError: id should be an integer; received 75001 (a long). Why 75001 should be an integer? Why 75001 now is a

Re: [appengine-java] Re: Datastore Statistics not updated for 3 days

2010-05-12 Thread Ikai L (Google)
Sounds good. I received an email shortly after notifying our production team that they had addressed the issue. On Tue, May 11, 2010 at 10:12 PM, Toby wrote: > Hello Ikai, > > Everything is back to normal. > > Thank you, > Toby > > On May 11, 1:08 am, "Ikai L (Google)" wrote: > > Seems like you