Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] (no subject)

Hello,

 

EclipseLink does not correctly load classes like the following:

 

class Address {

}

 

class Location {

  Private Address address;

  Private Address proposedAddress;

}

 

When instances of Location are queried from the database, the query is correct, but the values of some fields of Location.address are mapped into fields of Location.proposedAddress.

At the moment we are already discussing to replace EL because of this weird behavior.

 

Can anyone help me with this urgent issue, please?

Is this a known bug, already?

 

Kind Regards,

Michael Simons

 

OPTITOOL GmbH

Bruderwöhrdstrasse 15b

93055 Regensburg

 


Back to the top