Re: [appengine-java] Re: How to identify cause of this error?

2011-01-03 Thread Tadas Ĺ ubonis
I found where problem is - gae doesn't support interface types in lists . But the question wasn't about this... It was about how to identify cause from that thin error message. On Mon, Jan 3, 2011 at 2:55 PM, kartik kudada wrote: > Hi , > > Could you please share sample code . > > On Sun, Jan 2,

Re: [appengine-java] Re: How to identify cause of this error?

2011-01-03 Thread kartik kudada
Hi , Could you please share sample code . On Sun, Jan 2, 2011 at 2:10 PM, Didier Durand wrote: > Hi, > > The cause of your issue is defined by the line "Caused by: > javax.jdo.JDOException: Error creating the MetaDataManager for API > "JDO"" > > When you start googling this, you find quite a lo

[appengine-java] Re: How to identify cause of this error?

2011-01-02 Thread Didier Durand
Hi, The cause of your issue is defined by the line "Caused by: javax.jdo.JDOException: Error creating the MetaDataManager for API "JDO"" When you start googling this, you find quite a lot of issues related to JDO implementation itself: maybe you face one of those bugs. JDO in GAE is based on Da