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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new e492400d2 [incubator-kie-issues-1550] Add Transaction error handling
when transaction is enabled (#2030)
e492400d2 is described below
commit e492400d24a427032d698cfabb51e6f6a85e1912
Author: Enrique <[email protected]>
AuthorDate: Tue Nov 5 09:31:01 2024 +0100
[incubator-kie-issues-1550] Add Transaction error handling when transaction
is enabled (#2030)
---
.../process-quarkus-example/src/main/resources/application.properties | 2 ++
.../src/main/resources/application.properties | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git
a/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
b/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
index 58d33b2d1..ebbdda34c 100644
---
a/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
+++
b/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
@@ -42,3 +42,5 @@
mp.messaging.outgoing.kogito-variables-events.value.serializer=org.apache.kafka.
mp.messaging.outgoing.kogito-processdefinitions-events.connector=smallrye-kafka
mp.messaging.outgoing.kogito-processdefinitions-events.topic=kogito-processdefinitions-events
mp.messaging.outgoing.kogito-processdefinitions-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
+
+kogito.transactionEnabled=false
diff --git
a/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
b/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
index 0374f16b1..64ca4e002 100644
---
a/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
+++
b/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
@@ -24,4 +24,6 @@ infinispan.remote.server-list=localhost:11222
spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
-spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
\ No newline at end of file
+spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
+
+kogito.transactionEnabled=false
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]