"Go" org.hibernate.DuplicateMappingException:duplicate import:

Source: Internet
Author: User
Tags jbpm

Org.hibernate.DuplicateMappingException:duplicate Import:


For example, the exception information is as follows:
Duplicate import:user refers to both Org.jbpm.identity.User and Com.xiaobai.oa.model.User (try using auto-import= "false" )
Presumably, the repeated introduction of the User class refers to Org.jbpm.identity.User and Com.xiaobai.oa.model.User respectively.
My project is based on the workflow development of JBPM (a workflow engine). This exception is thrown by hibernate at the time of mapping, and there are two ways to resolve this exception:
The first: the direct way, that is, your own class name to change a name.
The second type: the class that will take place the exception (the class of its own program) in the context of the above exception should be the Com.xiaobai.oa.model.User hibernate mapping file The principle of the second workaround is:
When using Hibernate's HQL query statement, such as "Select User from User User"
The class name from the back is automatically introduced by default, which is the effect of

Related Article

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.