Re: New Icons

2011-05-17 Thread Nicolas Malin
Excuse me adrian for this late answer, Your table explanation is clear and I agree with that. On tables managing a designer and then a precise visual improvement is interresting and remains simple. We are in a well-defined element. Good point that we agree! Now on icons, the problem is wider

Re: Discussion: Potential Data Model Improvements

2011-05-17 Thread Nicolas Malin
My comments inline... [...] QuantityBreak - No, don’t get rid of the QuantityBreak entity, and it should be used as part of pricing. Many organisations will have standard QuantityBreaks that apply to a wide range of products. An organization might want to offer various

Improve findParty Service

2011-05-17 Thread Nicolas Malin
Hi all, I work on generic forms on portlet to find Party and to use generic existant service, i use findParty. After analyse, findParty service it's really oriented for findParty screen on Party component's and he doesn't use directly by form renderer because the EntityListIterator was

[jira] [Created] (OFBIZ-4284) NullPointerException in GenericDelegator during testMode rollback

2011-05-17 Thread Martin Kreidenweis (JIRA)
NullPointerException in GenericDelegator during testMode rollback - Key: OFBIZ-4284 URL: https://issues.apache.org/jira/browse/OFBIZ-4284 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-4284) NullPointerException in GenericDelegator during testMode rollback

2011-05-17 Thread Martin Kreidenweis (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kreidenweis updated OFBIZ-4284: -- Attachment: OFBIZ-4284.patch patch fixing both described issues NullPointerException

Re: Discussion: Potential Data Model Improvements

2011-05-17 Thread Jacques Le Roux
From: Nicolas Malin malin.nico...@librenberry.net My comments inline... [...] QuantityBreak - No, don’t get rid of the QuantityBreak entity, and it should be used as part of pricing. Many organisations will have standard QuantityBreaks that apply to a wide range of

buildbot failure in ASF Buildbot on ofbiz-trunk

2011-05-17 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/1782 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on ofbiz-trunk

2011-05-17 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/1783 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build Source

[jira] [Closed] (OFBIZ-4284) NullPointerException in GenericDelegator during testMode rollback

2011-05-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4284. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

[jira] [Commented] (OFBIZ-2353) SequenceUtil may generate duplicate IDs in Load Balancing mode

2011-05-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034930#comment-13034930 ] Jacques Le Roux commented on OFBIZ-2353: Note: AUTO_INCREMENT could be used in

Code and test separation for Apache OFBiz

2011-05-17 Thread Ganath Rathnayaka
Hi devs, According to my project I suggested some changes to be done to separate the test classes from the code itself. Please let me know your ideas about the suggested structure. Also I came up with the structure for module securityext. Can I separate the code as follows? Please let me know your

Re: Code and test separation for Apache OFBiz

2011-05-17 Thread David E Jones
To avoid disrupting the current directory structure, it would be better to avoid: move: component/src - component/src/main/java result: component/src/main/java, component/src/text/java and instead not move component/src at all and have: component/src component/test-src ... or something along

Re: Code and test separation for Apache OFBiz

2011-05-17 Thread Adrian Crum
I prefer the original proposal. I don't like having two different source code folders. Keep in mind that we informally agreed that there will be disruptions post 11.x branch. I believe this one will be one of many worthwhile changes. -Adrian On 5/17/2011 10:25 PM, David E Jones wrote: To