Currently upgrading our java/jsf/primefaces application, I'm facing folowing issue:
I changed the versioning date from Date datatype to LocalDateTime, since that i'm having a OptimistickLockException when saving an Entity for the second time, on my local machine. (Windows64 + Wildfly23 + OpenJDK 12 + oracle-ojdbc6 driver) I've already debugged showed the current values of the jpaVersion on screen everything is fine before the update.
On the dev server (Linux + Wildfly23 + OpenJDK 12 + oracle-ojdbc6 driver), it's working fine. Both share the same DB.
Someone have an idea what could be the cause ? Would appreciate you're help.
Best regards