Unwanted OrderStatus when importing

2013-07-09 Thread Skip
I am importing millions of records from an existing system. Somehow, I am getting multiple OrderStatus records with PAYMENT_NOT_RECEIVED for every order imported. Firstly, does anyone know what eca is causing this, and second, is there a way to disable all ecas while I import these records? Than

Re: Unwanted OrderStatus when importing

2013-07-09 Thread Varun Bhansaly
To disable EECA set entity-eca-enabled="true" in entityengine.xml's delegator definition. SECA may have to disabled by making a minor change in Java code AFAIK there's no setting to disable it. On Tue, Jul 9, 2013 at 11:55 PM, Skip wrote: > I am importing millions of records from an existing sys

RE: Unwanted OrderStatus when importing

2013-07-09 Thread Skip
Original Message- From: Varun Bhansaly [mailto:vbhans...@gmail.com] Sent: Tuesday, July 09, 2013 11:36 AM To: user@ofbiz.apache.org Subject: Re: Unwanted OrderStatus when importing To disable EECA set entity-eca-enabled="true" in entityengine.xml's delegator definition. SE

Re: Unwanted OrderStatus when importing

2013-07-10 Thread Malin Nicolas
EIVED. Then, when you try and create an order, you get the failure message above because the import of SequenceValueItem overwrote the changes made by the eca. -Original Message- From: Varun Bhansaly [mailto:vbhans...@gmail.com] Sent: Tuesday, July 09, 2013 11:36 AM To: user@ofbiz.apache.or