[jira] Created: (OFBIZ-894) Bug with java.util.Date Mapping

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)
Bug with java.util.Date Mapping
-------------------------------

                 Key: OFBIZ-894
                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
         Environment: SUSE Linux 10.1
MySql 5.0
            Reporter: Michael Imhof
            Priority: Critical


Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Imhof updated OFBIZ-894:
--------------------------------

    Attachment: dateBug.patch

> Bug with java.util.Date Mapping
> -------------------------------
>
>                 Key: OFBIZ-894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: SUSE Linux 10.1
> MySql 5.0
>            Reporter: Michael Imhof
>            Priority: Critical
>         Attachments: dateBug.patch
>
>
> Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
> convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David E. Jones updated OFBIZ-894:
---------------------------------

    Priority: Minor  (was: Critical)

> Bug with java.util.Date Mapping
> -------------------------------
>
>                 Key: OFBIZ-894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: SUSE Linux 10.1
> MySql 5.0
>            Reporter: Michael Imhof
>         Assigned To: David E. Jones
>            Priority: Minor
>         Attachments: dateBug.patch
>
>
> Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
> convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David E. Jones reassigned OFBIZ-894:
------------------------------------

    Assignee: David E. Jones

> Bug with java.util.Date Mapping
> -------------------------------
>
>                 Key: OFBIZ-894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: SUSE Linux 10.1
> MySql 5.0
>            Reporter: Michael Imhof
>         Assigned To: David E. Jones
>            Priority: Critical
>         Attachments: dateBug.patch
>
>
> Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
> convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489286 ]

David E. Jones commented on OFBIZ-894:
--------------------------------------

Changed to minor because this is a mostly unused bit of code (not part of primary or secondary best practices for most normal things) and in fact various related things are not even implemented. It is not causing problems with other parts of the system.

> Bug with java.util.Date Mapping
> -------------------------------
>
>                 Key: OFBIZ-894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: SUSE Linux 10.1
> MySql 5.0
>            Reporter: Michael Imhof
>         Assigned To: David E. Jones
>            Priority: Minor
>         Attachments: dateBug.patch
>
>
> Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
> convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-894) Bug with java.util.Date Mapping

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David E. Jones closed OFBIZ-894.
--------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Michael. The change is in SVN rev 529473.

> Bug with java.util.Date Mapping
> -------------------------------
>
>                 Key: OFBIZ-894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-894
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: SUSE Linux 10.1
> MySql 5.0
>            Reporter: Michael Imhof
>         Assigned To: David E. Jones
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: dateBug.patch
>
>
> Filling entity date fields of type java.util.Date produces error because UtilDateTime tries to
> convert type string ("java.util.Date") instead of value string ("2001-01-01 00:00:00")

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.