Community
Participate
Working Groups
Build Identifier: Gemini JPA 1.0.0 M3 Eclipse Gemini 1.0.0 M3 does not work against EclipseLink 2.2.0 RC3 because Gemini JPA references the class org.eclipse.persistence.internal.jpa.deployment.PersistenceInitializationHelper of EclipseLink which was deleted since SVN revision 8730. This means that all release candidates of EclipseLink 2.2.0 do not work against Gemini JPA. The following classes within Gemini JPA reference the missing class: - org.eclipse.gemini.jpa.provider.GeminiOSGiInitializer - org.eclipse.gemini.jpa.provider.PersistenceProvider Reproducible: Always Steps to Reproduce: 1. Use latest EclipseLink 2.2.0 RC3 2. Start your application and it will crash with ClassNotFoundException for Class org.eclipse.persistence.internal.jpa.deployment.PersistenceInitializationHelper
Resolve by Bug 332743.