Hi,
I'm getting de following messages when I start Hibernate:
Code:
INFO: Configuration resource: /hibernate.cfg.xml
20/04/2004 12:05:30 net.sf.hibernate.util.XMLHelper$ErrorLogger warning
WARNING: Warning parsing XML: /hibernate.cfg.xml(1) URI was not reported to parser for entity [document]
20/04/2004 12:05:30 net.sf.hibernate.util.XMLHelper$ErrorLogger warning
WARNING: Warning parsing XML: /hibernate.cfg.xml(4) No base URI; hope URI is absolute: http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd
20/04/2004 12:05:30 net.sf.hibernate.util.XMLHelper$ErrorLogger warning
WARNING: Warning parsing XML: /hibernate.cfg.xml(4) No base URI; hope this SYSTEM id is absolute: http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd
I'm using dom4j.jar parser wich comes with hibernate.
I've hear this parser doesn't suport EntityResolver. Is that the real problem? If so, what else parser could I use and how can I configure it?
Thanks
Fabio