Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
gt; fact I belive I have missed something. > >>> > >>> So my question is: > >>> Is the Ofbiz thread safe? > >>> > >>> I do not face issues when working on one machine but in the future I > >>> excpect more visitors t

Re: Ofbiz Concurrency handling

2010-09-03 Thread Adrian Crum
first. Then if you run across concurrency issues, bring them to our attention and we will look into it. -Adrian --- On Fri, 9/3/10, David E Jones wrote: > From: David E Jones > Subject: Re: Ofbiz Concurrency handling > To: user@ofbiz.apache.org > Date: Friday, September 3, 2010

Re: Ofbiz Concurrency handling

2010-09-03 Thread David E Jones
t you use >>> synchronized keyword? >>> >>> Regards, >>> Michał Cukierman >>> >>> >>> Dnia 2010-09-03, pią o godzinie 05:55 -0700, Adrian Crum pisze: >>>> What exactly do you need to know? Are you running into an

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
ds are not handled in any places, why don't you use > > synchronized keyword? > > > > Regards, > > Michał Cukierman > > > > > > Dnia 2010-09-03, pią o godzinie 05:55 -0700, Adrian Crum pisze: > >> What exactly do you need to know? Are you run

Re: Ofbiz Concurrency handling

2010-09-03 Thread Adrian Crum
n Fri, 9/3/10, Michał Cukierman wrote: From: Michał Cukierman Subject: Re: Ofbiz Concurrency handling To: user@ofbiz.apache.org Date: Friday, September 3, 2010, 12:55 AM Can anyone help me with understandin Ofbiz concurrency handling? Is it thread safe? Dnia 2010-09-02, czw o godzinie 15:23 +02

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
gt; What exactly do you need to know? Are you running into any concurrency issues? > > -Adrian > > --- On Fri, 9/3/10, Michał Cukierman wrote: > > > From: Michał Cukierman > > Subject: Re: Ofbiz Concurrency handling > > To: user@ofbiz.apache.org > > Date: Fri

Re: Ofbiz Concurrency handling

2010-09-03 Thread Adrian Crum
What exactly do you need to know? Are you running into any concurrency issues? -Adrian --- On Fri, 9/3/10, Michał Cukierman wrote: > From: Michał Cukierman > Subject: Re: Ofbiz Concurrency handling > To: user@ofbiz.apache.org > Date: Friday, September 3, 2010, 12:55 AM > Can

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
Can anyone help me with understandin Ofbiz concurrency handling? Is it thread safe? Dnia 2010-09-02, czw o godzinie 15:23 +0200, Michał Cukierman pisze: > Hello, > > I do ofbiz customization with some code changes. At the moment Im > extending ecommerce catalog and product structure.

Ofbiz Concurrency handling

2010-09-02 Thread Michał Cukierman
Hello, I do ofbiz customization with some code changes. At the moment Im extending ecommerce catalog and product structure. This action requires additional services to be implemented. So, I am wondering how ofbiz implements concurent programing issues. In FTL files in most cases it invokes publ