I'm able to follow the instruction given on this webpage
http://relation.to/12805.laceI've got the Hibernate annotation processor to generate my static metamodel class. "Item_"
However the eclipse compiler does not like these classes. "cannot resolve class"
If I turn off the annotation processor then all is ok. Seems like the fact that the processor is generating the code and compiling it at the same time causes issues?
I'm using JDK 1.6.03
Eclipse Galileo
Hibernate 3.5.0 CR1
jpamodelgen 1.0.0 CR1
Anyone else has this?
Thanks
jean-claude