[jira] Assigned: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-04-09 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatakrishnan reassigned TUSCANY-2170: Assignee: Venkatakrishnan Synchronizing the access to SCADefinitions

[jira] Resolved: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-04-09 Thread Venkatakrishnan (JIRA)
the access to SCADefinitions -- Key: TUSCANY-2170 URL: https://issues.apache.org/jira/browse/TUSCANY-2170 Project: Tuscany Issue Type: Bug Components: Java SCA Core Runtime Affects

[jira] Updated: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-04-04 Thread Ramkumar Ramalingam (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Ramalingam updated TUSCANY-2170: - Attachment: SCADefinitionsImpl-JIRA-2170.patch Synchronizing the access

Re: Synchronizing the access to SCADefinitions

2008-04-04 Thread Greg Dritschler
Ramkumar, Sorry for the delay in responding. I think you are probably right that CopyOnWriteArrayList is the way to go. Presumably there will be far more contributions traversing the definitions (looking for policy sets etc) than contributions adding to the contributions. So trading off a high

Re: Synchronizing the access to SCADefinitions

2008-04-04 Thread Greg Dritschler
Oops, meant to say ...than contributions adding definitions. On Fri, Apr 4, 2008 at 4:00 PM, Greg Dritschler [EMAIL PROTECTED] wrote: Ramkumar, Sorry for the delay in responding. I think you are probably right that CopyOnWriteArrayList is the way to go. Presumably there will be far more

Synchronizing the access to SCADefinitions

2008-04-02 Thread Ramkumar R
Hi All, I am new to Tuscany Community, being interested in contributing and trying to catch up. Right now am going through the code to get a feel of it and the threading issue (as mentioned in http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg29138.html) seems to be something simple that

[jira] Commented: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-04-01 Thread Ramkumar Ramalingam (JIRA)
the best solution would be to go with CopyOnWriteArrayList instead of the current ArrayList used to store the list of policy sets, intents, binding types etc. Please suggest me if this one is the right approach. Thanks. Synchronizing the access to SCADefinitions

[jira] Created: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-03-31 Thread Ramkumar Ramalingam (JIRA)
Synchronizing the access to SCADefinitions -- Key: TUSCANY-2170 URL: https://issues.apache.org/jira/browse/TUSCANY-2170 Project: Tuscany Issue Type: Bug Components: Java SCA Core Runtime

[jira] Commented: (TUSCANY-2170) Synchronizing the access to SCADefinitions

2008-03-31 Thread Ramkumar Ramalingam (JIRA)
if this one is the right approach. Thanks. Synchronizing the access to SCADefinitions -- Key: TUSCANY-2170 URL: https://issues.apache.org/jira/browse/TUSCANY-2170 Project: Tuscany Issue Type: Bug