You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "JuanFran Adame Lorite (JIRA)" <ji...@apache.org> on 2005/10/26 10:27:55 UTC

[jira] Created: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

The scale property is not included in XML mapping/definitions
-------------------------------------------------------------

         Key: DDLUTILS-35
         URL: http://issues.apache.org/jira/browse/DDLUTILS-35
     Project: DdlUtils
        Type: Bug
 Environment: not particular environment
    Reporter: JuanFran Adame Lorite
 Assigned to: Thomas Dudziak 


The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-35?page=all ]
     
Thomas Dudziak resolved DDLUTILS-35:
------------------------------------

    Resolution: Won't Fix

This is because scale and precision are specified via the size attribute (the DTD is in need of better documentation, but unfortunately, I have no control over it as it is specified by the Turbine folks).

> The scale property is not included in XML mapping/definitions
> -------------------------------------------------------------
>
>          Key: DDLUTILS-35
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-35
>      Project: DdlUtils
>         Type: Bug
>  Environment: not particular environment
>     Reporter: JuanFran Adame Lorite
>     Assignee: Thomas Dudziak
>  Attachments: database.dtd, mapping.xml
>
> The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-35?page=all ]

Thomas Dudziak updated DDLUTILS-35:
-----------------------------------

    Component: Core (No specific database)

> The scale property is not included in XML mapping/definitions
> -------------------------------------------------------------
>
>          Key: DDLUTILS-35
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-35
>      Project: DdlUtils
>         Type: Bug

>   Components: Core (No specific database)
>  Environment: not particular environment
>     Reporter: JuanFran Adame Lorite
>     Assignee: Thomas Dudziak
>  Attachments: database.dtd, mapping.xml
>
> The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

Posted by "JuanFran Adame Lorite (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-35?page=all ]

JuanFran Adame Lorite updated DDLUTILS-35:
------------------------------------------

    Attachment: mapping.xml
                database.dtd

I have solved the problem adding the scale attribute in column element definition in file database.dtd and adding the mapping reference to scale attribute in mappings.xml

> The scale property is not included in XML mapping/definitions
> -------------------------------------------------------------
>
>          Key: DDLUTILS-35
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-35
>      Project: DdlUtils
>         Type: Bug
>  Environment: not particular environment
>     Reporter: JuanFran Adame Lorite
>     Assignee: Thomas Dudziak
>  Attachments: database.dtd, mapping.xml
>
> The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

Posted by "JuanFran Adame Lorite (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-35?page=all ]
     
JuanFran Adame Lorite closed DDLUTILS-35:
-----------------------------------------


I was wrong and this fix was not necesary. Bug was inexistent

> The scale property is not included in XML mapping/definitions
> -------------------------------------------------------------
>
>          Key: DDLUTILS-35
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-35
>      Project: DdlUtils
>         Type: Bug
>  Environment: not particular environment
>     Reporter: JuanFran Adame Lorite
>     Assignee: Thomas Dudziak
>  Attachments: database.dtd, mapping.xml
>
> The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DDLUTILS-35) The scale property is not included in XML mapping/definitions

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DDLUTILS-35?page=comments#action_12356076 ] 

Thomas Dudziak commented on DDLUTILS-35:
----------------------------------------

Nope, you use it just like in SQL separated by comma, eg. size="10,5" means precision = 10 and scale = 5

> The scale property is not included in XML mapping/definitions
> -------------------------------------------------------------
>
>          Key: DDLUTILS-35
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-35
>      Project: DdlUtils
>         Type: Bug
>  Environment: not particular environment
>     Reporter: JuanFran Adame Lorite
>     Assignee: Thomas Dudziak
>  Attachments: database.dtd, mapping.xml
>
> The scale property is not defined in database.dtd and in bean mappings file mapping.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira