[
https://issues.apache.org/jira/browse/ISIS-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233524#comment-17233524
]
ASF subversion and git services commented on ISIS-2459:
-------------------------------------------------------
Commit f18fa4f74725cf9d9fa140e79e282b97b6a1495e in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f18fa4f ]
ISIS-2459: remodel InteractionSessions
lets have just a single InteractionSession per thread
to realize execution nesting in support of authenticationSession
overrides, we introduce InteractionClosure
> Async Execution might throw 'no current IsisPersistenceSessionJdoBase
> available'
> --------------------------------------------------------------------------------
>
> Key: ISIS-2459
> URL: https://issues.apache.org/jira/browse/ISIS-2459
> Project: Isis
> Issue Type: Bug
> Components: Isis Persistence JDO
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M5
>
>
> WrapperFactory async execution might run into this issue when running the
> execution task on the ForkJoinPool, seen with
> PublisherServiceTest.publisherService_shouldBeAwareOfInventoryChanges_whenUsingAsyncExecution
> {code}
> Caused by: org.apache.isis.commons.exceptions.IsisException: unrecoverable
> error: 'no current IsisPersistenceSessionJdoBase available'
> at
> org.apache.isis.commons.internal.exceptions._Exceptions.unrecoverable(_Exceptions.java:126)
> at
> org.apache.isis.persistence.jdo.datanucleus5.persistence.IsisPlatformTransactionManagerForJdo.lambda$5(IsisPlatformTransactionManagerForJdo.java:172)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)