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 2020/07/01 06:15:00 UTC

[jira] [Updated] (ISIS-2385) Jaxb PersistentEntityAdapter fails when asked to marshal detached entities

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

Andi Huber updated ISIS-2385:
-----------------------------
    Description: 
Reason: BookmarkService cannot create bookmark for detached entity.

is related to https://issues.apache.org/jira/browse/ISIS-2383

Issue is, that the object graph that gets serialized must not contain detached entities. But instead of re-attaching all detached entities just to get their IDs for marshalling them later is inefficient. There should be a better way to do this.

  was:
Reason: BookmarkService cannot create bookmark for detached entity.

is related to https://issues.apache.org/jira/browse/ISIS-2383

 


> Jaxb PersistentEntityAdapter fails when asked to marshal detached entities
> --------------------------------------------------------------------------
>
>                 Key: ISIS-2385
>                 URL: https://issues.apache.org/jira/browse/ISIS-2385
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M4
>
>
> Reason: BookmarkService cannot create bookmark for detached entity.
> is related to https://issues.apache.org/jira/browse/ISIS-2383
> Issue is, that the object graph that gets serialized must not contain detached entities. But instead of re-attaching all detached entities just to get their IDs for marshalling them later is inefficient. There should be a better way to do this.



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