Hello,
When I try to get an attributeĀ“s class I get something really weird and I donĀ“t undertand why.
This is why I get com.telvent.padron.ge.model.Expediente$$EnhancerByCGLIB$$e395658
I should get
com.telvent.padron.ge.model.ExpedienteAltaPorOmision
and this is the coe I wrote:
Code:
objeto.getClass().getName()
The "parent" object or the object which owns the attribute is Expediente which implements ILocalizable, and themethod which tries to get the class receibes an ILocalizable. I think that is a revelant thing to have into account.