A user had the following properties in his configuration and it seems this was confusing:
{ quote code :xml}<property name="hibernate.transaction.factory_class">org.transaction.JDBCTransactionFactory</property> <property name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property> { quote code }
We should at the very least log a WARN, I would think even throw a runtime exception at boot time.
|