Re: Creating parties

2011-07-25 Thread Pierre Smits
Hi Mansour, See my inline comment regarding the issue with https://demo-trunk-ofbiz-apache.org/projectmgr/control/main With regards, Pierre Smits 2011/7/24 Mansour Al Akeel mansour.alak...@gmail.com BJ, thank you for all your help. I looked at the links you sent me, and they were usefull.

Re: Creating parties

2011-07-25 Thread Mansour Al Akeel
Pierre, thank you for contributing this patch. It solves the first part of the issue. On Mon Jul 25,2011 08:31 am, Pierre Smits wrote: Hi Mansour, See my inline comment regarding the issue with https://demo-trunk-ofbiz-apache.org/projectmgr/control/main With regards, Pierre Smits

Re: Creating parties

2011-07-25 Thread BJ Freeman
I think you miss understand my intent. I showed you steps the achieve what you want. by studying that you can come up with what it takes to accomnplish what you want fixed. if someone else wants to take over from here, feel free. Mansour Al Akeel sent the following on 7/25/2011 2:20 AM: BJ, go

Re: How to set delegator based on tenantId passed via web service?

2011-07-25 Thread arini.rusda
Hi, thanks for the reply :) What rajsaini said works for me. And it doesn't require to change anything in ContextFilter. Thanks. - Best Regards, Arini Rusda Informatics Department, Sepuluh Nopember Institute of Technology -- View this message in context:

Re: Best way to remove demo data?

2011-07-25 Thread Mike
Why 10.04 vs 11.04 at this point? 11.04 is way better (blogging actually works). Also, as long as you have gone through the initial trouble of setting up your own vendor branch (real important) using trunk is feasible. On Mon, Jul 25, 2011 at 3:44 AM, Scott Gray scott.g...@hotwaxmedia.com

Re: Creating parties

2011-07-25 Thread Mansour Al Akeel
Thank you David. This is what I wanted to know. If it's a configuration issue or something has to change in the code. It looks that I need to do both. Please see my comments. On Mon Jul 25,2011 07:40 am, David E Jones wrote: Mansour, You could look at the data preparation code for that

Re: Creating parties

2011-07-25 Thread David E Jones
On Jul 25, 2011, at 9:50 AM, Mansour Al Akeel wrote: Thank you David. This is what I wanted to know. If it's a configuration issue or something has to change in the code. It looks that I need to do both. Please see my comments. On Mon Jul 25,2011 07:40 am, David E Jones wrote: Mansour,

Re: Best way to remove demo data?

2011-07-25 Thread Pierre Smits
Mike, As far as I know, 11.04 hasn't been released yet. Only announced. Regards, Pierre 2011/7/25 Mike mz4whee...@gmail.com Why 10.04 vs 11.04 at this point? 11.04 is way better (blogging actually works). Also, as long as you have gone through the initial trouble of setting up your own

Re: Creating parties

2011-07-25 Thread Mansour Al Akeel
David, thank you for your help. I will try it later on tonight. I still don't understand how would modifying a View screen, prevent accessing the task using the URL, but I will try your advice first, and will let you know how it went. Thank you. On Mon Jul 25,2011 09:53 am, David E Jones wrote:

Re: Creating parties

2011-07-25 Thread David E Jones
In OFBiz there is no external security configuration so each screen and service is responsible for checking its own security constraints. You'll see examples all over in service defs, and in screen defs (especially in decorators to have the same permission for a set of screens, ie look in the

Re: Best way to remove demo data?

2011-07-25 Thread Tim Stoel
We stuck with rolling out 10.04 for production use after a lot of debate. What it came down to is the quantity of issues on JIRA for 10.04 vs trunk. You can always upgrade later. We should be live with 10.04 in about one month. Tim From: Pierre Smits pierre.sm...@gmail.com Reply-To:

Re: Creating parties

2011-07-25 Thread Mansour Al Akeel
David, Thank you a lot. I misunderstood some parts, and now it all make sense to me. I believe hiding task from parties that are not members of the project, should be the default behavior. If you agree with me, I will create a JIRA issue, and submitt a patch when available. Appreciate your help.

Re: Best way to remove demo data?

2011-07-25 Thread Scott Gray
I'd definitely encourage early adopters to go for 11.04, but at the end of the day the choice between 10.04, 11.04 or the trunk is simply a matter of weighing the desire for new features against risk of instability and bugs. The use of vendor branches is equally applicable to any version of

Re: Best way to remove demo data?

2011-07-25 Thread Hans Bakker
I can really say that the trunk version has only very minimal extra risks especially if you are supported by an OFBiz service provider who is using OFBiz himself like us. We are always using the trunk version for Antwebsystems.com for most functions within our own company and upgrade at a maximum

Re: Best way to remove demo data?

2011-07-25 Thread Scott Gray
If people are willing to believe that the trunk carries minimal extra risks in terms of stability and bugs then good luck to them. The number of open bugs in JIRA is a pretty good indication that bugs occur regularly and sometimes take years to fix. The reality is that every commit carries

Re: Best way to remove demo data?

2011-07-25 Thread Hans Bakker
If errors come back, why not add a junit test to check it what we did for the shopping cart and checkout? That is the best assurance an error does not come back.. On Tue, 2011-07-26 at 14:33 +1200, Scott Gray wrote: If people are willing to believe that the trunk carries minimal extra risks

Re: Best way to remove demo data?

2011-07-25 Thread Scott Gray
Oh, you do this for every bug fix do you? I was merely giving examples of repeated efforts to keep the trunk stable and pointing out that new features introduce bugs and at times those bugs will appear in areas that were previously considered stable. Unit tests are a good idea but they take

Re: Best way to remove demo data?

2011-07-25 Thread Mike
Creating a vendor branch with trunk has a few advantages. First, you start out with the latest and greatest, even if there may be a couple of non-blocking issues. Even if there was, it's great to know that they will soon be fixed because trunk receives the most love from developers. I've tried

Re: Best way to remove demo data?

2011-07-25 Thread Scott Gray
First, you start out with the latest and greatest, even if there may be a couple of non-blocking issues. This sentence is so completely biased it's ridiculous. I've said my piece and have nothing further to add. Regards Scott On 26/07/2011, at 4:52 PM, Mike wrote: Creating a vendor branch