Author: jleroux
Date: Mon Feb 22 15:49:05 2016
New Revision: 1731665

URL: http://svn.apache.org/viewvc?rev=1731665&view=rev
Log:
A patch from Amit Gadaley for "Exclusion of Manufacturing components leads to 
load errors" https://issues.apache.org/jira/browse/OFBIZ-6757

Pierre Smits: When loading data into OFBiz without the manufacturing component 
the process ends unsuccessful.

Deepak: Entity related error should be fixed under OFBIZ-6760, apart from it 
there are dependency of ecommerce demo data on manufacturing demo data. 

jleroux: Duplicating those data (present in Manufacturing) into ecommerce is 
indeed a smart solution. If they are already loaded (like OOTB) they will not 
be loaded twice. If they are not there they will be loaded. 
Conclusion: sometimes duplication is smart (especially with OFBiz data) and 
this is a good way to introduce independency between components...

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoConfigurator.xml
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoConfigurator.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoConfigurator.xml?rev=1731665&r1=1731664&r2=1731665&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoConfigurator.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoConfigurator.xml Mon Feb 22 
15:49:05 2016
@@ -19,6 +19,13 @@ under the License.
 -->
 
 <entity-engine-xml>
+       <FixedAsset fixedAssetId="DEMO_BOOK_GROUP" 
fixedAssetTypeId="GROUP_EQUIPMENT" fixedAssetName="Demo Book Group"/>
+    <FixedAssetGeoPoint fixedAssetId="DEMO_BOOK_GROUP" geoPointId="9000" 
fromDate="2011-08-02 00:00:00.000"/>
+    <FixedAsset fixedAssetId="DEMO_MACHINE_GROUP" 
fixedAssetTypeId="GROUP_EQUIPMENT" fixedAssetName="Demo Machine Group"/>
+    <FixedAssetGeoPoint fixedAssetId="DEMO_MACHINE_GROUP" geoPointId="9000" 
fromDate="2009-01-09 00:00:00.000"/>
+    <FixedAsset fixedAssetId="DEMO_FOOD_GROUP" 
fixedAssetTypeId="GROUP_EQUIPMENT" fixedAssetName="Demo Food Group"/>
+    <FixedAssetGeoPoint fixedAssetId="DEMO_FOOD_GROUP" geoPointId="9000" 
fromDate="2009-01-09 00:00:00.000"/>
+    
     <Product productId="PC001" productTypeId="AGGREGATED" 
productName="Configurable PC" internalName="Configurable PC" 
description="Configurable PC" isVirtual="N" isVariant="N" 
billOfMaterialLevel="0" createdDate="2004-08-20 12:49:13.418" 
createdByUserLogin="admin"/>
     <Product productId="RAM1GB_BRAND" productTypeId="FINISHED_GOOD" 
productName="RAM1GB" internalName="RAM 1 GB DDR2" description="1 GB Dual 
Channel DDR2 SDRAM" isVirtual="N" isVariant="N" billOfMaterialLevel="0" 
createdDate="2004-08-20 12:50:54.794" createdByUserLogin="admin"/>
     <Product productId="HD250GB_BRAND" productTypeId="FINISHED_GOOD" 
productName="HD250GB" internalName="HD 250 GB" description="250 GB Hard Drive" 
isVirtual="N" isVariant="N" billOfMaterialLevel="0" createdDate="2004-08-20 
12:50:54.794" createdByUserLogin="admin"/>

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml?rev=1731665&r1=1731664&r2=1731665&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml Mon Feb 22 
15:49:05 2016
@@ -19,6 +19,9 @@ under the License.
 -->
 
 <entity-engine-xml>
+       <FixedAsset fixedAssetId="DEMO_BOOK_GROUP" 
fixedAssetTypeId="GROUP_EQUIPMENT" fixedAssetName="Demo Book Group"/>
+    <FixedAssetGeoPoint fixedAssetId="DEMO_BOOK_GROUP" geoPointId="9000" 
fromDate="2011-08-02 00:00:00.000"/>
+    
     <Facility facilityId="WebStoreWarehouse" facilityTypeId="WAREHOUSE" 
facilityName="Web Store Warehouse" description="Warehouse exclusively for the 
Web Store " ownerPartyId="Company" 
defaultInventoryItemTypeId="NON_SERIAL_INV_ITEM" defaultWeightUomId="WT_lb" 
defaultDaysToShip="25" geoPointId="9000"/>
 
     <ContactMech contactMechId="9200" contactMechTypeId="POSTAL_ADDRESS"/>


Reply via email to