[ 
https://issues.apache.org/jira/browse/OLINGO-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giacomo Pati updated OLINGO-452:
--------------------------------
    Attachment: 0001-PATCH-OLINGO-452-Fixed-ConcurrentModificationExcepti.patch

> Fixed ConcurrentModificationException when using IBM JVM on WebSphere 8
> -----------------------------------------------------------------------
>
>                 Key: OLINGO-452
>                 URL: https://issues.apache.org/jira/browse/OLINGO-452
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-jpa
>    Affects Versions: V2 2.0.0
>         Environment: WebSphere 8
>            Reporter: Giacomo Pati
>            Priority: Minor
>             Fix For: V2 2.1.0
>
>         Attachments: 
> 0001-PATCH-OLINGO-452-Fixed-ConcurrentModificationExcepti.patch
>
>
> ODataJPAResponseBuilderDefault is using a pattern like 
> aList.retainAll(aList.sublist(...)) which fails with a 
> ConcurrentModificationException on IBM JVM (because of internally used 
> Iterator). Attached patch fixes this issue, tested on IBM as well as on 
> Oracle JVM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to