From c342952928ec2c71a4f61acd3f946c82dcd5377a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Thu, 6 Aug 2009 21:14:44 +0200 Subject: [PATCH] ItEr20S04ArquitecturaServidorItEr19S04: Changing mysql profile dialect to MySQLInnoDBDialect so mysql uses transactional tables. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c76855791..61d22a419 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ jdbc:mysql://localhost/naval${navalplanner.mode} ${dataSource.url}test - org.hibernate.dialect.MySQLDialect + org.hibernate.dialect.MySQLInnoDBDialect