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/22 08:00:31 UTC

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

Dan Haywood created ISIS-1341:
---------------------------------

             Summary: 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.13.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)