Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN 2.3.1, trunk commit: Bug#353606 - weaving fails in server

SVN 2.3.1,trunk commit: Bug#353606 - weaving fails in server

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=353606

 

Fix to revert lazy in mapping's initialize if the class was not weaved.

The previous fixed cause errors to occur for static libraries that do not allow weaving when deployed in the server.

 

Code review: Gord

 

Changes:

- changed ForeignReferenceMapping to revert weaved indirection if the class was not weaved, and log a warning.

- changed ObjectAccessor to never disable LAZY.

 


Back to the top