[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); c

[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 https://groups.google.com/d/msg/google-appengine-java/-

[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] 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 us

[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 o

[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 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 get errors and can'

[appengine-java] Re: Timeout while deploying

2010-11-13 Thread nicanor.babula
; On Fri, Nov 12, 2010 at 2:00 AM, Didier Durand > > wrote: > > >> Hi > > >> Same thing here: I noticed that the messages in the deploying script > >> have changed a little bit. I guess that Google team has made / is > >> making an update on the infrastruct

[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 com.google.apphosting.ut

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

2010-10-23 Thread nicanor.babula
child design > > when transactional features are REALLY required. > > If transactional requirement are not so high, prefer to break your data > > model into smaller entity groups. > > > On 21/10/10 17:00, "nicanor.babula" wrote: > > > >Thank you all for

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

2010-10-21 Thread nicanor.babula
e. Right? Again: Which is that number? Thanks and sorry if I bored you with my long email. ;) On 21 Ott, 14:59, Ian Marshall 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

[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 Babu

[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" wrote: > Hi google appengine team, > > Since today, I have been getting continuously the exception reported > bel

[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 uploadin

[appengine-java] Re: I can't deploy to appengine anymore. It is pretty urgent as I have to fix an annoying bug

2010-07-08 Thread nicanor.babula
Now it works fine. Thanks. On Jul 8, 6:47 pm, "nicanor.babula" wrote: > Dear appengine team and community, > > Since 30 minutes ago, everytime I try to deploy my application to GAE, > I get this error : > > [eclipse console] > Rolling back the update. > jav

[appengine-java] I can't deploy to appengine anymore. It is pretty urgent as I have to fix an annoying bug

2010-07-08 Thread nicanor.babula
Dear appengine team and community, Since 30 minutes ago, everytime I try to deploy my application to GAE, I get this error : [eclipse console] Rolling back the update. java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/deploy?app_id=domodentweb&version=1l&; 403

[appengine-java] Re: AuthSub InvalidToken problem

2010-04-03 Thread nicanor.babula
Thank you very much. By comparing your code to mine, I found where the error was. Cristian Babula. On Mar 31, 5:37 pm, m seleron wrote: > Hi, > > I made a simple sample. > > Please try. > I hope I can be of some help to you. > > thanks. > > 2010/3/31 nican

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-31 Thread nicanor.babula
Hmm? No idea? ;) Thanks in advance. On Mar 30, 10:06 am, "nicanor.babula" wrote: > That's all the code that deals with google services in my whole > application. The exception is raised on the following instruction: > [code] > CalendarEventFeed resultFeed = ca

[appengine-java] Re: AuthSub InvalidToken problem

2010-03-30 Thread nicanor.babula
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 M

[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" 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: > >

[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); respons

[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 memcac

[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 wrote: > Neat! Care to elaborate? > > On Tue, Dec 8, 2009 at 11:44 AM, nicanor.babula > wrote: > > > I got FOP working. > > > On

[appengine-java] Re: FOP support / workaround

2009-12-08 Thread nicanor.babula
asses and got its own font manager. > > Good luck - please post if you getFOPworking. > > On Oct 19, 10:21 am, "nicanor.babula" > wrote: > > > Got that solved by ignoring "external-graphics" tags. Now I am stuck > > with another restricted class: > >

[appengine-java] Re: images over http

2009-12-08 Thread nicanor.babula
serving the image from another App Engine 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 > wrote: > > > > > First of a

[appengine-java] got fop working on google application engine

2009-10-30 Thread nicanor.babula
Hi all, I actually got a fop-like solution (generates pdf from xslfo) working on google application engine, and now I am analysing the possibility of earning something by exposing this as a low-cost service to other GAE developers. If you're interested, please drop me a line directly to my email

[appengine-java] Re: images over http

2009-10-30 Thread nicanor.babula
aware about the limits specified in the docs. > > - Jason > > On Wed, Oct 28, 2009 at 8:37 AM, nicanor.babula > wrote: > > > > > Hello everyone, > > > I have somewhere on the net a servlet that serves jpeg images. In > > order to verify that it works I made a

[appengine-java] images over http

2009-10-28 Thread nicanor.babula
Hello everyone, I have somewhere on the net a servlet that serves jpeg images. In order to verify that it works I made a html page with: http://myurl/servlet?id=123"; /> and the image is displayed well. Now, I am trying to create an GAE image object from the data arriving from that servlet. How

[appengine-java] Re: FOP support / workaround

2009-10-19 Thread nicanor.babula
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 is a restricted class. Please see the Google App Engine developer's guide for more details. at com.google.app