exception « cfg « JPA Q&A





1. Exception At hibernate.cfg.xml    coderanch.com

I think the problem is that you've got a gremlin sticking his tongue out at you in your hibernate.cfg.xml file. Is this exception being triggered during the creation of the Hibernate SessionFactory, when you get a Hibernate Session, or when you try and use the Hibernate Session to save the state of a POJO to the database? Here's a little tutorial ...

2. Exception:problem parsing configuration/hibernate.cfg.xml    forum.hibernate.org

Hello! I have the following configuration file: net.sf.hibernate.dialect.MySQLDialect true true In hibernate 2.0 it worked ok. ...