[jbossws-issues] [JBoss JIRA] (JBWS-3707) AbstractCommonConfig is not thread safe

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Sep 23 05:27:04 EDT 2013


     [ https://issues.jboss.org/browse/JBWS-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-3707:
----------------------------------

    Description: 
The org.jboss.wsf.spi.metadata.config.AbstractCommonConfig is not thread safe. The members should likely be final (and the collection ones should be initialized to concurrent collections).

Same applies to org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData and org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.

  was:The org.jboss.wsf.spi.metadata.config.AbstractCommonConfig is not thread safe. The members should likely be final (and the collection ones should be initialized to concurrent collections).


    
> AbstractCommonConfig is not thread safe
> ---------------------------------------
>
>                 Key: JBWS-3707
>                 URL: https://issues.jboss.org/browse/JBWS-3707
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-integration
>            Reporter: Alessio Soldano
>             Fix For: jbossws-cxf-4.3
>
>
> The org.jboss.wsf.spi.metadata.config.AbstractCommonConfig is not thread safe. The members should likely be final (and the collection ones should be initialized to concurrent collections).
> Same applies to org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData and org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list