Voting the new release

2014-03-20 Thread Jacopo Cappellato
Hi all, this is just to inform you that in the dev mailing list (d...@ofbiz.apache.org) it is taking place a vote to issue the new release Apache OFBiz 13.07.01 (the vote will last for 5 days). If you are interested in getting more involved with the project then testing the release and

variables

2014-03-20 Thread Jad El Omeiri
Hello there, I have a conceptual question here. I have my code logic written in Events. And I have variables that are used across different methods. I initially had all my variables as static so that my methods can directly alter their values, but I also made them private so they are only

Re: Voting the new release

2014-03-20 Thread Vyom Jain
Hi Jacopo, I've been doing random tests, the major issue that has noticed reported is OFBIZ-5565 [https://issues.apache.org/jira/browse/OFBIZ-5565], in case if we don't have an immediate for the same, then might be good to mention this in an open issues section. I also think the data migration

Re: variables

2014-03-20 Thread Vyom Jain
Hi, What you have been told is valid for any multi-threaded application. You can find good examples of usage of OFBiz Events in framework/common/src/org/ofbiz/common/CommonEvents.java. A common pattern is to use 'constants' as a static/ shared variables. A lot of depends on what you are

RE: Voting the new release

2014-03-20 Thread Ejaz Ahmed
The candidate release files can be downloaded from here: https://dist.apache.org/repos/dist/dev/ofbiz/ Regards: Ejaz Ahmed From: jacopo.cappell...@hotwaxmedia.com Subject: Voting the new release Date: Thu, 20 Mar 2014 10:09:58 +0100 To: user@ofbiz.apache.org Hi all, this is just

Re: variables

2014-03-20 Thread Jad El Omeiri
Ok thanks a lot Vyom. I actually thought that session would have its own copy of the variables. But apparently that is not the case. I will into CommonEvents.java. Thank you! - Jad El Omeiri -- View this message in context:

Re: Voting the new release

2014-03-20 Thread Pierre Smits
Jacopo, Thank you for making the OFBiz 13.07.01 release available for download and testing. I have run the tests available in the release and only 1 failed. Test 'testCreateManyAndStoreOneAtATime' in entitytests raised a failure, but given the description of the failure it can be regarded as a

Actionable tasks of the week - volunteers?

2014-03-20 Thread Jacopo Cappellato
In order to encourage the participation of the community into the development of OFBiz and specifically in the resolution of tickets filed in Jira, I would like to try this experiment. From time to time I will review a series of tickets, select the ones that look not too complex, actionable

Re: Actionable tasks of the week - volunteers?

2014-03-20 Thread Mandeep Sidhu
I'd like to take up the first two issues to begin with. Unfortunately I am little confused with the documentation you shared earlier as to how I can become a committer. Would a patch work in this case? Or I need to be on the committers list? Let me know. Thanks, Mandeep On Thu, Mar 20, 2014

Re: Actionable tasks of the week - volunteers?

2014-03-20 Thread Jacopo Cappellato
Thank you Mandeep. Please attach your patch to the relevant Jira tickets. Jacopo On Mar 20, 2014, at 6:17 PM, Mandeep Sidhu mandeep1985s...@gmail.com wrote: I'd like to take up the first two issues to begin with. Unfortunately I am little confused with the documentation you shared earlier as

Re: Actionable tasks of the week - volunteers?

2014-03-20 Thread Todd Thorner
Thank you, Mr. Cappellato, for this initiative. It's a great idea IMO, please keep 'em coming. I will watch for more emails such as this one, hoping to find something that isn't too challenging for my meagre skill set. Already, though, this first email has inspired me to make time over the

Re: Actionable tasks of the week - volunteers?

2014-03-20 Thread Paul Piper
I really think this is a great idea, Jacopo. I have limited time to code this week, but perhaps i can be of help clarifying the issues as in OFBIZ-5590 OFBIZ-5551. Either way: great initiative! -- View this message in context: