The exception tells you that:
--- The error occurred while applying a parameter map.
--- Check the Link.forVerbiage-InlineParameterMap.

The statement you posted has no parameters...is that the actual
statement or has it been edited for the email?

Larry


On 6/12/07, mister blinky <[EMAIL PROTECTED]> wrote:

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