Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
Hi Malaka, We were facing a situation where by the end results it was looking like that some properties that we were setting in the proxy sequence were being overwritten when there was more than one thread executing the same time. But after some investigation we realized that the problem was in

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Malaka Silva
Hi Ribeiro ​, Can you elaborate more on what you are trying to do. Your question is not clear for us.​ On Fri, Oct 20, 2017 at 4:38 PM, Júnior wrote: > Hi, > > The problem was in duplicated records inside the databases. > > Thanks, > > 2017-10-16 10:43 GMT-02:00 Júnior

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
Hi, The problem was in duplicated records inside the databases. Thanks, 2017-10-16 10:43 GMT-02:00 Júnior : > Hi, > > Is the default scope thread safe? > > I am facing an issue of a property set in the default scope being > overwritten when we have concurrent access to the

[Dev] Default Scope is Thread Safe?

2017-10-16 Thread Júnior
Hi, Is the default scope thread safe? I am facing an issue of a property set in the default scope being overwritten when we have concurrent access to the same service. In this specific case it is happening in JMS Subscribers. Is this kind of behaviour expected? Thanks, -- Francisco Ribeiro