Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Load-time weaving not working with Java-9

Hi all.
 
We're using EL-2.6.4 in a Spring container with LTW with AspectJ (tried 1.9.0-BETA7)
 
We have the standard stuff:
<context:spring-configured />
<context:load-time-weaver/>
<aop:aspectj-autoproxy/>
 
..and everything works OK with JDK7/8, but with JDK9 we get lots of this:
 
Reverting the lazy setting on the OneToOne or ManyToOne attribute...
 
Anybody knows what's going on and how to fix it?
 
Thanks.
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963

Back to the top