I write some code to test my configuration of Hibernate.But I come across such error message:
java.lang.UnsupportedOperationException: The application must s
The hibernate property names in the configuration file are case sensitive.
<property name="hibernate.connection.URL">
should be
<property name="hibernate.connection.url">