[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Annotations on inter-type fields?

Some further details on the (possible) bug. When hibernate is trying look up the "type" associated with the injected property it see's "PositionReserveQuantityAspect$PositionReserveQuantityImpl", not the target class "Position".

So maybe the @Column is getting injected, I haven't been able to tell via the debugger. But something surely is different between the @annotation way and the .aj way of introducing the variable.

-barry