Saturday, 8 June 2013

Cannot load configuration from /hibernate.cfg.xml

Cannot load configuration from /hibernate.cfg.xml

I have a web project where i am using hibernate. Structure of project is: --src | ---java |_com.rusakov... | ---resources |hibernate.cfg.xml | ---webapp |__WEB-INF
My hibernate.cfg.xml looks like:
<session-factory>

    <!-- Database connection settings -->
    <property name="connection.d

No comments:

Post a Comment