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

2008-12-10 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-2068: Assignee: Jacques Le Roux (was: Christian Geisert) Reopened to consider

Re: Discussion: Permissions Checking Enhancement

2008-12-10 Thread Ray
BJ, Yes there are plenty of options to improve and enhance security of login methods but they can still be stolen/copied/lost etc with varying degrees of ease and success. When that happens you're exposed to data leakage. The point of the feature is to limit that damage should a valid access

[jira] Closed: (OFBIZ-1935) Allow multi-pagination in a page

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

[jira] Created: (OFBIZ-2074) Tarpitting feature for confidential data access

2008-12-10 Thread Jacques Le Roux (JIRA)
Tarpitting feature for confidential data access --- Key: OFBIZ-2074 URL: https://issues.apache.org/jira/browse/OFBIZ-2074 Project: OFBiz Issue Type: New Feature Components: ALL

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

2008-12-10 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: --- Remaining Estimate: 20h (was: 48h) Original Estimate: 20h (was: 48h) Tarpitting

[jira] Commented: (OFBIZ-1935) Allow multi-pagination in a page

2008-12-10 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12655167#action_12655167 ] Jacques Le Roux commented on OFBIZ-1935: Thanks for the tip Bilgin Allow

Re: Discussion: Permissions Checking Enhancement

2008-12-10 Thread Jacques Le Roux
After a discussion with Ray I finally changed my mind and we would like to commit more changes. It will be an entity with demo data. Nobody will be harmed since we will put large enough values on an example view. Entity name : ConstrainViewByRole, fields : partyRole = a party role viewName =

detecting timeout in service

2008-12-10 Thread Fabien JALABERT
Hello, can somebody tell me what is done the timeout is over when I do a runSync(myService) in Java ? Can you give me a message or trace sample ? Thanks a lot.

Re: Discussion: Permissions Checking Enhancement

2008-12-10 Thread David E Jones
Instead of attaching this to a Party RoleType, it would be better to attach it to a SecurityPermission or SecurityGroup. Access to resources like pages and such is governed by permissions in OFBiz, and roles are used for record-level security (like which parties a user can view/edit/etc

Re: svn commit: r725466 - in /ofbiz/trunk/applications: accounting/config/ content/config/ party/config/ product/config/

2008-12-10 Thread Adam Heath
[EMAIL PROTECTED] wrote: Author: mrisaliti Date: Wed Dec 10 14:18:58 2008 New Revision: 725466 URL: http://svn.apache.org/viewvc?rev=725466view=rev Log: Some wrong locales or duplicated locales while testing the new Label Manager. Modified:

Re: svn commit: r725466 - in /ofbiz/trunk/applications: accounting/config/ content/config/ party/config/ product/config/

2008-12-10 Thread risali...@gmail.com
Thanks a lot Adam to advice me I have fixed into rev. 725477. It was due to a conflict I had in my local build before commit. Marco Il giorno 10/dic/08, alle ore 23:22, Adam Heath ha scritto: [EMAIL PROTECTED] wrote: Author: mrisaliti Date: Wed Dec 10 14:18:58 2008 New Revision: 725466 URL:

[jira] Updated: (OFBIZ-2070) New tool to get labels information

2008-12-10 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: -- Attachment: LabelsInfo4.patch I have done some changes but still not been completed, please do

Re: Discussion: Permissions Checking Enhancement

2008-12-10 Thread Jacques Le Roux
That's what I suggested 1st, But Ray, who is the leader on this project, has another opinion. So I will wait his answer... I wondered also : but I finally think the name of the field viewName is not ambiguous (can't really be confused with SQL view) For managing this ConstrainViewBy... entity

Re: detecting timeout in service

2008-12-10 Thread Jacques Le Roux
Please Fabien, remember this kind of question should be on user ML (you will not get much answers here) From: Fabien JALABERT [EMAIL PROTECTED] Hello, can somebody tell me what is done the timeout is over when I do a runSync(myService) in Java ? Can you give me a message or trace sample ?