Results 1 to 2 of 2

Thread: How to run samples without Junit and BatchCommandLineLauncher

  1. #1
    Join Date
    Nov 2007
    Posts
    10

    Default How to run samples without Junit and BatchCommandLineLauncher

    Hai,
    I want to run sample job code without using Junit and BatchCommandLineLauncher/QuartzJob launcher.
    is there any way for that.

  2. #2
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    You want to launch a batch job without using the JUnit or the BatchCommandLineLauncher?

    You can create your own wrapper for a JobLauncher class if you would like, but something needs to bootstrap the application context. You could actually launch through something like JMX as well. If you look at the .launch files included in the src download in subversion, you can see a .launch that kicks off a JMX process. You can then launch via JMX.

Posting Permissions

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