You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2016/03/25 07:32:25 UTC

[jira] [Resolved] (ISIS-1341) Restful Objects viewer should perform a flush transaction before generating representations.

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

Dan Haywood resolved ISIS-1341.
-------------------------------
    Resolution: Fixed

> Restful Objects viewer should perform a flush transaction before generating representations.
> --------------------------------------------------------------------------------------------
>
>                 Key: ISIS-1341
>                 URL: https://issues.apache.org/jira/browse/ISIS-1341
>             Project: Isis
>          Issue Type: Bug
>          Components: Core: Viewer: RestfulObjects
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.12.0
>
>
> For example, SimpleObjects > create, the representation has the transient ids.
> The workaround is to add:
> {code}
> transactionService.flushTransaction();
> {code}
> in the action itself.



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