You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2021/04/19 07:47:00 UTC

[jira] [Commented] (ISIS-2618) ConcurrentModificationException with MethodFinderUtils.findAnnotatedMethod

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

Andi Huber commented on ISIS-2618:
----------------------------------

Caused by: java.util.ConcurrentModificationException
	at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?]
	at org.apache.isis.core.metamodel.methods.MethodFinderUtils.findAnnotatedMethod(MethodFinderUtils.java:197) ~[isis-core-metamodel-2.0.0-M5.20210416-0430-eb37524f.jar:2.0.0-M5.20210416-0430-eb37524f]
	at org.apache.isis.core.metamodel.facets.object.domainobject.DomainObjectAnnotationFacetFactory.postConstructMethodFor(DomainObjectAnnotationFacetFactory.java:539) ~[isis-core-metamodel-2.0.0-M5.20210416-0430-eb37524f.jar:2.0.0-M5.20210416-0430-eb37524f]
	at org.apache.isis.core.metamodel.facets.object.recreatable.RecreatableObjectFacetAbstract.invokePostConstructMethod(RecreatableObjectFacetAbstract.java:129) ~[isis-core-metamodel-2.0.0-M5.20210416-0430-eb37524f.jar:2.0.0-M5.20210416-0430-eb37524f]
	at org.apache.isis.core.metamodel.facets.object.recreatable.RecreatableObjectFacetAbstract.initialize(RecreatableObjectFacetAbstract.java:116) ~[isis-core-metamodel-2.0.0-M5.20210416-0430-eb37524f.jar:2.0.0-M5.20210416-0430-eb37524f]
	at org.apache.isis.core.metamodel.objectmanager.load.ObjectLoader_builtinHandlers$LoadViewModel.handle(ObjectLoader_builtinHandlers.java:163) ~[isis-core-metamodel-2.0.0-M5.20210416-0430-eb37524f.jar:2.0.0-M5.20210416-0430-eb37524f]

> ConcurrentModificationException with MethodFinderUtils.findAnnotatedMethod
> --------------------------------------------------------------------------
>
>                 Key: ISIS-2618
>                 URL: https://issues.apache.org/jira/browse/ISIS-2618
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M6
>
>
> Seen in the context of the MM ObjectLoader during VM recreation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)