From: Craig Swift [mailto:[EMAIL PROTECTED]
Sent: Thu 2005-08-11 3:33 PM
To: [email protected]
Subject: Clob Issue
Hello,
Has anyone seen this type of error before when
trying to use Clobs in
IBatis?
javax.servlet.ServletException: Error
executing update.
Cause:
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error
occurred in recognition/dao/ibatis/mapping/Nomination.xml.
--- The error
occurred while applying a parameter map.
--- Check the
updateNomination-InlineParameterMap.
--- Check the parameter mapping for the
'writeUp' property.
--- Cause: java.sql.SQLException: Data size bigger than
max size for this type: 4236
I'm using a String as the underlining object
and specifying the JDBC type as a clob in the sql map. It works for
inserts/updates/deletes until the String size becomes to large. I was under the
impression that a CustomType Hnadler wasn't necessary. Any information would be
appreciated, thanks!
Craig
S
