+ -
当前位置:首页 → 问答吧 → org.xml.sax.SAXParseException: Document root element "hibernate-AnnotationC

org.xml.sax.SAXParseException: Document root element "hibernate-AnnotationC

时间:2011-10-07

来源:互联网

org.xml.sax.SAXParseException: Document root element "hibernate-AnnotationConfiguration", must match DOCTYPE root "hibernate-configuration".

hibernate.cfg.xml配置如下:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
  "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-AnnotationConfiguration>

  <session-factory>



求高人赐教!!!!

作者: wang_zheguilai   发布时间: 2011-10-07

Document root element "hibernate-AnnotationConfiguration", must match DOCTYPE root "hibernate-configuration".

 这样试试。
 <hibernate-AnnotationConfiguration>
  <hibernate-configuration>

  </hibernate-configuration>
 </hibernate-AnnotationConfiguration>
 

作者: huangchenliang   发布时间: 2011-10-07

引用 1 楼 huangchenliang 的回复:
Document root element "hibernate-AnnotationConfiguration", must match DOCTYPE root "hibernate-configuration".

这样试试。
<hibernate-AnnotationConfiguration>
<hibernate-configuration>

</hibern……


谢谢你,但是错误依然存在,错误和刚才一样。是不是还有别的地方配置?我第一次使用hibernate,annotation。

作者: wang_zheguilai   发布时间: 2011-10-07

顶一下!!!!!

作者: wang_zheguilai   发布时间: 2011-10-07

热门下载

更多