Hibernate and weblogic 10.3.6
I'm having some troubles to deploy a sample application on weblogic, with tomcat works fine.
i'm having this exception:
Code:
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'transactionManager' defined in file [C:\Indra_projectos\FlexFlow\java\flexflow\target\classes\META-INF\spring\applicationContext.xml]: Cannot resolve reference to bean 'entityManagerFactory' while setting bean property 'entityManagerFactory'; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'entityManagerFactory' defined in file [C:\Indra_projectos\FlexFlow\java\flexflow\target\classes\META-INF\spring\applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;
I already tried some solutions but no success. Anyone already solved this problem?