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].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.