Race condition in BusFactory
----------------------------

                 Key: CXF-3696
                 URL: https://issues.apache.org/jira/browse/CXF-3696
             Project: CXF
          Issue Type: Bug
          Components: Bus
    Affects Versions: 2.4.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.3.6, 2.4.2



There is a race condition in BusFactory that can lead to deadlocks.   If one 
threads calls getThreadDefaultBus(true) while another thread is calling 
getDefaultBus(true), it can lock up as the first thread blocks waiting to call 
getDefaultBus(), but the second will block calling maybeSetThreadBus.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to