I have the following hibernate.cfg.xml:
hibernate.cfg.xml
<hibernate-configuration> <session-factory> <property name="hibernate.format_sql">true</property> <property name="hibernate.show_sql">true</property> <property name="hibernate.connection.url">jdbc:mysql://localhost/EJB</property> ...