downgraded to 1.2.0; sequences get out of sync [message #504761] |
Tue, 22 December 2009 09:17 |
Eclipse User |
|
|
|
There were problems in 2.0.0RC1 with the counters in the sequence table getting out of sync (running behind) with the PK's written in the actual records (so a counter was still at 100, while pk=101 already was in the table).
I downgraded to 1.2.0 hoping that this will no longer occur (usually changing a library is not a good idea, just before going on a holliday). Haven't tested with 2.0.0 final yet.
Is this a know issues?
Tom
|
|
|
downgraded to 1.1.3; object creation [message #504768 is a reply to message #504761] |
Tue, 22 December 2009 04:56  |
Eclipse User |
|
|
|
Downgraded one further, this entity variable is not initialized in 1.2.0 (it is in 1.1.3 and 2.0.0)
transient final public ListenerHandler totalsListeners = new ListenerHandler()
{
public void fire(Object listener, Object event)
{
...
}
};
|
|
|
Powered by
FUDForum. Page generated in 0.03501 seconds