Sorry, I forgot to send you the mapping file....

<mapping>
    <class name="com.costes.base.Factura" identity="id"
key-generator="IDENTITY">
        <map-to table="facturas"/>
        <field name="id" type="integer">
            <sql name="id" type="integer"/>
        </field>
        <field name="idCertificacion" type="integer">
            <sql name="id_certificacion"/>
        </field>
        <field name="referencia" type="string">
            <sql name="referencia" type="varchar"/>
        </field>
        <field name="datoContable1" type="string">
            <sql name="dato_Contable1" type="varchar"/>
        </field>
        <field name="datoContable2" type="string">
            <sql name="dato_Contable2" type="varchar"/>
        </field>
        <field name="datoContable3" type="string">
            <sql name="dato_Contable3" type="varchar"/>
        </field>
        <field name="importe" type="double">
            <sql name="importe"/>
        </field>

    </class>
</mapping>



-----Original Message-----
From: Werner Guttmann [mailto:[EMAIL PROTECTED] 
Sent: lunes, 12 de abril de 2004 20:30
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] ObjectModifiedException using double in MySql
with out size.


Gonzalo,

can you please post a code fragment, a mapping file, et alias so that I
can simulate your findings ? Parta from this, what version of mySQL are
you using, 
and what's the release number of the JDBC driver for mySQL ? 

Regards
Werner

On Mon, 12 Apr 2004 17:15:51 +0200, Gonzalo Abollado wrote:

>
>Hello,
>
>I�m run into another ObjectModifiedException problem. In this case I
was
>using a double field in MySQL with out specifying the size of the
field.
>
>In some situations, I can�t really tell when, but maybe it has to do
>with values like: 123123,93 maybe a rounding problem, I�m not sure...
>The thing is that using the same value that fails using double with out
>specifying the size, specifying a size of 10,2 in the double field it
>works fine.
>
>Regards,
>Gonzalo Abollado.
>
>----------------------------------------------------------- 
>If you wish to unsubscribe from this mailing, send mail to
>[EMAIL PROTECTED] with a subject of:
>        unsubscribe castor-dev
>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to