This is an automated email from the ASF dual-hosted git repository.

egonzalez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a8847dde [incubator-kie-issues-1084] Remove fields from 
ProcessDefinitionEntity.toString to avoid transaction errors due to lazy 
loading (#2032)
4a8847dde is described below

commit 4a8847ddeb5eae31d4e2050eade264a0b687e72b
Author: Martin Weiler <[email protected]>
AuthorDate: Fri Apr 19 00:33:19 2024 -0600

    [incubator-kie-issues-1084] Remove fields from 
ProcessDefinitionEntity.toString to avoid transaction errors due to lazy 
loading (#2032)
---
 .../java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java
 
b/data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java
index dd2db761a..63e965a2a 100644
--- 
a/data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java
+++ 
b/data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java
@@ -205,10 +205,7 @@ public class ProcessDefinitionEntity extends 
AbstractEntity {
                 ", version='" + version + '\'' +
                 ", name='" + name + '\'' +
                 ", type='" + type + '\'' +
-                ", roles=" + roles +
-                ", addons=" + addons +
                 ", endpoint='" + endpoint + '\'' +
-                ", nodes='" + nodes + '\'' +
                 '}';
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to