I'm currently using Eclipse Dali
with EclipseLink 2.5.2
.
Now I want to change to version EclipseLink 2.7.5
, but I'm unable to find out how to setup Dali for new EclipseLink versions.
The JPA project dialog only shows EclipseLink 2.5.2
as a possible choice for the platform:
So I guess, I must download and install a new persistence platform so I'm able to select EclipseLink 2.7.5
from this dialog? Note that I already downloaded the zip archive for EclipseLink 2.7.5
- is it perhaps somehow possible to point Dali to this archive? Or is it necessary to manually remove EclipseLink 2.5.2
from the project's classpath and instead add the corresponding jar files for EclipseLink 2.7.5
?
I'm sure that I'm missing something very obvious here since updating the persistence platform is certainly a common and easily done task... any help appriciated.