Results 1 to 4 of 4

Thread: jobRegistry usage

  1. #1
    Join Date
    Nov 2008
    Posts
    232

    Default jobRegistry usage

    the configuration for jobOperator requires jobregistry but not sure wat is this used for

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

    Default

    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/).

  3. #3
    Join Date
    Nov 2008
    Posts
    232

    Default

    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

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

    Default

    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
  •