Christian Schneider created CXF-7416: ----------------------------------------
Summary: Threading issue while marshalling jaxb Key: CXF-7416 URL: https://issues.apache.org/jira/browse/CXF-7416 Project: CXF Issue Type: Bug Components: JAXB Databinding Affects Versions: 3.1.11 Reporter: Christian Schneider Assignee: Christian Schneider Fix For: 3.2.0, 3.1.12 https://apaste.info/ntU7 org.apache.cxf.interceptor.Fault: Marshalling Error: null at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:270) Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)[:1.8.0_92] This happened in a demo for ws-rm but probably can happen in any jaxb based service. -- This message was sent by Atlassian JIRA (v6.4.14#64029)