[jira] [Commented] (ISIS-2479) Resurrect support for TransactionId
[ https://issues.apache.org/jira/browse/ISIS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264813#comment-17264813 ] ASF subversion and git services commented on ISIS-2479: --- Commit cb86196d4ef394635c50ea2016b0a3b1e0bfb9a6 in isis's branch refs/heads/master from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=cb86196 ] ISIS-2479: makes TransactionId an immutable value type > Resurrect support for TransactionId > --- > > Key: ISIS-2479 > URL: https://issues.apache.org/jira/browse/ISIS-2479 > Project: Isis > Issue Type: Bug > Components: Isis Core >Reporter: Andi Huber >Assignee: Andi Huber >Priority: Major > Fix For: 2.0.0-M5 > > > TransactionIds are currently empty. Java-doc of TransactionId states, that > the UUID it holds, equals that of the current Interaction, and that the > sequence counter keeps track of the transactions closed within the current > Interaction. > Also TransactionId needs a new field, that holds the name of the > persistence-context the current transaction belongs to, which should account > for (not yet supported) cases, when multiple persistence layers coexist > within Spring's application context. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (ISIS-2479) Resurrect support for TransactionId
[ https://issues.apache.org/jira/browse/ISIS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264787#comment-17264787 ] ASF subversion and git services commented on ISIS-2479: --- Commit 5c91e27167e5630c6a2e8cbd85ed44562b3d7528 in isis's branch refs/heads/master from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=5c91e27 ] ISIS-2479: java-doc fix > Resurrect support for TransactionId > --- > > Key: ISIS-2479 > URL: https://issues.apache.org/jira/browse/ISIS-2479 > Project: Isis > Issue Type: Bug > Components: Isis Core >Reporter: Andi Huber >Assignee: Andi Huber >Priority: Major > Fix For: 2.0.0-M5 > > > TransactionIds are currently empty. Java-doc of TransactionId states, that > the UUID it holds, equals that of the current Interaction, and that the > sequence counter keeps track of the transactions closed within the current > Interaction. > Also TransactionId needs a new field, that holds the name of the > persistence-context the current transaction belongs to, which should account > for (not yet supported) cases, when multiple persistence layers coexist > within Spring's application context. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (ISIS-2479) Resurrect support for TransactionId
[ https://issues.apache.org/jira/browse/ISIS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264785#comment-17264785 ] ASF subversion and git services commented on ISIS-2479: --- Commit 6181ff4976ff7c1eb7185901f07060a76333074b in isis's branch refs/heads/master from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=6181ff4 ] ISIS-2479: implements transaction sequence tracking (not tested yet) > Resurrect support for TransactionId > --- > > Key: ISIS-2479 > URL: https://issues.apache.org/jira/browse/ISIS-2479 > Project: Isis > Issue Type: Bug > Components: Isis Core >Reporter: Andi Huber >Assignee: Andi Huber >Priority: Major > Fix For: 2.0.0-M5 > > > TransactionIds are currently empty. Java-doc of TransactionId states, that > the UUID it holds, equals that of the current Interaction, and that the > sequence counter keeps track of the transactions closed within the current > Interaction. > Also TransactionId needs a new field, that holds the name of the > persistence-context the current transaction belongs to, which should account > for (not yet supported) cases, when multiple persistence layers coexist > within Spring's application context. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (ISIS-2479) Resurrect support for TransactionId
[ https://issues.apache.org/jira/browse/ISIS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264760#comment-17264760 ] ASF subversion and git services commented on ISIS-2479: --- Commit c72df9a7b981b00d2b068b3f2a2b9dee69dc0f12 in isis's branch refs/heads/master from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=c72df9a ] ISIS-2479: runtime-services: rename packages (house keeping) > Resurrect support for TransactionId > --- > > Key: ISIS-2479 > URL: https://issues.apache.org/jira/browse/ISIS-2479 > Project: Isis > Issue Type: Bug > Components: Isis Core >Reporter: Andi Huber >Assignee: Andi Huber >Priority: Major > Fix For: 2.0.0-M5 > > > TransactionIds are currently empty. Java-doc of TransactionId states, that > the UUID it holds, equals that of the current Interaction, and that the > sequence counter keeps track of the transactions closed within the current > Interaction. > Also TransactionId needs a new field, that holds the name of the > persistence-context the current transaction belongs to, which should account > for (not yet supported) cases, when multiple persistence layers coexist > within Spring's application context. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (ISIS-2479) Resurrect support for TransactionId
[ https://issues.apache.org/jira/browse/ISIS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264742#comment-17264742 ] ASF subversion and git services commented on ISIS-2479: --- Commit 32121b80873ca0ed88ed6100f8819696f38d41ff in isis's branch refs/heads/master from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=32121b8 ] ISIS-2479: TransactionService: let currentTransactionId() return an Optional > Resurrect support for TransactionId > --- > > Key: ISIS-2479 > URL: https://issues.apache.org/jira/browse/ISIS-2479 > Project: Isis > Issue Type: Bug > Components: Isis Core >Reporter: Andi Huber >Assignee: Andi Huber >Priority: Major > Fix For: 2.0.0-M5 > > > TransactionIds are currently empty. Java-doc of TransactionId states, that > the UUID it holds, equals that of the current Interaction, and that the > sequence counter keeps track of the transactions closed within the current > Interaction. > Also TransactionId needs a new field, that holds the name of the > persistence-context the current transaction belongs to, which should account > for (not yet supported) cases, when multiple persistence layers coexist > within Spring's application context. -- This message was sent by Atlassian Jira (v8.3.4#803005)
