Hi,

strange!
Could you post a test case or add a test to one of
the existing test cases to reproduce
your problem?


Yes it's strange, I noticed a couple of thing ... that could be wrong:

First of all, the problem seems the storing of the HighLowSequence object.
The maxKey attribute is a 'long' now, so in the repository-internal.xml the 
field descriptor of this attribute should be:

<field-descriptor
    name="maxKey"
    column="MAX_KEY"
    jdbc-type="BIGINT"
/>


instead of

<field-descriptor
     name="maxKey"
     column="MAX_KEY"
     jdbc-type="INTEGER"
/>


Anyway, using BIGINT the first store of the sequence works fine but the
followings doesn't work and I got a ClassCastException on a
java.lang.Integer object.

Now I'm playing with some debug on the sequence classes to understand where
this type mismatch could be generated.

I'll try to setup a test case for this issue

Thanks again

Massimiliano Farnea

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to