As it is stated in thread title, we are using Spring framework, JPA with hibernate provider and Atomikos as transaction provider.
Mostly this set up is working, but there are strange warnings during startup of a Tomcat:
WARN : atomikos - Local heuristic termination of coordinator 127.0.1.1.tm0000100030 with state COMMITTING
it is repeated few times, but with different numbers, like tm0000300030
What is the cause of this warning? Does atomikos try to store something in database during startup of an application and he is stopped during commiting.