I'm trying Hibernate annotations program along with a business object having 4 attributes. I referred one of the online tutorial and created BO class with annotations, HibernateUtil.java, hibernate.cfg.xml, and .java with main method in it for execution. Everything compiled successfully in eclipse but while executing I got below mentioned exception:
I followed all the steps as per given in tutorial apart from @Table (name="") as we have to use appliesTo in latest version. I doubt (I may be wrong) on @Table(appliesTo="") tag, as I tried similar program couple of months back with lower version of Hibernate where tag was @Table(name=""), and it ran successfully.
Please helpe me in this issue. Let me know in case I need to upload my files.
Regards Mandar
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ hibernate-issues mailing list hibernate-issues@(protected) https://lists.jboss.org/mailman/listinfo/hibernate-issues