I've the next issue in JSMPP:

Exception in thread "Thread-77" java.util.ConcurrentModificationException 
        at
java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819) 
        at java.util.ArrayList$Itr.next(ArrayList.java:791) 
        at
org.jsmpp.session.AbstractSessionContext.fireStateChanged(AbstractSessionContext.java:76)
 
        at
org.jsmpp.session.SMPPSessionContext.changeState(SMPPSessionContext.java:61) 
        at
org.jsmpp.session.AbstractSessionContext.close(AbstractSessionContext.java:62) 
        at org.jsmpp.session.AbstractSession.close(AbstractSession.java:198) 
        at
org.jsmpp.session.SMPPSession$EnquireLinkSender.run(SMPPSession.java:612) 


I found  ( https://code.google.com/p/jsmpp/source/detail?r=267
<https://code.google.com/p/jsmpp/source/detail?r=267>  )

          "Revision: r267 - Fix the concurrent modification problem" 

but it isn't catch in  org.apache.servicemix.bundles.jsmpp-2.1.0_4.jar.


Maven dependency:
 
            +- org.apache.camel:camel-smpp:jar:2.11.0:compile
                 \-
org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsmpp:jar:2.1.0_4:compile


Do you have any suggestions in this regard?

Thank you in advance!

Cristi



--
View this message in context: 
http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to