You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "X Freeman (JIRA)" <ji...@apache.org> on 2008/05/16 19:25:55 UTC

[jira] Created: (OFBIZ-1797) DB table rows creation order reverted when exporting data to XML file

DB table rows creation order reverted when exporting data to XML file
---------------------------------------------------------------------

                 Key: OFBIZ-1797
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1797
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: Release Branch 4.0
         Environment: Xp, Ofbiz 4.0, derby
            Reporter: X Freeman


Concern Webtools component.
When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
I care about the table rows order when i use the entity in the drop-down options of a form field .


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


[jira] Updated: (OFBIZ-1797) DB table rows creation order reverted when exporting data to XML file

Posted by "X Freeman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

X Freeman updated OFBIZ-1797:
-----------------------------

    Description: 
Concern Webtools component.
When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
I care about the table rows order when i use the entity in the drop-down options of a form field.

Thanks

  was:
Concern Webtools component.
When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
I care about the table rows order when i use the entity in the drop-down options of a form field .



> DB table rows creation order reverted when exporting data to XML file
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-1797
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1797
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 4.0
>         Environment: Xp, java 1.4, Ofbiz 4.0, derby
>            Reporter: X Freeman
>             Fix For: Release Branch 4.0
>
>
> Concern Webtools component.
> When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
> For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
> When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
> I care about the table rows order when i use the entity in the drop-down options of a form field.
> Thanks

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


[jira] Updated: (OFBIZ-1797) DB table rows creation order reverted when exporting data to XML file

Posted by "X Freeman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

X Freeman updated OFBIZ-1797:
-----------------------------

      Component/s: party
    Fix Version/s:     (was: Release Branch 4.0)

> DB table rows creation order reverted when exporting data to XML file
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-1797
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1797
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 4.0
>         Environment: Xp, java 1.4, Ofbiz 4.0, derby
>            Reporter: X Freeman
>
> Concern Webtools component.
> When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
> For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
> When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
> I care about the table rows order when i use the entity in the drop-down options of a form field.
> Thanks

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


[jira] Commented: (OFBIZ-1797) DB table rows creation order reverted when exporting data to XML file

Posted by "X Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601182#action_12601182 ] 

X Freeman commented on OFBIZ-1797:
----------------------------------

Instead when exporting "Out to Browser" the order is correct

> DB table rows creation order reverted when exporting data to XML file
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-1797
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1797
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 4.0
>         Environment: Xp, java 1.4, Ofbiz 4.0, derby
>            Reporter: X Freeman
>
> Concern Webtools component.
> When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
> For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
> When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
> I care about the table rows order when i use the entity in the drop-down options of a form field.
> Thanks

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


[jira] Updated: (OFBIZ-1797) DB table rows creation order reverted when exporting data to XML file

Posted by "X Freeman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

X Freeman updated OFBIZ-1797:
-----------------------------

    Fix Version/s: Release Branch 4.0
      Environment: Xp, java 1.4, Ofbiz 4.0, derby  (was: Xp, Ofbiz 4.0, derby)

> DB table rows creation order reverted when exporting data to XML file
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-1797
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1797
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 4.0
>         Environment: Xp, java 1.4, Ofbiz 4.0, derby
>            Reporter: X Freeman
>             Fix For: Release Branch 4.0
>
>
> Concern Webtools component.
> When i export an entity from the Webtools in a single filename XML the data table rows are written in reverse order with respect to the order they have in the DB.
> For example exporting the InvoiceType entity the first row written in the XML file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
> When i import my custom made entities, previously exported to XML, in a new Ofbiz installation all the tables have the rows in reverse order.
> I care about the table rows order when i use the entity in the drop-down options of a form field .

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