Re: Apache license compatible icons

2011-04-21 Thread Jacques Le Roux
Thanks Ryan, This is interesting because it could guarantee (a better) consistency... If ever we miss some icons then famfamfam lib could still be useful I think. Jacques Ryan Foster wrote: Nicolas, I'm not really talking about Javascript specifically, I speaking more about the JQuery UI

[jira] [Assigned] (OFBIZ-4242) CatalinaContainer Doesn't Respect distributable/ Node for web.xml files.

2011-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4242: -- Assignee: Jacques Le Roux CatalinaContainer Doesn't Respect distributable/ Node for

Cache in Groovy and Java files

2011-04-21 Thread Jacques Le Roux
Hi, It would not be a big work effort to replace,and later use only, all findByPrimaryKey, findByAnd and also findList in Groovy and Java files by their cache overloads (or useCache for findList). Is there a reason it has not been done yet? I can't see one. Thanks Jacques

[jira] [Commented] (OFBIZ-4242) CatalinaContainer Doesn't Respect distributable/ Node for web.xml files.

2011-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022709#comment-13022709 ] Jacques Le Roux commented on OFBIZ-4242: Hi Lon, Did you already made some

[jira] [Commented] (OFBIZ-4242) CatalinaContainer Doesn't Respect distributable/ Node for web.xml files.

2011-04-21 Thread Lon F. Binder (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022712#comment-13022712 ] Lon F. Binder commented on OFBIZ-4242: -- We did some preliminaries, but the changes

[jira] [Commented] (OFBIZ-4242) CatalinaContainer Doesn't Respect distributable/ Node for web.xml files.

2011-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022715#comment-13022715 ] Jacques Le Roux commented on OFBIZ-4242: Thanks Lon, it gives at least an idea

Re: how to print Invoice in WebPOS?

2011-04-21 Thread hmalovekar
thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/how-to-print-Invoice-in-WebPOS-tp3459957p3465679.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

[jira] [Updated] (OFBIZ-2132) Enhanced way of displaying missing/incorrect fields

2011-04-21 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-2132: - Attachment: required.jpg required.patch With integration of JQuery and validate

[jira] [Updated] (OFBIZ-4260) Add LookupPortalPage on common components

2011-04-21 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4260: - Attachment: lookup.patch Add LookupPortalPage on common components

[jira] [Created] (OFBIZ-4260) Add LookupPortalPage on common components

2011-04-21 Thread Nicolas Malin (JIRA)
Add LookupPortalPage on common components - Key: OFBIZ-4260 URL: https://issues.apache.org/jira/browse/OFBIZ-4260 Project: OFBiz Issue Type: New Feature Components: framework Affects

Re: Cache in Groovy and Java files

2011-04-21 Thread Ruth Hoffman
Hi Jacques: Out of curiosity, I have often wondered about this: For my own coding, should I use findByPrimaryKey or findOne? Which is the better solution? Regardless of Java, Groovy or other? TIA Ruth On 4/21/11 4:11 AM, Jacques Le Roux wrote: Hi, It would not be a big work effort to

Re: Cache in Groovy and Java files

2011-04-21 Thread Adrian Crum
http://ci.apache.org/projects/ofbiz/site/javadocs/org/ofbiz/entity/Delegator.html#findByPrimaryKey%28java.lang.String,%20java.util.Map%29 -Adrian On 4/21/2011 7:52 AM, Ruth Hoffman wrote: Hi Jacques: Out of curiosity, I have often wondered about this: For my own coding, should I use

Re: Cache in Groovy and Java files

2011-04-21 Thread Ruth Hoffman
Hi Adrian: I thought I had seen something like that somewhere. Thanks for the reference. Do you recall if there is someplace that explains the improvements in findOne over findByPrimaryKey? Best Regards, Ruth On 4/21/11 10:57 AM, Adrian Crum wrote:

Re: Cache in Groovy and Java files

2011-04-21 Thread Adrian Crum
From what I recall, there is no difference in functionality. The deprecated methods were merely an effort to simplify the Delegator API. -Adrian On 4/21/2011 8:02 AM, Ruth Hoffman wrote: Hi Adrian: I thought I had seen something like that somewhere. Thanks for the reference. Do you recall

Re: Cache in Groovy and Java files

2011-04-21 Thread Ruth Hoffman
Hi Adrian: Thanks much for your quick reply. Best Regards, Ruth On 4/21/11 11:05 AM, Adrian Crum wrote: From what I recall, there is no difference in functionality. The deprecated methods were merely an effort to simplify the Delegator API. -Adrian On 4/21/2011 8:02 AM, Ruth Hoffman wrote:

Re: Cache in Groovy and Java files

2011-04-21 Thread Jacques Le Roux
This is a good reminder, but sorry i'ts out of subject ;o) Even if I replace findByPrimaryKey by findOne (actually findByPrimaryKey simply calls findOne and I agree we should do, there is still a lot to do in current OOTB code: 1169 instances in Java and Groovy files) I will still wonder why

Re: Apache license compatible icons

2011-04-21 Thread Ryan Foster
Very true. FamFam has a lot more icons that JQuery UI does. I was just pointing out that we did already have an icon framework available is case Nicolas mistakenly thought that there wasn't any icons in OFBiz at all. Having two different styles of icon design to choose from is not a bad idea

Re: Cache in Groovy and Java files

2011-04-21 Thread David E Jones
Jacques, Are you proposing that by default we cache all find operations? What are the benefits you are hoping for, and the issues you have considered? -David On Apr 21, 2011, at 1:11 AM, Jacques Le Roux wrote: Hi, It would not be a big work effort to replace,and later use only, all

Re: Cache in Groovy and Java files

2011-04-21 Thread Jacques Le Roux
Hi David, I have tried to explain my POV a bit more later in the thread. Jacques From: David E Jones d...@me.com Jacques, Are you proposing that by default we cache all find operations? What are the benefits you are hoping for, and the issues you have considered? -David On Apr 21, 2011,

Re: Cache in Groovy and Java files

2011-04-21 Thread David E Jones
Do you mean these comments: == I see there is a little overhead in code due to calls to ecaRunner.evalRules with EV_CACHE_CHECK/ EV_CACHE_PUT and getFromPrimaryKeyCache/putInPrimaryKeyCache when actually the entity is not cacheable but it would be largely compensated by

Re: Cache in Groovy and Java files

2011-04-21 Thread Jacques Le Roux
From: David E Jones d...@me.com Do you mean these comments: == I see there is a little overhead in code due to calls to ecaRunner.evalRules with EV_CACHE_CHECK/ EV_CACHE_PUT and getFromPrimaryKeyCache/putInPrimaryKeyCache when actually the entity is not cacheable but it

Re: Apache license compatible icons

2011-04-21 Thread Nicolas Malin
Ok, thanks jacques and Ryan for your comments : we are in the same line ;) First step, I wait/correct famfam icons integration in OFBiz, and continue to put icons in menu Second step, I work on icon button with jqueryui. I have some idea to use prototype button to simplify form definition.

Re: Apache license compatible icons

2011-04-21 Thread Erwan de FERRIERES
Le 22/04/2011 00:54, Nicolas Malin a écrit : Ok, thanks jacques and Ryan for your comments : we are in the same line ;) First step, I wait/correct famfam icons integration in OFBiz, and continue to put icons in menu Second step, I work on icon button with jqueryui. I have some idea to use

[jira] [Commented] (OFBIZ-4259) Add famfamfam icons has generic and add possibility to surchage

2011-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13023122#comment-13023122 ] Jacques Le Roux commented on OFBIZ-4259: Hi Nicolas, OK, we still need to * Put