Hi,
I have annotated fields of an entity to track the change of that
property.
If I run this plain with loadtime weaving the pointcut fires.
[code]
@Pointcut("set(@AuditableProperty * *.*)")
public void setter() {};
[/code]
Adding JPA (Eclipselink), setting fields in classes that are database
entities, the pointcut does not fire anymore.
Any hints whats going on?
Arne
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users