-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WFLY-19790 Remove batch-processing DS file
- Loading branch information
Showing
4 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Batch script to configure the datasource | ||
batch | ||
|
||
# Start by creating the JDBC datasource | ||
/subsystem=datasources/data-source=batch-processingDS:add(connection-url="jdbc:h2:mem:batch-processingDS;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1", jndi-name="java:jboss/datasources/batch-processingDS", driver-name=h2, user-name="sa", password="sa", enabled="true", use-java-context=true) | ||
/subsystem=batch-jberet/jdbc-job-repository=jdbc:add(data-source=batch-processingDS) | ||
/subsystem=batch-jberet:write-attribute(name=default-job-repository,value=jdbc) | ||
|
||
# Run the batch commands | ||
run-batch | ||
|
||
# Reload the server configuration | ||
#reload | ||
|
||
|
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
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
38 changes: 0 additions & 38 deletions
38
batch-processing/src/main/webapp/WEB-INF/jboss-batch-processing-ds.xml
This file was deleted.
Oops, something went wrong.