I downloaded the openjpa 0.9.7 nightly build to replace my current 0.9.6 version. After that, all my unit tests failed with the following exception:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring/AbstractTransactionalSpringBase.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/apache/openjpa/util/ProxyArrayList Caused by: java.lang.NoClassDefFoundError: org/apache/openjpa/util/ProxyArrayList I checked the 0.9.7 openjpa.jar and found ProxyArrayList, ProxyHashSet, ProxyHashMap are all missing. Is this a problem with 0.9.7 build? -- View this message in context: http://www.nabble.com/Errors-with-0.9.7-tf3507716.html#a9797195 Sent from the open-jpa-dev mailing list archive at Nabble.com.