Exception in thread "main" org.hibernate.InvalidMappingException: Unable to read XML
5个回答
展开全部
你把下面的cause一起贴出来,我跑程序的时候,
Exception in thread "main" org.hibernate.InvalidMappingException: Unable to read XML
at org.hibernate.util.xml.MappingReader.readMappingDocument(MappingReader.java:101)
......
Caused by: org.dom4j.DocumentException: Error on line 2 of document : The processing instruction target matching "[xX][mM][lL]" is not allowed. Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.
一般做法删除 <?xml version='1.0' encoding='utf-8'?> 前的空格、空行。
Exception in thread "main" org.hibernate.InvalidMappingException: Unable to read XML
at org.hibernate.util.xml.MappingReader.readMappingDocument(MappingReader.java:101)
......
Caused by: org.dom4j.DocumentException: Error on line 2 of document : The processing instruction target matching "[xX][mM][lL]" is not allowed. Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed.
一般做法删除 <?xml version='1.0' encoding='utf-8'?> 前的空格、空行。
展开全部
这个是说你的hibernate映射文件中,也就是News.hbm.xml中的generator属性必须要写,你看下generator属性写没有?
更多追问追答
追答
可能你写的和你数据库的不匹配换成class="native"试试
参考:http://hi.baidu.com/qqljsevpepbhilq/item/0bfe3c052c0a21f7a11034f6
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.hbm.xml中dtd后面有个空格,导致无法解析,将此空格去掉即可
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你能不能把整个异常栈信息全部弄出来看看?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最后 怎么解决的,我也遇到同样的问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询