[appengine-java] Unindexed property not shown in local datastore viewer

2010-09-30 Thread aswath satrasala
Hello, I set the property of an entity as unindexed. This property is not shown in the local datastore viewer. -Aswath http://vs-accounting.appspot.com -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send e

Re: [appengine-java] Unindexed property

2009-12-23 Thread Max Ross (Google)
Looks like you're using the JPA Extension annotation. If you're using JDO, use javax.jdo.annotations.Extension. On Wed, Dec 23, 2009 at 8:50 AM, Peter Ondruska wrote: > I have set few properties unindexed like this: > >@Persistent >@Extension(vendorName = "datanucleus", key = "ga

[appengine-java] Unindexed property

2009-12-23 Thread Peter Ondruska
I have set few properties unindexed like this: @Persistent @Extension(vendorName = "datanucleus", key = "gae.unindexed", value = "true") private Float amount = 1.0f; But I get this exception: org.datanucleus.jdo.metadata.JDOAnnotationReader processMemberAnnotations: Class