Re: [appengine-java] Re: problem with Content-type: null with css files

2012-01-01 Thread Jon Stevens
Well, it seems it isn't just me, so I just filed a ticket: http://code.google.com/p/googleappengine/issues/detail?id=6655 Please star it. jon On Sun, Jan 1, 2012 at 8:13 PM, Carter Maslan wrote: > we had the same problem and it was solved by updating the css file (with a > space) and pushing

Re: [appengine-java] Re: problem with Content-type: null with css files

2012-01-01 Thread Carter Maslan
we had the same problem and it was solved by updating the css file (with a space) and pushing again (without an app version change). Appreciate any info you find on preventing this problem. It behaved as though it was a problem in GAE's caching of static files. On Dec 30, 2011, at 8:34 PM,

[appengine-java] Anybody else unable to use com.google.api.services.plus? Suggestions please!

2012-01-01 Thread Jon
Anybody got any ideas why I'm getting class def not found errors when trying to use com.google.api.services.plus? I'm using the google-api-services-plus-v1-1.3.0-beta.jar ...Which is included in the google-api-java-client-1.6.0-beta.zip. All the other classes from that zip seem to build ok. My

[appengine-java] JPA Manual Transaction Retry

2012-01-01 Thread SaddleEDH
Hi, I have a case where I want to manually retry a transaction in the case of failure...very similar to the example given on the java transaction page showing usage of the low level api...I have not been able to get this to work using JPA...it will never throw an exception when another user has

[appengine-java] Re: problem with Content-type: null with css files

2012-01-01 Thread jnamnath
I got it working again by updating the version number in my appengine- web.xml and pushing the new version. Still have no idea what happened here. -J On Dec 24, 4:48 pm, jon stevens wrote: > Hey there, > > I've got an app up on GAE-J that when I request a .css file, I get back a > Content-Type:

[appengine-java] Re: problem with Content-type: null with css files

2012-01-01 Thread jnamnath
I'm seeing this as well. It garbles up the whole page http://www.zivvit.com/css/main.css Any headway? I checked to make sure my file was encoded fine and everything. Not sure what's going on here... Seems like a bug in the static file distribution system. On Dec 24, 4:48 pm, jon stevens wrote:

[appengine-java] JDO second level cache getting in the way...

2012-01-01 Thread The night manager
Hi, I am new to both GAE and JDO. I would be grateful if someone could provide guidance on a behavior I find rather counter-intuitive. In the following code, I have to call pm.evictAll() to successfully/persistently change properties (labels) on a freshly persisted object (bookmark): Persisten

[appengine-java] Updating Relation Index Entity

2012-01-01 Thread IvanRdz
Hi all and HAPPY NEW CODING YEAR 2012 I have a big doubt about Relation Indexes Entities updating cost. At google billing page we can see updating Entity cost: Existing Entity Put (per entity) = 1 Write + 4 Writes per modified indexed property value + 2 Writes per modified composite