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. |
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
Free forum by Nabble | Edit this page |