-
Dec 24th, 2007, 12:09 PM
#1
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.
-
Dec 26th, 2007, 02:25 PM
#2
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
-
Forum Rules