Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0b4 / Hibernate Annotations 3.0 alpha 2 / ejb-3.0-edr1.jar
Hello,
I am trying to use the hibernate annotations. Following the documentation I have annotated my Class, but when running apt I am getting the following error:
Code:
apt -classpath src;config;lib/hibernate3.jar;lib/build/ejb-3.0-edr1.jar;lib/build/hibernate-annotations.jar
-d dist
-XListAnnotationTypes
-sourcepath src src/test/model/Person.java
Set of annotations found:[javax.ejb.Column, javax.ejb.Entity, javax.ejb.Id, javax.ejb.Table]
[b]warning: No annotation processors found but annotations present.[/b]
1 warning
I also tried to add the
Code:
-factorypath lib/build/ejb-3.0-edr1.jar;lib/build/hibernate-annotations.jar
, but it doesn't work either.
Can anybody help me?
Thanks in advance!