Hibernate-core upgrade to 5.0.12.Final

Hello,

I am upgrading hibernate-core from 4.3.11.Final to 5.0.12.Final, getting this error -

org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.resource.transaction.TransactionCoordinatorBuilder]

Caused by: org.hibernate.boot.registry.selector.spi.StrategySelectionException: Could not instantiate named strategy class [org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl]
at org.hibernate.boot.registry.selector.internal.StrategySelectorImpl.resolveDefaultableStrategy(StrategySelectorImpl.java:170)
at org.hibernate.boot.registry.selector.internal.StrategySelectorImpl.resolveDefaultableStrategy(StrategySelectorImpl.java:126)
at org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator.initiateService(TransactionCoordinatorBuilderInitiator.java:37)
at org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator.initiateService(TransactionCoordinatorBuilderInitiator.java:27)
at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:88)
at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:254)

Anyone faced this issue? Any

You should post the full stacktrace and also the configuration you are using. I’m guess though that there are some configuration options that changed the meaning.