解决INFO: HHH000206: hibernate.properties not found问题
程序员文章站
2022-07-04 20:26:31
...
入门Hibernate 时出现了:
Caused by: org.xml.sax.SAXParseException; cvc-complex-type.2.4.a: 发现了以元素 'property' 开头的无效内容。应以 '{"http://www.hibernate.org/xsd/orm/cfg":mapping, "http://www.hibernate.org/xsd/orm/cfg":class-cache, "http://www.hibernate.org/xsd/orm/cfg":collection-cache, "http://www.hibernate.org/xsd/orm/cfg":event, "http://www.hibernate.org/xsd/orm/cfg":listener}' 之一开头。
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(Unknown Source)
at com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(Unknown Source)
at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXEventConnector.handleStartElement(Unknown Source)
at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXEventConnector.bridge(Unknown Source)
... 32 more
这是因为我在 hibernate.cfg.xml 中将 <property> 标签放到了 <mapping> 标签的下面,导致mapping下面的property标签失效。
解决:将 mapping 标签移到下面即可。
推荐阅读
-
LNMP下提示File not found问题的解决方法
-
Apache遇到的问题 APR not found问题的解决方法
-
-bash: mysqladmin: command not found问题解决
-
AngularJS学习:npm 设置淘宝镜像及异常问题found version 4, expected 3解决
-
Vue中"This dependency was not found"问题的解决方法
-
解决org.springframework.amqp.AmqpException: No method found for class [B 问题
-
解决rabbitmq无限循环异常问题亲测 Caused by: org.springframework.amqp.AmqpException: No method found for class [B
-
解决 Module 'null' not found.异常问题
-
3招解决ant构建时任务找不到(taskdef cann't be found)的问题
-
3招解决ant构建时任务找不到(taskdef cann't be found)的问题