[ http://issues.apache.org/jira/browse/COCOON-1462?page=all ]
Vadim Gritsenko closed COCOON-1462.
-----------------------------------
Fix Version/s: 2.2-dev (Current SVN)
2.1.10-dev (current SVN)
Resolution: Fixed
incorporated into current code
> NullPointerException in SQLTransformer
> --------------------------------------
>
> Key: COCOON-1462
> URL: http://issues.apache.org/jira/browse/COCOON-1462
> Project: Cocoon
> Issue Type: Bug
> Components: Blocks: Databases
> Affects Versions: 2.1.8
> Environment: Operating System: All
> Platform: All
> Reporter: Brad
> Assigned To: Vadim Gritsenko
> Fix For: 2.2-dev (Current SVN), 2.1.10-dev (current SVN)
>
> Attachments: cocoon.patch, cocoon_patch
>
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira