[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5896) hibernate-entitymanager jar issue with Maven 3

Javed Mandary (JIRA) noreply at atlassian.com
Mon Feb 7 03:13:05 EST 2011


hibernate-entitymanager  jar issue with Maven 3
-----------------------------------------------

                 Key: HHH-5896
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5896
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.6.1, 3.6.0, 3.5.1
            Reporter: Javed Mandary


Hi,
   I would seem that if you include the hibernate-entitymanager (3.6.1) dependency within your maven build and your using Maven 3 , this pulls the hibernate-3.2.5.ga.jar within your classpath somehow.

Eventually what happens is that if you try to run your application within say tomcat and that bundles the hibernate-entitymanager jar as well as the hibernate-3.2.5.ga.jar you get the following exception:

Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Implementing class
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:300)

Solution which I've found is to move down to maven 2 or to expliclty or manually remove the hibernate-3.2.5.ga.jar  from your build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list