Transaction fixes for release 4.0

2007-05-31 Thread Scott Gray
Hi All, I've been trying to keep the 4.0 release up to date with the fixes going into the trunk but there's a couple that are a bit out of my league. I'm hoping one of the committers whose a bit more of a framework guru might be willing to take a look at these trunk revisions: 536705 - added

[jira] Updated: (OFBIZ-1014) Cybersource package needs to be upgrade to support the New API Field: Request Token

2007-05-31 Thread Rohit Sureka (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Sureka updated OFBIZ-1014: Attachment: cybersource.patch This is my first patch to implement the new 'Request Token' from

Exception Handling with TransactionUtil

2007-05-31 Thread Michael Imhof
I'm a little bit confused about the exception handling used with TransactionUtil. Why is TransactionUtil.commit() always executed (its in the finally block)? If you look at the code below (simplified code snippet of ByConditionFinder.runFind(..)) and imagine a NullPointerException happens inside

[jira] Created: (OFBIZ-1047) Migration of some old ftl/bsh files for the Facility Group screens to the widgets

2007-05-31 Thread Jacopo Cappellato (JIRA)
Migration of some old ftl/bsh files for the Facility Group screens to the widgets - Key: OFBIZ-1047 URL: https://issues.apache.org/jira/browse/OFBIZ-1047 Project: OFBiz

[jira] Commented: (OFBIZ-1046) Migration of some old ftl/bsh files for the product screens to the widgets

2007-05-31 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500399 ] Jacopo Cappellato commented on OFBIZ-1046: -- We will work on the EditProductGoodIdentifications screen.

[jira] Updated: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-1048: Attachment: AjaxAutocompleteInFormWidgetField.patch This patch is not meant to go into trunk but

[jira] Updated: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-1048: Attachment: screenshot-1.jpg Add Autocompleter to text field in form created using Form Widget

[jira] Commented: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500554 ] Tim Ruppert commented on OFBIZ-1048: Very, very cool Anil. Isn't this something that people would like to use?

[jira] Commented: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500557 ] Chris Howe commented on OFBIZ-1048: --- Good job, Anil! With the various ways of implementing this and the various

[jira] Commented: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500559 ] Anil K Patel commented on OFBIZ-1048: - True, At least having Id attribute on form fields will make life lot

Re: Use Case and review or Order Entities

2007-05-31 Thread Chris Howe
I've been adding incrementally, as you suggested, over the last two and a half years as new use cases have popped their head. With each increment we've gotten farther and farther away from the community code and farther and farther away from a generic approach. As this happens, we become

Re: Use Case and review or Order Entities

2007-05-31 Thread Pankaj Lall
Hi When ever I'm typing http://localhost:8080/ecommerce/control/main I'm getting this error (Sourced file: component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/showpromotext.bsh : Method Invocation ProductPromoWorker.getStoreProductPromos (Error rendering screen

Re: [jira] Commented: (OFBIZ-1048) Add Autocompleter to text field in form created using Form Widget

2007-05-31 Thread Pankaj Lall
Hi When ever I'm typing http://localhost:8080/ecommerce/control/main I'm getting this error (Sourced file: component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/showpromotext.bsh : Method Invocation ProductPromoWorker.getStoreProductPromos (Error rendering screen

Re: Use Case and review or Order Entities

2007-05-31 Thread Jacopo Cappellato
Chris, Chris Howe wrote: I've been adding incrementally, as you suggested, over the last two and a half years as new use cases have popped their head. With each increment we've gotten farther and farther away from the community code and farther and farther away from a generic approach. ...