Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Injecting DAO/Repository into domain entity object

Hi,

I also use spring (2.5.5) in combinatie with AOP. It worked with
EclipseLink 1.0, but with eclipselink 1.0.1 I get the following error:

java.lang.NoSuchMethodError:
nl.ordina.cursusapp.core.domain.CursusCategorie._persistence_checkFetched(Ljava/lang/String;)V
    at
nl.ordina.cursusapp.core.domain.CursusCategorie._persistence_getcode(CursusCategorie.java)
    at
nl.ordina.cursusapp.core.domain.CursusCategorie.getCode(CursusCategorie.java:38)

Even on entities that do not use dependency injection into domain objects.
And that on different entiteites and different (basis) attributes.

Any clues what could have caused this change?

Greetings,

Martijn




Back to the top