On Tue, Aug 12, 2008 at 5:44 PM, Michael Harris <[EMAIL PROTECTED]> wrote: > Anyone seen and know how to resolve value too large for column errors like > > value too large for column "schema"."DEFAULT_BINVAL"."BINVAL_ID" > (actual: 72, maximum: 64)
that's most likely caused by incorrect table creation. did you create them manually? > > (I replaced the schema value with schema) > > whats wierd is I can run my tests locally but when the automated environment > tries to run the tests I get those errors. > > i also see > > unique constraint (schema.DEFAULT_PROP_IDX) violated you're probably having more than 1 jackrabbit instance accessing the same db/schema... cheers stefan > > > > again replacing my schema name with schema > > thanx > > -- > --------------------- > Michael Harris >
