diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-1.0/com.ibm.websphere.appserver.batch-1.0.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-1.0/com.ibm.websphere.appserver.batch-1.0.feature index 1f07a873203..2930e592404 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-1.0/com.ibm.websphere.appserver.batch-1.0.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-1.0/com.ibm.websphere.appserver.batch-1.0.feature @@ -39,3 +39,4 @@ kind=ga edition=base WLP-Activation-Type: parallel WLP-Platform: javaee-7.0,javaee-8.0 +WLP-InstantOn-Enabled: true; type:=beta diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.0/io.openliberty.batch-2.0.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.0/io.openliberty.batch-2.0.feature index 4e2a3a423f1..30a3e910f50 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.0/io.openliberty.batch-2.0.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.0/io.openliberty.batch-2.0.feature @@ -39,3 +39,4 @@ kind=ga edition=base WLP-Activation-Type: parallel WLP-Platform: jakartaee-9.1 +WLP-InstantOn-Enabled: true; type:=beta diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.1/io.openliberty.batch-2.1.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.1/io.openliberty.batch-2.1.feature index 1c34e7ca8d6..6a84d302d7c 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.1/io.openliberty.batch-2.1.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/batch-2.1/io.openliberty.batch-2.1.feature @@ -36,3 +36,4 @@ kind=ga edition=base WLP-Activation-Type: parallel WLP-Platform: jakartaee-10.0,jakartaee-11.0 +WLP-InstantOn-Enabled: true; type:=beta diff --git a/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/bootstrap.properties b/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/bootstrap.properties index 1a7fd0487b4..959cb66b84b 100644 --- a/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/bootstrap.properties +++ b/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/bootstrap.properties @@ -9,4 +9,4 @@ com.ibm.ws.logging.trace.specification=*=info=enabled\ bootstrap.include=../testports.properties osgi.console=5678 -io.openliberty.checkpoint.allowed.features=batch-1.0,batch-2.0,batch-2.1,batch-management-1.0 +io.openliberty.checkpoint.allowed.features=batch-management-1.0 diff --git a/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/jvm.options b/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/jvm.options new file mode 100644 index 00000000000..9ec5b94cf71 --- /dev/null +++ b/dev/com.ibm.ws.jbatch.open_fat/publish/servers/batchFAT/jvm.options @@ -0,0 +1 @@ +-Dcom.ibm.ws.beta.edition=true \ No newline at end of file