Skip to main content

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

Odd, please include your mappings.  Have you mapped them as Embeddable?  What
SQL is generated?

What version of EclipseLink are you using?  Does the issue occur on the
latest release?



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


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
Blog:  http://java-persistence-performance.blogspot.com/ Java Persistence
Performance 
-- 
View this message in context: http://old.nabble.com/%28no-subject%29-tp30259035p30297396.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top