-
Apr 29th, 2009, 07:56 AM
#1
jobRegistry usage
the configuration for jobOperator requires jobregistry but not sure wat is this used for
-
Apr 30th, 2009, 01:53 AM
#2
To map from Job names to Job instances (it's actually the JobLocator that is needed for that but JobRegistry is an extension: http://static.springframework.org/sp...trunk/apidocs/).
-
Apr 30th, 2009, 02:02 AM
#3
I needed some help in configuring it
It requires some jobPaths what is that supposed to be is it the path to the applicationContext.xml which has job defination in my case
-
Apr 30th, 2009, 04:10 AM
#4
The way you configure it depends on the implementation you use. Many people just use a MapJobRegistry and JobRegistryBeanPostProcessor, as in the samples, e.g.: https://fisheye.springsource.org/bro...er-context.xml.
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