- https://github.com/eclipse-ee4j/batch-api
- https://dspace.cvut.cz/bitstream/handle/10467/61785/F3-DP-2015-Milata-Tomas-java-ee-batch-editor.pdf?sequence=13&isAllowed=y
- Adding a batchlet step to a Java batch job - IBM Docs
- 55.4 Using the Job Specification Language - Java Platform, Enterprise Edition: The Java EE Tutorial (Release 7)
- GitHub - jberet/jberet-wildfly-samples: JBeret Sample Web Applications for WildFly Application Server
- https://github.com/quarkiverse/quarkus-jberet
- https://spring.io/guides/gs/batch-processing/
- GitHub - spring-guides/gs-batch-processing: Creating a Batch Service :: Learn how to create a basic batch-driven solution.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/batch-jberet/src/main/java/org/wildfly/extension/batch/jberet/deployment/JobOperatorService.java b/batch-jberet/src/main/java/org/wildfly/extension/batch/jberet/deployment/JobOperatorService.java | |
index e22d1b5edee5..06229fbd18ac 100644 | |
--- a/batch-jberet/src/main/java/org/wildfly/extension/batch/jberet/deployment/JobOperatorService.java | |
+++ b/batch-jberet/src/main/java/org/wildfly/extension/batch/jberet/deployment/JobOperatorService.java | |
@@ -21,6 +21,7 @@ | |
import java.util.concurrent.atomic.AtomicBoolean; | |
import java.util.function.Consumer; | |
import java.util.function.Supplier; | |
+ | |
import jakarta.batch.operations.JobExecutionAlreadyCompleteException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weli@192:/tmp | |
➤ cat foo.txt 02:05:38 | |
abc | |
def | |
weli@192:/tmp | |
➤ vi foo.txt 02:05:41 | |
weli@192:/tmp | |
➤ sed -e 's/def/xyz/' foo.txt 02:05:48 | |
abc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Pod | |
apiVersion: v1 | |
metadata: | |
name: mc | |
spec: | |
containers: | |
- name: c0 | |
image: ubuntu | |
command: [ "/bin/bash", "-c", "while true; do echo c0; sleep 5 ; done" ] | |
- name: c1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- standalone.xml 2022-11-19 01:25:16.000000000 +0800 | |
+++ standalone.xml.orig 2022-11-19 01:09:23.000000000 +0800 | |
@@ -6,17 +6,36 @@ | |
<extension module="org.jboss.as.connector"/> | |
<extension module="org.jboss.as.deployment-scanner"/> | |
<extension module="org.jboss.as.ee"/> | |
+ <extension module="org.jboss.as.ejb3"/> | |
<extension module="org.jboss.as.jaxrs"/> | |
+ <extension module="org.jboss.as.jdr"/> | |
<extension module="org.jboss.as.jmx"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Only in standalone/configuration: standalone-full-ha.xml | |
Only in standalone/configuration: standalone-full.xml | |
Only in standalone/configuration: standalone-ha.xml | |
Only in standalone/configuration: standalone-load-balancer.xml | |
Only in standalone/configuration: standalone-microprofile-ha.xml | |
Only in standalone/configuration: standalone-microprofile.xml | |
diff -r standalone.new/configuration/standalone.xml standalone/configuration/standalone.xml | |
8a9 | |
> <extension module="org.jboss.as.ejb3"/> | |
9a11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT: appclient | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.bat | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.conf | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.conf.bat | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.conf.ps1 | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.ps1 | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin: domain.sh | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/docs/examples/configs: domain-ec2.xml | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/docs/examples/configs: standalone-activemq-colocated.xml | |
Only in /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/docs/examples/configs: standalone-azure-full-ha.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➤ curl localhost:8080/tracing/logger 23:28:51 | |
<html><head><title>ERROR</title><style> | |
body { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; | |
margin: 5px; | |
} | |
.header { | |
background-image: linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%); | |
background-image: -o-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%); |
➤ grep -rn 'ts.bootable' * 23:05:52
ee-9/source-transform/shared/target/generated-sources/transformed/org/jboss/as/test/shared/util/AssumeTestGroupUtil.java:106: return System.getProperty("ts.ee9") != null || System.getProperty("ts.bootable.ee9") != null;
Binary file ee-9/source-transform/shared/target/classes/org/jboss/as/test/shared/util/AssumeTestGroupUtil.class matches
pom.xml:5875: <name>ts.bootable.ee9</name>
pom.xml:5952: <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:730: <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:843: <name>ts.bootable.ee9</name>
Binary file testsuite/integration/web/target/test-classes/org/j
NewerOlder