You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/replay/CommandReplayManager.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -209,9 +209,8 @@ public List<ReplayableCommand> getPendingOrFailed() {
209
209
cssClass = "btn-primary",
210
210
describedAs = "Executes the list of commands in sequence, after having sorted them by their timestamp. "
211
211
+ "If any of the given commands fails, "
212
-
+ "the surrounding transaction is rolled back and any successful commands are undone). "
213
-
+ "The command, that caused the failure, gets marked as FAILED."
214
-
)
212
+
+ "its surrounding transaction is rolled back, but any successful commands so far are marked OK). "
213
+
+ "The command, that caused the failure, gets marked FAILED.")
Copy file name to clipboardExpand all lines: extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/replay/ReplayContext.java
Copy file name to clipboardExpand all lines: extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/replay/ReplayableCommand.java
0 commit comments