Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Request for clarification on how to configure EclipseJpaVendorAdaptor

Hello Devs,

I am an opensource contributor at the Apache Fineract Community. I am currently migration our microservices ORM from hibernate to EclipseLink but facing a few issues when starting the application.

I have configured the adaptor here: https://github.com/ebenezergraham/fineract-cn-postgresql/blob/eclipselink/src/main/java/org/apache/fineract/cn/postgresql/config/PostgreSQLJavaConfiguration.java

However, I get a BeanCreationException because no managed types for the entities were found.

This a log with the typical error message at the end
https://pastebin.com/QKxpP2zz

I would like to get more insights into the possible causes of this error.

Thank you.

Back to the top