Bug #1362: Specify type of property in Templates.hbm.xml to avoid problems with MySQL

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-03-14 22:11:12 +01:00
parent de441a7a74
commit 186e8a734f

View file

@ -11,7 +11,7 @@
<version name="version" access="property" type="long" />
<component name="infoComponent" class="org.libreplan.business.orders.entities.InfoComponent">
<property name="name" access="field" />
<property name="description" access="field" />
<property name="description" access="field" type="text" />
<property name="code" access="field"/>
</component>
<property name="startAsDaysFromBeginning"