Willem Jiang created SMX4-1748: ---------------------------------- Summary: Fix the concurrent modification exception in SMPP bundle Key: SMX4-1748 URL: https://issues.apache.org/jira/browse/SMX4-1748 Project: ServiceMix 4 Issue Type: Bug Affects Versions: bundles-2014.03 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: bundles-2014.04
The org.jsmpp.session.AbstractSessionContext uses ArrayList and also does add, remove and change items of the list. It causes ConcurrentModificationException to be thrown during runtime and as a result thread leaks. -- This message was sent by Atlassian JIRA (v6.2#6252)