[ 
https://issues.apache.org/jira/browse/TUSCANY-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583638#action_12583638
 ] 

Ramkumar Ramalingam commented on TUSCANY-2170:
----------------------------------------------

The current implementation SCADefinitionsImpl.java uses java ArrayList to store 
the list of policy sets, intents, binding types etc. I believe Instead of 
synchronizing the methods that does the operations like clear/addAll. I believe 
the best solution would be to replace the ArrayList with a Vector.

Please suggest me 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
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-Next
>         Environment: SVN revision 642920 - Windows
>            Reporter: Ramkumar Ramalingam
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg29138.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to