Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Commit for Bug#273338 NullPointerException possible in DatabaseAccessor

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

Latest check in builds on the previous one and closes a hole where the accessor returned from the ClientSession itself could be null, not just the connection in the accessor. Changes: ClientSession getAccessor() now throws DatabaseException.databaseAccessorConnectionIsNull if the accessor is null
Checked into main and 1.2
Reviewed by Gordon Yorke



Back to the top