The contents of the MyBatis element type "configuration" must match ".....

Source: Internet
Author: User

When modifying the MyBatis configuration file, add the Typealiases node and report a builderexception:

org.apache.ibatis.exceptions.PersistenceException: # # # Error Building sqlsession.### Cause: Org.apache.ibatis.builder.BuilderException:Error creating document instance.   35; columnnumber:17; Content with element type "configuration" must match "(Properties?,settings?,typealiases?,typehandlers?,objectfactory?, Objectwrapperfactory?,plugins?,environments?,databaseidprovider?,mappers?) " . At    org.apache.ibatis.exceptions.ExceptionFactory.wrapException (exceptionfactory.java:+)    at Org.apache.ibatis.session.SqlSessionFactoryBuilder.build (Sqlsessionfactorybuilder.java:) at    Org.apache.ibatis.session.SqlSessionFactoryBuilder.build (Sqlsessionfactorybuilder.java:66)

The reason is that the version of mybatis3.x uses the DTD as the XML format to validate the document. In the XML specification, the DTD is in strict order, in the exception of the error has been listed in the corresponding order, should be:

Properties>settings>typealiases>typehandlers>objectfactory>objectwrapperfactory>plugins> Environments>databaseidprovider>mappers

The contents of the MyBatis element type "configuration" must match ".....

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.