ItEr20S04ArquitecturaServidorItEr19S04: Changing mysql profile dialect to MySQLInnoDBDialect so mysql uses transactional tables.

This commit is contained in:
Óscar González Fernández 2009-08-06 21:14:44 +02:00 committed by Javier Moran Rua
parent 61f178ee67
commit c342952928

View file

@ -130,7 +130,7 @@
<dataSource.url>jdbc:mysql://localhost/naval${navalplanner.mode}</dataSource.url> <dataSource.url>jdbc:mysql://localhost/naval${navalplanner.mode}</dataSource.url>
<testDataSource.url>${dataSource.url}test</testDataSource.url> <testDataSource.url>${dataSource.url}test</testDataSource.url>
<!-- Hibernate properties --> <!-- Hibernate properties -->
<hibernate.dialect>org.hibernate.dialect.MySQLDialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</hibernate.dialect>
</properties> </properties>
</profile> </profile>