[appengine-java] Re: images over http

2009-12-08 Thread nicanor.babula
servlet as well and saw the same issue. Is this right? Can you send me the image URL that you are trying to fetch? - Jason On Fri, Oct 30, 2009 at 2:11 AM, nicanor.babula nicanor.bab...@gmail.comwrote: First of all, thanks for your answer. I think further information is needed for you

[appengine-java] Re: FOP support / workaround

2009-12-08 Thread nicanor.babula
luck - please post if you getFOPworking. On Oct 19, 10:21 am, nicanor.babula nicanor.bab...@gmail.com wrote: Got that solved by ignoring external-graphics tags. Now I am stuck with another restricted class: Error for /TestFOP java.lang.NoClassDefFoundError: java.awt.geom.AffineTransform

[appengine-java] Re: FOP support / workaround

2009-12-08 Thread nicanor.babula
Sure thing! http://nicanorcristian.blogspot.com/2009/11/apache-fop-on-google-application-engine.html On Dec 8, 5:57 pm, Toby Reyelts to...@google.com wrote: Neat! Care to elaborate? On Tue, Dec 8, 2009 at 11:44 AM, nicanor.babula nicanor.bab...@gmail.comwrote: I got FOP working. On Oct

[appengine-java] memcache and session on GAE

2010-01-08 Thread nicanor.babula
Hi everyone. How memcache works on GAE? Let me explain: Do I get one memcache instance per app instance or there is one memcache instance for all instastances of my app? My app uses google accounts to handle users. I am thinking that it might be faster reading the current user data from the

[appengine-java] AuthSub InvalidToken problem

2010-03-26 Thread nicanor.babula
Hi all, I am facing a strange problem in with my app in GAE and I can't seem to figure it up by myself, so I hope you'll help me.. Here we are: I do : [code] String authSubUrl = AuthSubUtil.getRequestUrl(nextUrl, http:// www.google.com/calendar/feeds/default/private/full, false, true);

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-29 Thread nicanor.babula
Come on! Anyone, anything? Thanks. On Mar 26, 12:54 pm, nicanor.babula nicanor.bab...@gmail.com wrote: Hi all, I am facing a strange problem in with my app in GAE and I can't seem to figure it up by myself, so I hope you'll help me.. Here we are: I do : [code] String authSubUrl

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-30 Thread nicanor.babula
a little. (It was possible to execute it normally). Can post do you the source code further? I want to confirm behavior. Or, the environment might be a cause. thank. Come on! Anyone, anything? Thanks. On Mar 26, 12:54 pm, nicanor.babula nicanor.bab...@gmail.com wrote: Hi all, I

[appengine-java] Strange exception with my app

2010-10-14 Thread nicanor.babula
Hi google appengine team, Since today, I have been getting continuously the exception reported below. Yesterday I am not sure, but the day before yesterday it worked for sure. I have more apps that use the same library and all of them keep throwing the same exception. You can reproduce it

[appengine-java] [SOLVED] Re: Strange exception with my app

2010-10-15 Thread nicanor.babula
Solved. Looks like appengine sandbox banned sun.dc.* classes too. Changed the namespace and now it's up and running. On 14 Ott, 18:07, nicanor.babula nicanor.bab...@gmail.com wrote: Hi google appengine team, Since today, I have been getting continuously the exception reported below. Yesterday

[appengine-java] Recommended maximum number of entities in an entity group

2010-10-20 Thread nicanor.babula
Hi everbody, I have a question regarding the datastore best-practices. The appengine's official documentation says that is not a good practice to put too many entities in the same entity group. What does too many mean in this case? Hundreds? Thousands? Milions? Thanks in advance, Cristian

[appengine-java] Re: Recommended maximum number of entities in an entity group

2010-10-21 Thread nicanor.babula
: Which is that number? Thanks and sorry if I bored you with my long email. ;) On 21 Ott, 14:59, Ian Marshall ianmarshall...@gmail.com wrote: How about my comments below? http://www.google.com/url?url=http://groups.google.com/g/f907f736/t/f... Do they help you? On Oct 20, 6:39 pm, nicanor.babula

[appengine-java] Re: Recommended maximum number of entities in an entity group

2010-10-23 Thread nicanor.babula
, prefer to break your data model into smaller entity groups. On 21/10/10 17:00, nicanor.babula nicanor.bab...@gmail.com wrote: Thank you all for your responses. @alesj No, I am not confusing entity group with the actual entities stored in the datastore. @Ian Marshall Actually

[appengine-java] Re: Timeout while deploying

2010-11-12 Thread nicanor.babula
Hi, I am experiencing the same problem with my application ID: domodentweb com.google.apphosting.utils.config.AppEngineConfigException: Received IOException parsing the input stream for G:/eclipseWorkspaces/ workspace_jee_galileo/domodentweb/war\WEB-INF/web.xml at

[appengine-java] Re: Timeout while deploying

2010-11-13 Thread nicanor.babula
in the deploying script have changed a little bit. I guess that Google team has made / is making an update on the infrastructure and it brings some issues... Some patience will probably solve it ;-) didier On Nov 12, 10:43 am, nicanor.babula nicanor.bab...@gmail.com wrote:   Hi, I am

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread nicanor.babula
Hi, Same situation here. AppID: domodentweb Regards, Cristian Babula. On 15 Nov, 10:30, Didier Durand durand.did...@gmail.com wrote: Hi, A fix was announced for the issue around appl deployment via console:http://groups.google.com/group/google-appengine-downtime-notify/brows... I still

[appengine-java] Payment Problem

2011-09-08 Thread nicanor.babula
Hi everyone, Since yesterday I saw that I owe to google 2.4$ and that the payment failed. When I go to Billing Settings I see this message: On this page you can set your weekly spend to any value at or below $0.00. If you want to raise the weekly spend above $0.00, you will have to adjust it

[appengine-java] Storing query results in memcache

2011-09-28 Thread nicanor.babula
Hi, I just moved my app to HRD and I am trying to use the memcache to overcome the eventual consistency problem.. When it comes to get-by-id queries the solution is very simple. The problem appears when I insert an entity and I want to appear in the results of more complex queries. Because

[appengine-java] Re: Storing query results in memcache

2011-09-29 Thread nicanor.babula
Hi Ian, Thanks for sharing your strategy.. I am not sure if I understand exactly how could I use your system to solve my problem. Actually, the memcache concept is working nice solving similar, but simpler situations. I think I explained poorly my situation. Here it is: An application manages

[appengine-java] Re: Storing query results in memcache

2011-10-03 Thread nicanor.babula
Thanks for your help. I'll go with Ian's suggestion, storing arrays in the memcache. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] In an application using the High Replication Datastore, the blobstore is eventually consistent too?

2011-10-27 Thread nicanor.babula
Hi everyone, In an application using the High Replication Datastore, the blobstore is eventually consistent too or it is strongly consistent? or simply: it is possible that in the servlet called after uploading a blob this line: Image im = ImagesServiceFactory.makeImageFromBlob(blobKey);