On Wed, 2008-08-06 at 14:21 -0700, jose junior malheiros barros wrote:
> someone have idea?
> 
> thanks, jjmbconquista
> 

Hi,

You have to set also orderItemSeqid field. Something like this:

 orderItem.set("statusId", "ITEM_CREATED");
 delegator.setNextSubSeqId(orderItem, "orderItemSeqId", 5, 1);
 orderItems.add(orderItem);

Bilgin

Reply via email to