Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Potential Bug in 2.1.1: values are written to wrong attributes

Sorry for the mail without subject.

 

So, once again:

Hello,

 

EclipseLink does not load correctly 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

 

www.optitool.de

 

 

 

Von: Michael Simons
Gesendet: Freitag, 19. November 2010 17:14
An: 'eclipselink-users@xxxxxxxxxxx'
Cc: Elke Hopp
Betreff:

 

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