This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Description
According to the documentation for SqlXmlHandler's getXmlAsString it should return the given column as String or null in case of SQL NULL, OracleXmlHandler's implementation throws a NullPointerException instead.
The default implementation (Jdbc4SqlXmlHandler) has the same behavior. So it seems to me that there's a discrepancy between the documentation and the implementation.