]
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: