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

Pierre Smits commented on OFBIZ-9243:
-------------------------------------

Would it not be better to move
{code}
+    <Product productId="GZ-1000" 
smallImageUrl="/images/products/GZ-1000/small.png" 
largeImageUrl="/images/products/GZ-1000/large.png"/>
+    <Product productId="GZ-1001" 
smallImageUrl="/images/products/GZ-1001/small.png" 
largeImageUrl="/images/products/GZ-1001/large.png"/>
+    <Product productId="GZ-2644" 
smallImageUrl="/images/products/GZ-2644/small.png" 
largeImageUrl="/images/products/GZ-2644/large.png"/>
+
+    <ShipmentMethodType description="Standard" 
shipmentMethodTypeId="STANDARD"/>
+    <ShipmentMethodType description="Ground" shipmentMethodTypeId="GROUND"/>
+    <ShipmentMethodType description="Third Day" 
shipmentMethodTypeId="THIRD_DAY"/>
+    <ShipmentMethodType description="Second Day" 
shipmentMethodTypeId="SECOND_DAY"/>
+    <ShipmentMethodType description="International Express" 
shipmentMethodTypeId="INT_EXPRESS"/>
+    <ShipmentMethodType description="Guaranteed Next Day" 
shipmentMethodTypeId="NEXT_DAY"/>
+    <ShipmentMethodType description="Air" shipmentMethodTypeId="AIR"/>
{code}
 to the demo data set of product?

And 
{code}

+    <Party partyId="USPS" partyTypeId="PARTY_GROUP"/>
+    <Party partyId="UPS" partyTypeId="PARTY_GROUP"/>
+    <PartyGroup partyId="USPS" groupName="USPS"/>
+    <PartyGroup partyId="UPS" groupName="UPS"/>
+    <PartyRole partyId="USPS" roleTypeId="CARRIER"/>
+    <PartyRole partyId="UPS" roleTypeId="CARRIER"/>
{code}
to the demo data set of the party component?

> load demo data failure
> ----------------------
>
>                 Key: OFBIZ-9243
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9243
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Wai
>            Assignee: Deepak Dixit
>         Attachments: ofbiz-framework-buildbot gradlew loadDefault.log.txt
>
>
> checkout latest ofbiz-framework and ofbiz-plugins
> $ gradlew cleanAll build
> $ gradlew loadDefault...using derby
> console output...
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       
> |I| 00040 of 17229 from 
> file:/ofbiz-framework/plugins/webpos/data/PosSyncSettings.xml
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       
> |I| The following errors occurred in the data load:
> 2017-03-02 17:18:32,143 |main                 |EntityDataLoadContainer       
> |I| [loadData]: Error loading XML Resource 
> "file:/ofbiz-framework/plugins/ebay/data/DemoEbayData.xml"; Error was: A 
> transaction error occurred reading data
> 2017-03-02 17:18:32,144 |main                 |EntityDataLoadContainer       
> |I| [loadData]: Error loading XML Resource 
> "file:/ofbiz-framework/plugins/myportal/data/MyPortalDemoData.xml"; Error 
> was: A transaction error occurred reading data
> 2017-03-02 17:18:32,144 |main                 |EntityDataLoadContainer       
> |I| =-=-=-=-=-=-= Finished the data load with 17229 rows changed.
> }}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to