Eclipselink 2.5 on Glassfish 3.1.2.2 possible without JavaEE7? [message #1083094] |
Fri, 09 August 2013 09:06  |
Eclipse User |
|
|
|
I updated my Glassfish 3.1.2.2 with OSGI packets from eclipselink 2.5, now I notice there is a "slight" problem: I tried using EntityManager.createStoredProcedureQuery and apparently that one is abstract.
com.sun.enterprise.container.common.impl.EntityManagerWrapper.createStoredProcedureQuery(Ljava/lang/String;)Ljavax/persistence/StoredProcedureQuery;
I guess this is since I've included persistence-2.1 api jar. So where would be the implementation for this class? I guess it is somewhere in javaee7 impl, but is it in any of the eclipselink 2.5 jars too? Maybe I just forgot to add a specific one...
I guess the same procedure as was for updating eclipselink until 2.4.2 doesn't work anymore?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06363 seconds