Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.8
-
None
-
Operating System: All
Platform: All
-
33850
Description
In src/blocks/databases/java/org/apache/cocoon/transformation/SQLTransformer.java
around line 1134 are the lines
Clob clob = rs.getClob(i);
InputStream inputStream = clob.getAsciiStream();
which cause a NPE when getClob() returns null.
around line 1134 are the lines
Clob clob = rs.getClob(i);
InputStream inputStream = clob.getAsciiStream();
which cause a NPE when getClob() returns null.