--
You received this message because you are subscribed to the Google Groups "Axon Framework Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to axonframewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/axonframework/93e341c4-d487-42b5-931d-47401f10c7f3%40googlegroups.com.
Hi Michael,the sequence table is used internally by Hibernate. Since Hibernate 5 they changed the default sequence to one using a table instead of MySQL's native auto-increment. Axon has absolutely no influence on how this sequence is used, although there are ways to force Hibernate to use the auto-increment instead.The double entry in the table is more likely to be an issue in Hibernate.Kind regards,Allard
On Fri, 14 Feb 2020 at 17:58, Michael Dempfle <mi...@mdempfle.de> wrote:
Hi ,--The problem was, that in the hybernate_sequence table where 2 entries:326 and 327Axon was reading 326 and tried to write 327 to the table which already existed.How can this happen? And how can this be prevented. I think this is a Axon problem which should be fixed asap. It crashed the whole system.Best,Michael
You received this message because you are subscribed to the Google Groups "Axon Framework Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to axonfr...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to axonframewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/axonframework/07d2b348-7ea3-4ea4-9056-c17dd2e0f87c%40googlegroups.com.