Quoting Sanne, we discovered that services are started twice by Hibernate ORM. Is that
expected that the service guards against that, or is there some issue somewhere either in
ORM or in the way OGM declares services?
While looking at this I also noticed the service was actually started
twice;
Looking into Hibernate Core that seems to be the behaviour for all services.
line 162 and 163 at:
org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(ServiceBinding<R>)