I have a web application that uses eclipselink JPA and I wondering whether Liberty BlueMix supports this JPA provider and how I can work with the same provider in BlueMix (eclipselink) without have to change to OpenJPA?
Thanks in advance!
Answer by Rohit Kelapure (1001) | Jun 04, 2014 at 04:40 PM
Sorry the Liberty buildpack in BlueMix does not currently support the jpa-2.1 feature. If you do want to use JPA2.1 eclipselink provider with liberty then you will need to embed eclipselink as a third-party persistence provider within an application.
Migrating to JPA 2.1 and EclipseLink 1 Answer
URGENT : Bluemix : unable to connect to SQLDB tables using Java +DB2 webstarter boilerplate 5 Answers
Bluemix Liberty uses OpenJPA or Eclipselink? 2 Answers
Facing javax.persistence.PersistenceException on eclipse now. Previously used to be error free. 1 Answer