I find this problem in cxf2.2.5 when executing quartz's multithread.How to
avoid it?

Caused by: java.util.ConcurrentModificationException
        at 
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
        at java.util.AbstractList$Itr.remove(AbstractList.java:357)
        at
org.apache.cxf.bus.extension.ExtensionManagerImpl.activateAllByType(ExtensionManagerImpl.java:115)
        at org.apache.cxf.bus.extension.DeferredMap.undefer(DeferredMap.java:36)
        at
org.apache.cxf.transport.DestinationFactoryManagerImpl.getDestinationFactoryForUri(DestinationFactoryManagerImpl.java:140)
        at
org.apache.cxf.jaxws.ServiceImpl.createEndpointInfo(ServiceImpl.java:482)
        at 
org.apache.cxf.jaxws.ServiceImpl.getJaxwsEndpoint(ServiceImpl.java:235)
        at org.apache.cxf.jaxws.ServiceImpl.createDispatch(ServiceImpl.java:589)
        at org.apache.cxf.jaxws.ServiceImpl.createDispatch(ServiceImpl.java:570)
        at javax.xml.ws.Service.createDispatch(Service.java:325)
-- 
View this message in context: 
http://old.nabble.com/ExtensionManagerImpl.activateAllByType-throw-ConcurrentModificationException-tp27251335p27251335.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to