Caused by: javax.xml.bind.UnmarshalException
- with linked exception:
[javax.xml.stream.XMLStreamException: ParseError at [row,col]:[10,106]
Message: 对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾。]
- with linked exception:
[javax.xml.stream.XMLStreamException: ParseError at [row,col]:[10,106]
Message: 对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾。]
2016-05-08
at org.hibernate.cfg.Configuration.configure(Configuration.java:245)
at demo.test.StudentsTest.init(StudentsTest.java:28)
at demo.test.StudentsTest.main(StudentsTest.java:57)
at demo.test.StudentsTest.init(StudentsTest.java:28)
at demo.test.StudentsTest.main(StudentsTest.java:57)
2016-05-08
at org.hibernate.boot.cfgxml.internal.ConfigLoader.loadConfigXmlResource(ConfigLoader.java:57)
at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:163)
at org.hibernate.cfg.Configuration.configure(Configuration.java:259)
at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:163)
at org.hibernate.cfg.Configuration.configure(Configuration.java:259)
2016-05-08
Exception in thread "main" org.hibernate.internal.util.config.ConfigurationException: Unable to perform unmarshalling at line number 0 and column 0 in RESOURCE hibernate.cfg.xml. Message: null
at org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.unmarshal(JaxbCfgProcessor.java:133)
at org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.unmarshal(JaxbCfgProcessor.java:133)
2016-05-08