Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bugs 286003 and 303192 checked into trunk

https://bugs.eclipse.org/bugs/show_bug.cgi?id=286003 - JavaLog.getLogger does not support unknown category names

Checked community submitted as submitted.

Tested manually + ran JPA LRG

Reviewed: Tom Ware - reviewed communit submitted fix.

Setting target to 2.1.1 and Priority to P1 so this fix will be integrated when
2.1.1 stream opens.

---

https://bugs.eclipse.org/bugs/show_bug.cgi?id=303192 - NullPointerException when persisting null Map

Checked in communit submitted change above with small addition.

Note: There is some unpredictablility when persisting a null list.  There is no
way for EclipseLink to tell from the database whether the list is null, or
empty.  As a result, if the object is not in the cache, an empty list will be
returned when the object is read back.  If it is in the cache, whatever the
value from the cache is will be returned.

Reviewed by Tom Ware - reviewed community submitted patch.

Targetting for 2.1.1 and setting to P1 so this fix can be integrated when that
stream opens.


Back to the top