admin管理员组文章数量:1350033
I am upgrading to spring boot 3.2.x. As part of this migration I migrated the eclipselink version to 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2.
After making these changes I am facing the following error :
Exception [EclipseLink-28018] (Eclipse Persistence Services - 4.0.2.v202306161219): . eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit failed.
Internal Exception: java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "genericTypes" is null
Am I missing something?
I tried migrating to eclipselink version 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2 as part of my spring boot 3.2.x migration.
I tried with eclipselink .eclipse.persistence.jpa: 3.0.2 but I am facing another exception for that version: java.lang.RuntimeException: javax.lang.model.element.UnknownElementException: Unknown element: "startOffset"
本文标签:
版权声明:本文标题:eclipse plugin - Spring Boot 3.2.x upgrade ERROR: Cannot invoke "java.util.List.size()" because "gene 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743853369a2550418.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论