Index: lams_tool_sbmt/conf/hibernate/mappings/hibernate.properties =================================================================== diff -u -rb610cde22bca23f3ec2c70121db08612edff3912 -r263a23a9e7e282fe4eaef699b86d2c880839589b --- lams_tool_sbmt/conf/hibernate/mappings/hibernate.properties (.../hibernate.properties) (revision b610cde22bca23f3ec2c70121db08612edff3912) +++ lams_tool_sbmt/conf/hibernate/mappings/hibernate.properties (.../hibernate.properties) (revision 263a23a9e7e282fe4eaef699b86d2c880839589b) @@ -2,6 +2,6 @@ hibernate.connection.password=lamsdemo hibernate.connection.url=jdbc:mysql://localhost/lams hibernate.connection.driver_class=com.mysql.jdbc.Driver -hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect +hibernate.dialect=org.hibernate.dialect.MySQLDialect