[jira] Commented: (OFBIZ-576) ProductDisplayWorker.getQuickReorderProducts

2007-03-31 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485721 ] Chris Howe commented on OFBIZ-576: -- This turns out to be a referential integrity problem where a productId finds

Re: Questions about error status of the jobs in JobSandbox

2007-03-31 Thread David E . Jones
I think it's a good idea, it is more informative and accurate than Finished. Andrew Zeneski would know better if it will have any side effects or not. -David On Mar 31, 2007, at 6:13 AM, Jacopo Cappellato wrote: Could you please review the attached patch? With the patch, if an async

Re: ProductCatalogId (and etc.) is not escaped/unescaped

2007-03-31 Thread David E. Jones
BTW, if this is necessary there are things we can do in certain parts of the system, like using the 0x style encoding for UTF-8 characters and then decoding the parameters as they come in. For most pages in OFBiz this could even be done in generic places in the framework rather than

Re: ProductCatalogId (and etc.) is not escaped/unescaped

2007-03-31 Thread Shi Yusen
BTW, if this is necessary there are things we can do in certain parts of the system, like using the 0x style encoding for UTF-8 characters and then decoding the parameters as they come in. Yes, this will work. Some functions such as search may have to contain unicode characters in url

unsubscribe

2007-03-31 Thread PhantomsHorridC
unsubscribe - What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship.

[jira] Assigned: (OFBIZ-753) Invalid WorkEffortId generated on creating WorkEffort child

2007-03-31 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-753: Assignee: Scott Gray Invalid WorkEffortId generated on creating WorkEffort child

[jira] Closed: (OFBIZ-753) Invalid WorkEffortId generated on creating WorkEffort child

2007-03-31 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray closed OFBIZ-753. Resolution: Fixed Hi Eriks In rev. 524477 I've committed your patch and added some comments about the

[jira] Created: (OFBIZ-863) A form cannot override a parent form's field if the field contains the useWhen attribute

2007-03-31 Thread Scott Gray (JIRA)
A form cannot override a parent form's field if the field contains the useWhen attribute Key: OFBIZ-863 URL: https://issues.apache.org/jira/browse/OFBIZ-863

[jira] Commented: (OFBIZ-225) Discussion about the interaction between order total promotions and sales taxes

2007-03-31 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485756 ] Chris Howe commented on OFBIZ-225: -- re pre-tax discounts...this may apply in the travel/entertainment/dining

[jira] Updated: (OFBIZ-851) Apache Xindice

2007-03-31 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Howe updated OFBIZ-851: - Attachment: xindice.rar xindice.rar second attempt actually works this time with everything in the right

[jira] Updated: (OFBIZ-571) Move the various documentation pages to the OFBTECH space on docs.ofbiz.org

2007-03-31 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones updated OFBIZ-571: - Attachment: (was: simple-methods.xsd.patch) Move the various documentation pages to the

[jira] Commented: (OFBIZ-571) Move the various documentation pages to the OFBTECH space on docs.ofbiz.org

2007-03-31 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485770 ] David E. Jones commented on OFBIZ-571: -- Thanks Jacques, the simple-methods.xsd.patch file is now in place. I

Re: Simple-method correction confusion

2007-03-31 Thread David E. Jones
Thanks for your help finding and clarifying that calculate/calcop issue. That xsd file from OFBIZ-571 is now in place. BTW, could I ask a favor that you avoid using the tinyurl stuff? The main reason is that with a tinyurl in order to get an idea about what the link goes to, you actually

[jira] Commented: (OFBIZ-576) ProductDisplayWorker.getQuickReorderProducts

2007-03-31 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485771 ] Scott Gray commented on OFBIZ-576: -- Hi Chris The code is calling orderItem.get(productId) and checking that

[jira] Commented: (OFBIZ-576) ProductDisplayWorker.getQuickReorderProducts

2007-03-31 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485772 ] Chris Howe commented on OFBIZ-576: -- I have since fixed the database inconsistency and no longer have the issue.

Re: ProductCatalogId (and etc.) is not escaped/unescaped

2007-03-31 Thread Shi Yusen
Hi Jonathon, I'm curious why Product.productId isn't a meaningless neutral integer as prescribed by the Data Model book. Chris Howe described some issues caused by using the Product.productId under some circumstances, and they seems closely related to this. I think ProductId is not