[jboss-jira] [JBoss JIRA] (JBJCA-744) ConnectionEventListener list should be synchronized

Jeff Zhang (JIRA) jira-events at lists.jboss.org
Mon Feb 13 05:38:02 EST 2012


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

Jeff Zhang resolved JBJCA-744.
------------------------------

    Fix Version/s: 1.0.8.Final
       Resolution: Done

    
> ConnectionEventListener list should be synchronized
> ---------------------------------------------------
>
>                 Key: JBJCA-744
>                 URL: https://issues.jboss.org/browse/JBJCA-744
>             Project: IronJacamar
>          Issue Type: Bug
>          Components: Code Generator
>    Affects Versions: 1.0.7.Final, 1.1.0.Alpha5
>            Reporter: Jesper Pedersen
>            Assignee: Jeff Zhang
>             Fix For: 1.0.8.Final, 1.1.0.Alpha6
>
>
> The 
>  this.listeners = new ArrayList<ConnectionEventListener>(1);
> in the generated ManagedConnection should be
>  this.listeners = Collections.synchronizedList(new ArrayList<ConnectionEventListener>(1));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list