Skip to main content

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

Michael,

Can you please post all the information related to how these items are mapped? (classes with annotations, relevant xml files)

  Also, can you please post the code snippet you are using to read the objects.

-Tom

Michael Simons wrote:
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 <http://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


------------------------------------------------------------------------

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top