You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2017/06/20 21:56:00 UTC

[jira] [Commented] (CXF-7416) Threading issue while marshalling jaxb

    [ https://issues.apache.org/jira/browse/CXF-7416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056536#comment-16056536 ] 

Christian Schneider commented on CXF-7416:
------------------------------------------

Many thanks for fixing this Dan. I now can reliably run a ws-rm async test with delays and 1000 messages without any losses.

> 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: Daniel Kulp
>             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)