Re: Discussion: Adding the Unified Expression Language to the framework

2008-12-05 Thread Marco Ruocco
+1 Sounds fine Jacques From: Adrian Crum [EMAIL PROTECTED] I'm considering integrating JUEL (http://juel.sourceforge.net) into the FlexibleStringExpander class and maybe the FlexibleMapAccessor class. Jacopo had expressed a desire to integrate Apache Commons EL in this manner

Re: Discussion: Adding the Unified Expression Language to the framework

2008-12-05 Thread Malin Nicolas
+1 Marco Ruocco a écrit : +1 Sounds fine Jacques From: Adrian Crum [EMAIL PROTECTED] I'm considering integrating JUEL (http://juel.sourceforge.net) into the FlexibleStringExpander class and maybe the FlexibleMapAccessor class. Jacopo had expressed a desire to integrate Apache

Re: Adding work effort to quote produces rendering error

2008-12-05 Thread Jacques Le Roux
As it was almost the same I tried to use ListWorkEffortRequests by adding a request item to a workeffort but I got another type of error (not related, at least so far I guess so). So I will have a look at this one 1st Then hopefully I will see if it works there or if we should take care of

[jira] Created: (OFBIZ-2068) Patch for applications/accounting/config/AccountingEntityLabels.xml (language order)

2008-12-05 Thread Erik Wegner (JIRA)
Patch for applications/accounting/config/AccountingEntityLabels.xml (language order) Key: OFBIZ-2068 URL: https://issues.apache.org/jira/browse/OFBIZ-2068 Project:

[jira] Updated: (OFBIZ-2068) Patch for applications/accounting/config/AccountingEntityLabels.xml (language order)

2008-12-05 Thread Erik Wegner (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Wegner updated OFBIZ-2068: --- Attachment: AccountingUiLabels.diff Patch file Patch for

[jira] Commented: (OFBIZ-2067) German translations for applications/accounting

2008-12-05 Thread Erik Wegner (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653842#action_12653842 ] Erik Wegner commented on OFBIZ-2067: Created a secondary issue [OFBIZ-2068] to pre-sort

Re: Discussion: Permissions Checking Enhancement

2008-12-05 Thread Jacques Le Roux
I have another requirement : being able to dissalow acces to some pages for some users if a number of hits in a pre-defined period of time is exceeded. I have an idea of how to do that but do you thing it could be interesting to be commited ? Maybe in a more generic way ? The purpose is

[jira] Commented: (OFBIZ-2068) Patch for applications/accounting/config/AccountingEntityLabels.xml (language order)

2008-12-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653858#action_12653858 ] Jacques Le Roux commented on OFBIZ-2068: Great work Erik ! I let at least another

geronimo/dbcp memory leak

2008-12-05 Thread Adam Heath
I just had an OutOfMemoryError on one of our deployments. I then ran jmap, to do a heap dump, and looked at the resulting java.hprof binary file using IBM's HeapAnalyzer(1), and jhat. What I found, was a WeakHashMap inside dbcp, that contained 346000 WeakHashMap$Entry objects, taking up 125M of

Re: geronimo/dbcp memory leak

2008-12-05 Thread Adam Heath
Adam Heath wrote: I just had an OutOfMemoryError on one of our deployments. I then ran jmap, to do a heap dump, and looked at the resulting java.hprof binary file using IBM's HeapAnalyzer(1), and jhat. What I found, was a WeakHashMap inside dbcp, that contained 346000 WeakHashMap$Entry

Re: geronimo/dbcp memory leak

2008-12-05 Thread Tim Ruppert
Thanks Adam - this will be helpful. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 - Adam Heath [EMAIL PROTECTED] wrote: Adam Heath wrote: I just had an OutOfMemoryError on one of our deployments. I then ran jmap, to do a heap dump,

Re: geronimo/dbcp memory leak

2008-12-05 Thread Adam Heath
Adam Heath wrote: Adam Heath wrote: I just had an OutOfMemoryError on one of our deployments. I then ran jmap, to do a heap dump, and looked at the resulting java.hprof binary file using IBM's HeapAnalyzer(1), and jhat. What I found, was a WeakHashMap inside dbcp, that contained 346000

Re: Discussion: Permissions Checking Enhancement

2008-12-05 Thread BJ Freeman
Jacques: my first reaction is if a robot can pull out confidential data then ofbiz would not pass the PCI audit. the focus should be to not allow log in to confidential data, unless a strict protocol is followed. The other is to find all the ways a hack can be done, like DOS that may also allow

Re: geronimo/dbcp memory leak

2008-12-05 Thread Adam Heath
Adam Heath wrote: Adam Heath wrote: I just had an OutOfMemoryError on one of our deployments. I then ran jmap, to do a heap dump, and looked at the resulting java.hprof binary file using IBM's HeapAnalyzer(1), and jhat. What I found, was a WeakHashMap inside dbcp, that contained 346000

Re: Discussion: Permissions Checking Enhancement

2008-12-05 Thread Jacques Le Roux
So refering to defintions in http://docs.ofbiz.org/display/OFBTECH/OFBiz+security this would be between the component menu level and the screen level (which use if-has-permission and if-service-permission tags), that's it ? It would be great to be able to hide menus as Bruno suggested (having

Re: Discussion: Adding the Unified Expression Language to the framework

2008-12-05 Thread Adrian Crum
Okay, I have this working but I haven't committed it yet because I'm not clear on the licensing issues. The JUEL library is Apache 2 license, but it depends on the javax.el.* API sources which is Sun CDDL 1.0. Could someone well-versed in licenses help me out here? -Adrian --- On Thu,