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

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Dec 4 16:41:05 EST 2013


    [ https://issues.jboss.org/browse/JBWS-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928744#comment-12928744 ] 

Alessio Soldano commented on JBWS-3707:
---------------------------------------

Solved in https://svn.jboss.org/repos/jbossws/spi/branches/JBWS-3739 branch, to be merged later.
                
> 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
>            Assignee: Alessio Soldano
>             Fix For: jbossws-cxf-4.3
>
>
> The org.jboss.wsf.spi.metadata.config.AbstractCommonConfig is not thread safe and is possibly accessed / modified concurrently (at least during boot on WFLY as a consequence of WFLY-1759). 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