Re: Incorrect use of eca for create/updateShipment

2011-11-03 Thread J. Eckard
I spend a great deal of time reading through existing OFBiz codebases to get a handle on process implementations, an experience that feels much more tedious and frustrating than it should. One of the things that contributes to the difficulty is the practice of using EECAs and / or SECAs to orch

Re: Incorrect use of eca for create/updateShipment

2011-11-03 Thread Adrian Crum
Actually, what I recommended was a discussion on using/removing ECAs in general - not this specific case. -Adrian On 11/3/2011 5:15 PM, ki...@objectedge.com wrote: Hello Friends, In case of createShipment, during commit, eca rules are fired. These invoke updateShipment(i.e: even before commit

Incorrect use of eca for create/updateShipment

2011-11-03 Thread kiran
Hello Friends, In case of createShipment, during commit, eca rules are fired. These invoke updateShipment(i.e: even before commit on createShipment is complete). Update Shipment is called multiple times (You can view the log during quickShipOrder/quickDropShipOrder). Also, these rules are fired

[jira] [Commented] (OFBIZ-4539) WeightPackage.groovy is missing import for GenericValue

2011-11-03 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143079#comment-13143079 ] Jacques Le Roux commented on OFBIZ-4539: Hi Kiran I sent you an answer to your pe

[jira] [Commented] (OFBIZ-4501) Incorrect use of eca for create/updateShipment

2011-11-03 Thread Anil K Patel (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143075#comment-13143075 ] Anil K Patel commented on OFBIZ-4501: - Thanks for inputs. I like the theme of this thr

Re: renderDateTimeField Freemarker macro ignores framework date-time format settings

2011-11-03 Thread Nicolas Malin
Hi adrian, I will try to check it. Nicolas Adrian Crum a écrit : I located the problem and committed some notes in rev 1197028. I don't have time right now to fix it. The problem isn't caused by JavaScript, it's caused by the renderer. We still need to fix the JavaScript code though. -Adri

Re: renderDateTimeField Freemarker macro ignores framework date-time format settings

2011-11-03 Thread Adrian Crum
I located the problem and committed some notes in rev 1197028. I don't have time right now to fix it. The problem isn't caused by JavaScript, it's caused by the renderer. We still need to fix the JavaScript code though. -Adrian On 11/1/2011 10:19 PM, Adrian Crum wrote: The way the OFBiz fram

[jira] [Commented] (OFBIZ-4501) Incorrect use of eca for create/updateShipment

2011-11-03 Thread Adrian Crum (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142972#comment-13142972 ] Adrian Crum commented on OFBIZ-4501: Kiran, Thank you for working on this. I agree th