Hi all, I was getting ( sometimes ) ConcurrentModificationException when using PAX JMS ( 1.0.2 ). It turned out to be synchronization fail in ConnectionFactoryConfigManager. I've made a fix by replace HashMap with ConcurrentHashMap ( and removed synchronized methods ).
I write here, as I think Karaf is main user base of the PAX JMS library. Any comment is welcome. Fix is located at: https://github.com/ops4j/org.ops4j.pax.jms/pull/15 P.S: I've also updated the dependencies ( in my local branch, not part of the pull request ) - something to have in mind when/if doing local build ( working with Karaf 4.2.2 ). Kind Regards, Miroslav -- Miroslav Beranič MIBESIS +386(0)40/814-843 [email protected] http://www.mibesis.si
