1

我使用 JPA 制作了一个简单的项目,但是使用 OC4J 作为服务器存在问题。

[oracle:deploy] Deployment failed for spring.

BUILD FAILED
C:\Resources\springsource\sts-3.1.0.RELEASE\plugins\org.eclipse.jst.server.generic.oc4j_1.5.206.v20090812\buildfiles\oracle.10.1.3.xml:74: Deploy error: Operation failed with error:
Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; 
nested exception is java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z

类路径

hibernate3.jar hibernate-jpa-2.0-api-1.0.1.Final.jar javassist-3.14.0-GA.jar jstl-1.2.jar jstl-impl-1.2.jar jta-1.1.jar log4j-1.2.16。 jar ojdbc6.jar org.springframework.asm-3.0.5.RELEASE.jar org.springframework.beans-3.0.5.RELEASE.jar org.springframework.context 3.0.5.RELEASE.jar org.springframework.core-3.0。 5.RELEASE.jar org.springframework.expression-3.0.5.RELEASE.jar org.springframework.jdbc-3.0.5.RELEASE.jar org.springframework.orm-3.0.5.RELEASE.jar org.springframework.transaction- 3.0.5.RELEASE.jar spring-web-3.0.5.RELEASE.jar org.springframework.aop-3.0.5.RELEASE.jar org.springframework.aspects-3.0.5.RELEASE.jar org.springframework.context。 support-3.0.5.RELEASE.jar org.springframework.instrument-3.0.5.RELEASE.jar org.springframework.instrument.tomcat-3.0.5.RELEASE.jar org.springframework.test-3.0.5.RELEASE.jar

4

1 回答 1

1

可能如下:

您的类路径中某处有 JPA 1.0 API jar。您需要找到并删除有问题的罐子。

如果您不确定,是哪个 JAR。请将您的类路径发布到您的问题中,以便我看一下。

于 2013-03-19T17:09:48.583 回答