[google-appengine] replicating PMF

2010-03-16 Thread david jones
hey, i'm pretty new to the app engine, and basically i'm in the middle of creating something whereby i need multiple pages with seperate comment systems using PMF. if i try to use my PMF on more than 1 page, though, i get an error saying Caused by: javax.jdo.JDOFatalUserException: Application code

Re: [google-appengine] replicating PMF

2010-03-16 Thread Ikai L (Google)
Can you post some code? It sounds like you are instantiating a PersistenceManagerFactory instead of doing it once and referencing the singleton. On Tue, Mar 16, 2010 at 9:54 AM, david jones wrote: > hey, i'm pretty new to the app engine, and basically i'm in the middle > of creating something whe