Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » downgraded to 1.2.0; sequences get out of sync
downgraded to 1.2.0; sequences get out of sync [message #504761] Tue, 22 December 2009 14:17
Tom Eugelink is currently offline Tom EugelinkFriend
Messages: 817
Registered: July 2009
Senior Member
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 09:56 Go to previous message
Tom Eugelink is currently offline Tom EugelinkFriend
Messages: 817
Registered: July 2009
Senior Member
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)
{
...
}
};
Previous Topic:Dates: Column Integer X Property Calendar
Next Topic:OSGI & JPA
Goto Forum:
  


Current Time: Tue Mar 19 03:39:14 GMT 2024

Powered by FUDForum. Page generated in 0.03123 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top