Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13770

Create jdbc job repository using deployment descriptors

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 21.0.0.Beta1, 21.0.0.Final
    • 20.0.1.Final
    • Batch
    • None

    Description

      The Example for "new Job Repository" (https://docs.wildfly.org/20/Admin_Guide.html#deployment-descriptors) doesn't work properly.

       <jboss xmlns="urn:jboss:1.0">
       <batch xmlns="urn:jboss:batch-jberet:1.0">
       <job-repository>
       <jdbc jndi-name="java:jboss/datasources/ExampleDS"/>
       </job-repository>
       </batch>
       </jboss>
      

      Schema batch-jberet_1_0.xsd alllows only in-memory or named job-repositoryType. 
      You get the validation exception by using the jdbc example.

      It would be useful to improve the batch-jberet integration so that the example given above would work.

      Attachments

        Activity

          People

            cfang@redhat.com Cheng Fang
            jurij.bernhardt Jurij Bernhardt (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: