[esb-issues] [JBoss JIRA] (JBESB-3707) Cached resource creation is not synchronized in SOAPUIClientService

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Oct 2 12:50:03 EDT 2012


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

RH Bugzilla Integration commented on JBESB-3707:
------------------------------------------------

tcunning at redhat.com made a comment on [bug 781074|https://bugzilla.redhat.com/show_bug.cgi?id=781074]

We've discovered the root cause here :

https://issues.apache.org/jira/browse/XMLBEANS-328

I've tried the patch in XMLBEANS-328 and it seems to fix the quickstart.     This would be a more permanent one than the method that Magesh suggested, which was synchronizing methods in SoapUIClientService - the root cause of this seems to be synchronization in two methods in Apache XMLBeans.
                
> Cached resource creation is not synchronized in SOAPUIClientService
> -------------------------------------------------------------------
>
>                 Key: JBESB-3707
>                 URL: https://issues.jboss.org/browse/JBESB-3707
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web Services
>    Affects Versions: 4.10
>            Reporter: Magesh Bojan
>            Assignee: Magesh Bojan
>             Fix For: 5.0 initial development
>
>
> Wsdl and Smooks Resource cache creation are not synchronized and hence could lead to a race condition when the same resource is being created by multiple threads.
> Fix is to synchronize the cached resource creation.

--
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 esb-issues mailing list