Hi!
I created a project with maven2 on eclipse. After I added the hibernate-annotations dependency, i was trying to create a class using hibernate annotations(@Entity, @Table...), but it was giving me this error :
Change project compliance and JRE to 1.5
I fixed it, but cannot understand why it requires this as long as my jdk is 1.6.
Thank in advance!