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

2008-12-12 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 updated OFBIZ-2074: --- Attachment: requesthandler.patch This patch (2008-12-13) is not intended. To test simply add

[jira] Commented: (OFBIZ-1796) A scheduled service to generate Invoice.

2008-12-12 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656249#action_12656249 ] Sumit Pandit commented on OFBIZ-1796: - Thanks a lot Jacques, I will try to do work on

Re: Follow up on SeleniumXml Test framework for OFBiz

2008-12-12 Thread David E Jones
On Dec 11, 2008, at 3:27 PM, Brett Palmer wrote: *Proposed Solutions* 1. Create a custom ant target (e.g. install-selenium-xml) that downloads the selenium-server.jar from a non-Apache hosted website (e.g. SourceForge). For example, the Apache Velocity project does this with their

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread David E Jones
On Dec 12, 2008, at 5:42 PM, Adrian Crum wrote: Thinking about this more... Localizing data is a presentation layer issue. The entity engine should be concerned with storing and retrieving data - not localization issues. It's unfortunate that presentation layer code has made its way into

Re: Follow up on SeleniumXml Test framework for OFBiz

2008-12-12 Thread guo weizhan
+1 That's cool.. 2008/12/12 Erwan de FERRIERES : > +1 > > Jacques Le Roux a écrit : >> >> I vote for 1 in a 1st time while 2 would be developped >> >> Jacques >> >> From: "Brett Palmer" >>> >>> This is a follow up discussion from a presentation I gave at this year's >>> ApacheCon2008 conference:

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread Adrian Crum
Thinking about this more... Localizing data is a presentation layer issue. The entity engine should be concerned with storing and retrieving data - not localization issues. It's unfortunate that presentation layer code has made its way into the entity engine. >From my perspective, a better way

Re: Grey list in OFBiz [was Re: Discussion: Permissions Checking Enhancement]

2008-12-12 Thread Jacques Le Roux
Did not find anything clear, anyway this will not prevent me to sleep at night :o) Jacques From: "Adam Heath" Jacques Le Roux wrote: From: "Adam Heath" Adrian Crum wrote: Maybe we should also decide on whether it is spelled "grey" or "gray." ;-) Or how about a red-black list? What is

ShoppingCartServices.loadCartFromOrder OrderAttributes and OrderItemAttribute

2008-12-12 Thread Stephen Rufle
org.ofbiz.order.shoppingcart.ShoppingCartServices.loadCartFromOrder(DispatchContext, Map) I think loadCartFromOrder needs to be modified to include the getting of OrderAttribute and OrderItemAttribute information. If this is required and not taken care of by another method. Then I will try to foll

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread Adrian Crum
Or maybe I'm missing something... What I meant was localized fields were displayed fine (PartyManager Main for example). I understand what you're saying - there is a chance that a GenericEntity (masquerading as a Map) could be in the Map passed to FlexibleMapAccessor and any get() calls on it

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread David E Jones
What do you mean by "still localized fields just fine"? Do you mean that somehow it managed to localize the field _without_ the Locale being passed in? Must be some sort of voodoo involved... -David On Dec 12, 2008, at 3:51 PM, Adrian Crum wrote: I tested GenericEntity and it still local

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread Adrian Crum
I tested GenericEntity and it still localized fields just fine. I will continue to look into it though. Thanks for the reply! -Adrian --- On Fri, 12/12/08, David E Jones wrote: > From: David E Jones > Subject: Re: LocalizedMap.java - Do we really need it? > To: dev@ofbiz.apache.org > Date: F

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread David E Jones
How do you plan to support the Entity Engine (through GenericEntity) feature of implicitly localized fields (currently used for StatusItem, Enumeration, various others)? What FlexibleMapAccessor is doing with LocalizedMap is seeing if the Map passed to it implements the interface, and if

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656185#action_12656185 ] Jacques Le Roux commented on OFBIZ-2072: Thanks Adrian, Actually I tried easy ways

Re: LocalizedMap.java - Do we really need it?

2008-12-12 Thread Adrian Crum
Just for fun, I eliminated the LocalizedMap interface on my local copy and everything still works. The only potential area affected would be the localized entity data - and that works fine. -Adrian Adrian Crum wrote: I'm having a problem integrating the Unified Expression Language with the Fl

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-12 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656177#action_12656177 ] Adrian Crum commented on OFBIZ-2072: I tracked down the cause, but I don't have time to

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-12 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656173#action_12656173 ] Adrian Crum commented on OFBIZ-2072: Jacques, I doubt this error has anything to do wi

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656165#action_12656165 ] Jacques Le Roux commented on OFBIZ-2072: I thought i could be related to changes in

[jira] Closed: (OFBIZ-756) Setting invoice header "description" and "message" fields in the order-to-invoice process

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-756. - Resolution: Won't Fix > Setting invoice header "description" and "message" fields in the > order-

[jira] Commented: (OFBIZ-1796) A scheduled service to generate Invoice.

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656141#action_12656141 ] Jacques Le Roux commented on OFBIZ-1796: autoGenerateInvoiceFromExistingInvoice ?

[jira] Closed: (OFBIZ-2075) Error in HumanRes

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

LocalizedMap.java - Do we really need it?

2008-12-12 Thread Adrian Crum
I'm having a problem integrating the Unified Expression Language with the FlexibleMapAccessor class - due to that class supporting the LocalizedMap interface. The LocalizedMap interface is implemented in the MapStack class and it is used in only one place - GenericEntity. Here's the thing - I

Re: Grey list in OFBiz [was Re: Discussion: Permissions Checking Enhancement]

2008-12-12 Thread Adam Heath
Jacques Le Roux wrote: > From: "Adam Heath" > >> Adrian Crum wrote: >>> Maybe we should also decide on whether it is spelled "grey" or >>> "gray." ;-) >> >> Or how about a red-black list? > > What is a red-black list ? I used grey list because it's something you > can easily compare with the con

[jira] Commented: (OFBIZ-2071) Using collapsible fieldgroups to implement a "Advanced search" panel

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656049#action_12656049 ] Jacques Le Roux commented on OFBIZ-2071: Hi Bruno, I like it and I commited in r72

[jira] Commented: (OFBIZ-2073) Patch for all language files (*Labels.xml) to correct language order, find duplicates or invalid entries

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656047#action_12656047 ] Jacques Le Roux commented on OFBIZ-2073: Sorry Erik, Your patch is already outdate

Re: Protect-view pre-processor

2008-12-12 Thread Jacques Le Roux
I finally thought about this a bit more, and yes this will be simpler for me (no need to have a relation with SecurityGroup), but then I would have to add more than 1 field to SecurityGroupPermission. I would need to add fields for * view-name (or did I miss something); because this must done vie

Re: Protect-view pre-processor

2008-12-12 Thread Jacques Le Roux
From: "David E Jones" Why not keep it super-simple at just add a field to the SecurityGroupPermission entity with the limit of times per time period that a user in that group can access that permission. Then in the low- level permission checking code keep a count... I suppose you meaned "w

Re: Grey list in OFBiz [was Re: Discussion: Permissions Checking Enhancement]

2008-12-12 Thread Jacques Le Roux
Thanks Raj, Finally my English is not so bad :p Jacques From: "Raj Saini" Gray and Grey is same as color and colour. http://www.answers.com/main/ntquery?s=grey&gwp=13 Thanks, Raj Jacques Le Roux wrote: From: "Adrian Crum" Maybe we should also decide on whether it is spelled "grey" or "

[jira] Commented: (OFBIZ-2076) Duplicated labels on framework components

2008-12-12 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655997#action_12655997 ] Jacques Le Roux commented on OFBIZ-2076: Hi Marco, Your patch seems outdated. Are

Re: Grey list in OFBiz [was Re: Discussion: Permissions Checking Enhancement]

2008-12-12 Thread Raj Saini
Gray and Grey is same as color and colour. http://www.answers.com/main/ntquery?s=grey&gwp=13 Thanks, Raj Jacques Le Roux wrote: From: "Adrian Crum" Maybe we should also decide on whether it is spelled "grey" or "gray." ;-) I fight hard to write correctly grey but as with prodcut most of t

Confluence notifications

2008-12-12 Thread Jacques Le Roux
Hi, I'm not sure why, but untill 25 november I was automatically notified of any changes done in our Confluence Wiki. I remember having set a parameter when we 1st migrate to Confluence. Something surely happened since I had today to explicilty change a parameter on *all* spaces I want to be no

Re: Follow up on SeleniumXml Test framework for OFBiz

2008-12-12 Thread Erwan de FERRIERES
+1 Jacques Le Roux a écrit : I vote for 1 in a 1st time while 2 would be developped Jacques From: "Brett Palmer" This is a follow up discussion from a presentation I gave at this year's ApacheCon2008 conference: http://us.apachecon.com/presentation/materials/118/ApacheCon2008_SeleniumXml.pd

Re: Protect-view pre-processor

2008-12-12 Thread David E Jones
Why not keep it super-simple at just add a field to the SecurityGroupPermission entity with the limit of times per time period that a user in that group can access that permission. Then in the low- level permission checking code keep a count... That would probably total less than 100 lines