google-code-export / slim3

Automatically exported from code.google.com/p/slim3
1 stars 1 forks source link

Error when trying to get a Model from a List #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create 1 or 2 entities and save them to datastore
2.Get all the entities saved in the datastore and start to use each entity 
retrieved
3.The error Exception in thread "main" java.lang.ClassCastException: 
com.zippio.model.MobileService cannot be cast to com.zippio.model.MobileService

What is the expected output? What do you see instead?
I expect to get an Entity, but I get the exepction where cannot cast to the 
same class

What version of the product are you using? On what operating system?
Slim3-1.3.5
Ubuntu 10
Eclipse Helios

Please provide any additional information below.

Original issue reported on code.google.com by victor.m...@gmail.com on 23 Sep 2010 at 1:00

GoogleCodeExporter commented 9 years ago
The following document may help you.
http://sites.google.com/site/slim3appengine/hot-reloading

Original comment by higaya...@gmail.com on 23 Sep 2010 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by higaya...@gmail.com on 5 Nov 2010 at 12:40