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

Wai updated OFBIZ-5949:
-----------------------
    Description: 
The exception is caused by foreign key constraint violation between 
ShipmentCostEstimate and  CarrierShipmentMethod entities.

Currently, when creating a new product store using ofbizsetup component default 
data associated with the product store is loaded into the database using the 
following steps.

1. read default data from entity xml file and replace specific items in the 
read data and write to temp file.
2. use service=parseEntityXmlFile to load the processed file into database.

The issue with this method is that the temp file can present a problem when 
ofbiz is operating in multitenant mode.

The solution is to modify the relevant services so that no temp file needs 
generated.

  was:
Currently, when creating a new product store using ofbizsetup component default 
data associated with the product store is loaded into the database using the 
following steps.

1. read default data from entity xml file and replace specific items in the 
read data and write to temp file.
2. use service=parseEntityXmlFile to load the processed file into database.

The issue with this method is that the temp file can present a problem when 
ofbiz is operating in multitenant mode.

The solution is to modify the relevant services so that no temp file needs 
generated.


> ofbizsetup create product store cause exception
> -----------------------------------------------
>
>                 Key: OFBIZ-5949
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5949
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Wai
>         Attachments: OFBIZ-5949.patch
>
>
> The exception is caused by foreign key constraint violation between 
> ShipmentCostEstimate and  CarrierShipmentMethod entities.
> Currently, when creating a new product store using ofbizsetup component 
> default data associated with the product store is loaded into the database 
> using the following steps.
> 1. read default data from entity xml file and replace specific items in the 
> read data and write to temp file.
> 2. use service=parseEntityXmlFile to load the processed file into database.
> The issue with this method is that the temp file can present a problem when 
> ofbiz is operating in multitenant mode.
> The solution is to modify the relevant services so that no temp file needs 
> generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to