Results 1 to 2 of 2

Thread: Launching my custom jobs using Spring Batch Admin

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default Launching my custom jobs using Spring Batch Admin

    I am using spring batch admin as a war inside my spring Dm server.(i haev changes jdbc config for admin to point to my DB)

    I have my custom job bundles which are also part of the same Dm server.


    How do i use Spring batch admin to launch my custom jobs ?

    That is how do i make my jobs launch able through spring batch admin ?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    You could add them to the war (just like it describes in the user guide). Or you could customize the war to expose the JobRegistry and register Jobs from your own bundles when they initialize. There was no plan in 1.0 to support or document this explicitly but it should work, so if you get it working it would be great to hear about it. I know there are other people using SBA in dm Server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •