An additional note:

The error happens *before* the resultmap gets applied. I know this because
if i replace the resultMap with this:

        <resultMap id="verbiageTest" class="com.ibm.bl.Verbiage">
                <result property="htmlVerbiage" column="NTHIN"/> 
        </resultMap>

where "NTHIN" is not a column in the resultset at all, the same error
occurs.

thanks
-- 
View this message in context: 
http://www.nabble.com/ArrayIndexOutOfBoundsException-mapping-CLOB-tf3909489.html#a11085300
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to