For a column of such a large length, I think you must use the StringClob type.
RP On Thursday, June 6, 2013 4:12:14 PM UTC+1, Gangabathula Hemanth wrote: > > We are facing an exception while using Nhibernate 3.3.3.GA product > version, which says "The length of the string value exceeds the length > configured in the mapping/parameter." > > and this is happening after we have upgraded the Nhibernate version from > 3.1.0.4000 to 3.3.3.GA version. > > I am facing this problem, even after having the length on the column > defined. and below is the mapping details > > <property name="OldValue" type="string"> > <column name ="OldValue" length="2147483647" not-null="false" /> > </property> > > and definitely the length of the string is not exceeding. > > Any fix or workaround? > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
