skip to Main Content
author
132 views
0 votes

Using Flyway with MongoDB and Spring Boot

I’m trying to use Flyway with MongoDB and Spring Boot. In other projects, I’ve successfully used Flyway with SQL DBs,

author
137 views
0 votes

EclipseLink configuration for MongoDB

I am getting following exception:
java.lang.ClassCastException: class org.eclipse.persistence.sessions.DatabaseRecord cannot be cast to class org.eclipse.persistence.oxm.record.XMLRecord (org.eclipse.persistence.sessions.DatabaseRecord and org.eclipse.persistence.oxm.record.XMLRecord are in unnamed

Back To Top
Search