Hi,
I am novice in Hibernate technology. I have a Java project which uses Hibernate. When I run the project from Netbeans IDE the project runs fine without any issues.
However when I run the JAR file of the project from command prompt I get an exception
"org.hibernate.hql.ast.QuerySyntaxException:" XXXX is not mapped.
I have included all the Jars required for the execution of this project.Also I have imported javax.persistence.Entity
.
Appreciate if you can help me out in this issue.
-Adish