Cheers, the moment I started reading your post I slapped my head :( Importing javax.persistence did the trick - now on my next class loading issue :)
Thanks, Mark On Mon, Mar 31, 2008 at 6:54 PM, Stuart McCulloch < [EMAIL PROTECTED]> wrote: > it's also part of the design of annotations in that annotated classes are > supposed to continue to load and resolve even if their annotation types > aren't available on the classpath - this lets you annotate a class with, > say EJB3 annotations, but also use it in a non-EJB container - where > you won't then see the EJB3 annotations... > > -- "It is easier to optimize correct code than to correct optimized code." -- Bill Harlan

