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 <[email protected]>wrote: > 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/Field "amount" has an annotation > "org.datanucleus.jpa.annotations.Extension" which was not processed. > > Is it OK and shall I adjust logging: > > DataNucleus.jdo.metadata.JDOAnnotationReader.level=OFF > > Or is there any other/better way? Am I not going to miss other > exceptions in JDOAnnotationReader? > > Peter > > -- > > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
