When I tried to insert data into a table through flush() method, It is working fine in Internet Explorer but throwing the below error in 'Mozilla firefox' and 'Google Chrome'. It seems to be very strange.
02:39:55,688 WARN [org.hibernate.util.JDBCExceptionReporter] (ajp-localhost/127.0.0.1:8009-1) SQL Error: 0, SQLState: 22001 02:39:55,688 ERROR [org.hibernate.util.JDBCExceptionReporter] (ajp-localhost/127.0.0.1:8009-1) Data truncation 02:39:55,688 WARN [org.hibernate.util.JDBCExceptionReporter] (ajp-localhost/127.0.0.1:8009-1) SQL Error: 8152, SQLState: 22001 02:39:55,688 ERROR [org.hibernate.util.JDBCExceptionReporter] (ajp-localhost/127.0.0.1:8009-1) String or binary data would be truncated.
|