On Wed, Mar 10, 2010 at 15:51, Sergiu Dumitriu
<sergiu(a)xwiki.com> wrote:
On 03/10/2010 03:14 PM, NicolaNardino 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")
That is strange, this column should always have "internal" as the value,
which is definitely not NULL.
I looked at the code, and it looks like this is a bug in the core, the
"internal" value is set only when using a certain constructor.
Actually it has been done on purpose.