Search:

Type: Posts; User: jyothish; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    4,561

    Spring batch - Transaction Management

    Hi,
    I am developing an application with Spring batch 2.0. Data acces Object layer is implemented via Hibernate.

    I have configured TransactionManager(HibernateTransactionManager) in the step...
  2. Replies
    1
    Views
    695

    Batch Standards

    Hi,
    Can any share the standard guidelines to be followed in Spring Batch application? Including
    1. Creation Job configuration files and Naming conventions
    2. The usage of the spring classes
    3....
  3. Replies
    3
    Views
    1,284

    In my project, user have an option to remove...

    In my project, user have an option to remove steps. If I use <decesion> tag, I have to use this for every step. :-( Is there any other way by which we can decide whether the current step need to be...
  4. Replies
    3
    Views
    1,284

    Spring Batch - Step Exclusion

    Hi,
    I am working with a batch application, which is being developed in Spring Batch framework.

    I have defined a Job, which contains 3 steps. From the UI, user have an option to exclude a step...
  5. Replies
    3
    Views
    1,535

    Hi, I have configured seperate log4j file for...

    Hi,
    I have configured seperate log4j file for each job. I change the the file name of the log file before starting each job with the JobName.log.
    So now each job will have its own log file.
    ...
  6. Replies
    3
    Views
    1,535

    I have already configured a log4j in the...

    I have already configured a log4j in the application context. The parent job will use this configuration for the logging. The parent job reads a job.ini file, which contains a set of jobs of the...
  7. Replies
    3
    Views
    1,535

    Configure Log4J file for each Job

    HI All,
    I am new to Spring Batch, working with a batch application implemented in SpringBatch.
    In my project there is a parent(controller) job, which will call other Jobs. I want to load separate...
Results 1 to 7 of 7