Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] FYI: Thread-safe and refreshable implementation of read-only object have added to bug 245726

FYI: Thread-safe and refreshable implementation of read-only object have
been added to bug 245726

Also session object will not be corrupted if UOW instance are modified
by rogue code. Invalid session object are refreshed when requested via
UOW instead of getting invalid object like we get right now. Useful when
using EclipseLink JMS based invalidation or DB is modified outside the
application and you use time based invalidation.

So raise EclipseLink to the same correctness that Hibernate provide for
read-only object.

See http://bugs.eclipse.org/bugs/show_bug.cgi?id=245726



Back to the top