[appengine-java] java.lang.RuntimeException: java.io.NotSerializableException: + objectify framework

2010-04-11 Thread aditya rathi
HI, I am using dwr and objectify framework to get the arraylist of string from datastore. But I am getting error. java.lang.RuntimeException: java.io.NotSerializableException It will be helpful if any one has faced the similar problem and know the solution. Thanks, Aditya Rathi -- You receiv

Re: [appengine-java] Re: Error while Using the Datastore with JDO

2010-04-11 Thread Smitha Kamath
Hi, It works fine now. "@PersistenceCapable" made it work. This was the only line missing in the class that I had written. Thanks a ton for your help. Regards, Smitha. On Sat, Apr 10, 2010 at 9:09 PM, Smitha Kamath wrote: > Thanks a lot for your response.I will check that again and if it still

[appengine-java] Spring LTW (load time weaving)

2010-04-11 Thread Felipe
Anyone knows if I can use GAE with Spring LTW??? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to go

[appengine-java] Hibernate support for Google App Engine (Cloud2db)

2010-04-11 Thread Sandeep Sathaye
Hi Everyone, Cloud2db is pleased to announce the availability of Hibernate framework on Google App Engine. Now you can use Hibernate to access Cloud2db instances running on Google App Engine (Bigtable Datastore). You can also use Hibernate tools like database reverse eng

[appengine-java] Re: Appstats not working. /stats = 404

2010-04-11 Thread Taylor Leese
Using /appstats/stats is still redirecting back to /appstats/stats for me. It ends up giving a 404 error because it's not redirecting properly. These are the http headers showing the infinite redirect loop. Is this working for other people? http://mysite.appspot.com/appstats/stats GET /appstats/s

[appengine-java] JSP problem with forced naming when trying to pass init-param to JSP

2010-04-11 Thread powell...@gmail.com
In volume 2 of CoreServlets and JavaServer Pages, Marty Hall recommends using a url-pattern for the JSP to match its original URL. However, I cannot do this in Appengine and provide init-param for the JSP page. If I have a InitPage.jsp shown below in the war folder, (war/ InitPage.jsp) and if I h

[appengine-java] Re: JAXB Support

2010-04-11 Thread Raj
I was facing similar issue and use of 2.1.12 version of JAXB reference implementaion fixed the issue..Thanks On Apr 6, 10:41 pm, Toby Reyelts wrote: > It looks like you're bundling the latest 2.2 JAXB RI. Apparently they made a > change in that release which requires access to the protected metho