JournalPersistenceAdapter.recover() {
...
while ((pos = journal.getNextRecordLocation(pos)) != null) {
...
}
...
}loops infinitely .RecordLocation indicate that the position goes to the end of the journal and start again.
Anybody experienced something like that? It is a know bug in 4.0.1, I couldn't find something, but maybe I missed somehow.
Thanks.
