Re: Vs: Re: Vs: Re: Vs: Re: [appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-17 Thread Aaron Shepherd
Ok. My change to PMF.java to synchronize the get of the PersistenceManager did NOT correct the problem. Going to fallback to synchronizing every usage of the PersistenceManager (reads and writes). Will update this issue with any further results. On May 17, 1:54 am, Stephen Johnson wrote: > Ah,

Re: Vs: Re: [appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-16 Thread Aaron Shepherd
ot;transactions- optional"); private PMF() { } public synchronized static PersistenceManagerFactory get() { return pmfInstance; } public synchronized static PersistenceManager getPersistenceManagerInstance() { return pmfInstance.getPersistenceManag

[appengine-java] PNG Images are being served from getServingUrl as JPEG - Java Development Server / ImagesService - AppEngine 1.3.6

2010-08-26 Thread Aaron Shepherd
Environment: Mac OSX 10.6.4 GAE: 1.3.6, Java Development Server - I upload a PNG image to the BlobService (I verified the content_type in the BlobInfo is image/png) - I use the new ImagesService.getServingUrl(blobKey) to get a URL. (in this case http://127.0.0.1:8080/_ah/img/o0UHoh1CAz1ZaVwbSkCVMg