On Mar 10, 2010, at 3:49 PM, Thomas Mortagne wrote:
On Wed, Mar 10, 2010 at 15:14, NicolaNardino <[email protected]> wrote:
Hi guys, have you ever experienced such an issue?
I had to set nullable "XWIKISTATSDOC"."XWS_CLASSNAME" to make statistics working, because I was receiving this: Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into (...."XWIKISTATSDOC"."XWS_CLASSNAME")
Indeed the value of XWS_CLASSNAME changed in 2.2M2, it used to be "internal" and is can now be "" or null. But the mapping has not been changed, i'm fixing that.
Note that you can fix this on your instance by editing your oracle.hbm.xml file and remove the not-null contraint. It'll be fixed in XE 2.2.3 Thanks -Vincent
Well, sometimes I'm getting anothererror message ROR util.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expecte d - got CLOB
Any clue?
Cheers Nicola