Have a weird issue where in dev within eclipse everything is fine with hsqldb…
however in prod with mySQL, I am getting
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry ‘B56BF91E-4C6C-4A04-9688-0293970F9934-5-Deal’ for key ‘aggregateIdentifier’
The issue is that there are two commands being fired with futurecallbacks one after the other to aggregate commandhandler, however this works perfectly in dev vm in eclipse.
This is axon 1.x, in the bowels deep in Axon so am not sure whats gong on…am stuck… any ideas… Thanks and Cheers…