Skip to content

Issues with FetchType.LAZY and weaving after EL 4.0.x migration #2300

Closed Answered by ADunnOE
ADunnOE asked this question in Q&A
Discussion options

You must be logged in to vote

Just wanted to give an update on this, after much trial and tribulation one of our senior developers finally figured out what was causing the issue. Spring was wiring up our JPA repositories too early causing the associated entities to be missed by the Eclipselink weaver. After changing around the way things were getting configured and wired up the weaving issues went away.

For reference, the issue ended up being very similar to this old issue reported in the Spring jpa framework:
spring-projects/spring-data-jpa#1585

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ADunnOE
Comment options

@ADunnOE
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ADunnOE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants