所出问题:Open quote is expected for attribute "{1}" associated with an element type "type".
所处项目spring+hibernate项目中报的错误。
错误原因: *.hbm.xml配置文件中type后面双引号的问题,要么就是没加双引号,要么就是用的中文双引号。
Open quote is expected for attribute "{1}" associated with an element type "type".
原文:http://www.cnblogs.com/mlslec/p/5253620.html