I have a Spring 2.0.6/JPA app deployed in OC4J 10.1.3.3 using toplink
essentials that is part of OC4J. If I switch to EclipseLink I 'm guessing
I have to package eclipselink.jar with my application's war file. Will
this work or do I have to wait until OC4J/OAS 11G for this to work?
With toplink essentials I 'm not sure if I can map/use Oracle XMLType with
JPA. Will XMLType work via JPA/Spring in EclipseLink?
The docs over here seems reference a class called
EclipseLinkJpaVendorAdapter
(http://wiki.eclipse.org/EclipseLink/Examples/JPA/JPASpring). Where is
this class? Is it in some newer version of Spring JPA? I can't find it in
spring-jpa-2.0.6 and its not in eclipselink.jar (1.0M1) either.