Thanks Max, you are right, I did not pay attention with Eclipse's
import autocomplete :-) After switching to import
javax.jdo.annotations.Extension it works with no exceptions.

On Dec 23, 7:05 pm, "Max Ross (Google)" <[email protected]>
wrote:
> 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%2B 
> > [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.


Reply via email to