Re: I am getting an exception when I submitted order in ecommerce

2008-12-17 Thread David E Jones
One way or another when this is passed to the database it should be a BigDecimal (quantities don't have to be whole numbers so we need Double or BigDecimal, and we definitely would want BigDecimal as Double isn't sufficiently accurate and rounding errors end up happening here and there.

[jira] Commented: (OFBIZ-1873) Sandbox: Ideas For Mashup Services

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657678#action_12657678 ] Jacques Le Roux commented on OFBIZ-1873: Hi Adrian, BJ, Did you continue on this d

Re: I am getting an exception when I submitted order in ecommerce

2008-12-17 Thread Jacques Le Roux
Hi DAvid, Here is the error 2008-12-18 05:20:12,390 (http-0.0.0.0-18443-1) [UtilXml.java:241:INFO ] XML Read 0.047s: file:/D:/workspace/ofbizRun/applications/product/script/org/ofbiz/product/product/ProductServices.xml 2008-12-18 05:20:12,484 (http-0.0.0.0-18443-1) [ GenericDele

[jira] Closed: (OFBIZ-2089) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2089. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks Stephen, Your patch is in trunk revi

[jira] Closed: (OFBIZ-2090) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2090. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks Stephen, Your patches are in trunk r

Re: I am getting an exception when I submitted order in ecommerce

2008-12-17 Thread David E Jones
If that is the case then there must have been a different error message than the one quoted in the first message by Akash: "DATABASE TYPE error IN GenericEntity.set In entity field [OrderPaymentPreference.maxAmount] set the value passed in [java.math.BigDecimal] is not compatible with th

lost locale on drop-downs?

2008-12-17 Thread Karim Rahimpur
Hi, I'm missing translations in drop-downs against update to recent svn trunk 727590 today and also on the demo: https://demo.hotwaxmedia.com/accounting/control/EditBillingAccountTerms?billingAccountId=9010 whereas this is not so e.g. in the 4.0 release or my copy before updating to the late

[jira] Updated: (OFBIZ-2090) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Rufle updated OFBIZ-2090: - Attachment: 2008-12-17_001_ShoppingCart.patch Adds setShipGroupVendorPartyId and setShipGroupSeqI

[jira] Updated: (OFBIZ-2090) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Rufle updated OFBIZ-2090: - Attachment: 2008-12-17_002_ShoppingCartServices.patch Adds setting of ShipGroup facilityId, vendo

[jira] Created: (OFBIZ-2090) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Stephen Rufle (JIRA)
ShoppingCartServices.loadCartFromOrder -- Key: OFBIZ-2090 URL: https://issues.apache.org/jira/browse/OFBIZ-2090 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN

[jira] Updated: (OFBIZ-2089) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Rufle updated OFBIZ-2089: - Attachment: 2008-12-17_001_ShoppingCartServices.patch load order item contact mechs > ShoppingCa

[jira] Created: (OFBIZ-2089) ShoppingCartServices.loadCartFromOrder

2008-12-17 Thread Stephen Rufle (JIRA)
ShoppingCartServices.loadCartFromOrder -- Key: OFBIZ-2089 URL: https://issues.apache.org/jira/browse/OFBIZ-2089 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN

[jira] Closed: (OFBIZ-300) Support for group shipment cost estimate and additional span support for feature and base pricing

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-300. - Resolution: Later > Support for group shipment cost estimate and additional span support for > fe

[jira] Closed: (OFBIZ-707) Inter webapp linking by name webapp name rather than mount-point

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-707. - Resolution: Later Fix Version/s: SVN trunk > Inter webapp linking by name webapp name rathe

possible bug with adding new permissions to group

2008-12-17 Thread mayo
Is this where i would post bugs that I see in OFBiz? I have a bug and a possible solution detailed below. I found the error on OFBiz 4.0. Is there a similar bug in the most recent version? Bug: I noticed that when I added a permission to a security group (partymgr/control/addSecurityPermission

[jira] Closed: (OFBIZ-2074) Grey list feature for confidential data access

2008-12-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2074. -- Resolution: Fixed Fix Version/s: SVN trunk Commited in trunk revision: 727508 > Grey

Re: I am getting an exception when I submitted order in ecommerce

2008-12-17 Thread Jacques Le Roux
On Postgres it's not only a warning but really an error. The transaction is rolled back and you can't create an order from eCommerce without that change. I used Double since that's what was used 3 lines above for the same variable. I just tried with BigDecimal, it works too. But I'm not sure it m

[jira] Commented: (OFBIZ-2082) Calculate shipping cost estimates based on productStoreShipMethId.

2008-12-17 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657396#action_12657396 ] Ashish Vijaywargiya commented on OFBIZ-2082: Thanks Arun, Jyotsna for your cont

[jira] Closed: (OFBIZ-2082) Calculate shipping cost estimates based on productStoreShipMethId.

2008-12-17 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-2082. -- Resolution: Fixed Fixed in Rev # 727381. > Calculate shipping cost estimates based o

[jira] Assigned: (OFBIZ-2082) Calculate shipping cost estimates based on productStoreShipMethId.

2008-12-17 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-2082: -- Assignee: Ashish Vijaywargiya > Calculate shipping cost estimates based on prod

[jira] Commented: (OFBIZ-2086) States/Provinces not displaying properly for country

2008-12-17 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657391#action_12657391 ] Sumit Pandit commented on OFBIZ-2086: - Recently a new code is added for createCustomer

Re: [jira] Commented: (OFBIZ-2086) States/Provinces not displaying properly for country

2008-12-17 Thread Brajesh Patel
+1 Sumit. Thanks Brajesh Patel Sumit Pandit (JIRA) wrote: [ https://issues.apache.org/jira/browse/OFBIZ-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657369#action_12657369 ] Sumit Pandit commented on OFBIZ-2086: --

[jira] Commented: (OFBIZ-2086) States/Provinces not displaying properly for country

2008-12-17 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657369#action_12657369 ] Sumit Pandit commented on OFBIZ-2086: - This is occurd due to following code in applica

Re: Problem Using Ecommerce Controller

2008-12-17 Thread BJ Freeman
Yes please as similar questions on the User Mailing list. this is not for Developers(users), but to discuss Ofbiz Development. Harsha Chadhar sent the following on 12/17/2008 12:31 AM: > Hello All, > > I have to use the controller from ecommerce component in some other > component.That needs to

[jira] Resolved: (OFBIZ-1952) delegator.removeByAnd(entityName) fails with sql syntax error

2008-12-17 Thread Christian Geisert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert resolved OFBIZ-1952. -- Resolution: Fixed Patch committed, thanks for your contribution! > delegator.removeByA

[jira] Updated: (OFBIZ-2088) strange behavior of OFBIZ adding product to the shopping cart

2008-12-17 Thread youssef khaye (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] youssef khaye updated OFBIZ-2088: - Attachment: WebPosPatch.txt After a breef look in depth of things, I figured out that the method

[jira] Created: (OFBIZ-2088) strange behavior of OFBIZ adding product to the shopping cart

2008-12-17 Thread youssef khaye (JIRA)
strange behavior of OFBIZ adding product to the shopping cart - Key: OFBIZ-2088 URL: https://issues.apache.org/jira/browse/OFBIZ-2088 Project: OFBiz Issue Type: Bug Compon

Re: New Freemarker version

2008-12-17 Thread guo weizhan
that's great, I need this function too, so when do you update the lib? thanks 2008/12/17 Jacques Le Roux : > Oops, yes thanks BJ > I wrongly sent this to Geronimo user ML and not OFBIz :/ > > Jacques > > From: "BJ Freeman" >> >> it was madpiper on the user list >> >> Jacques Le Roux sent the foll

Problem Using Ecommerce Controller

2008-12-17 Thread Harsha Chadhar
Hello All, I have to use the controller from ecommerce component in some other component.That needs to set the productStoreId in the component itself,as without this it prompts an error "productStore not found".As a consequence I have to set the webSiteId in context paramaters of the component'

Re: New Freemarker version

2008-12-17 Thread Jacques Le Roux
Oops, yes thanks BJ I wrongly sent this to Geronimo user ML and not OFBIz :/ Jacques From: "BJ Freeman" it was madpiper on the user list Jacques Le Roux sent the following on 12/16/2008 12:05 PM: I remember someone recently looking for a way of integrating JSP pages from Freemarker, done :