Skip to main content



      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 09:17
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Jul 22 18:49:33 EDT 2025

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

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

Back to the top