hey,
am still new in spring batch and i have some questions hope you can help me with!!
1-i want to use a JobRepositoryFactoryBean so do i have to create the following tables in the database or it should be created automatically?
BATCH_JOB_INSTANCE;
BATCH_JOB_PARAMS;
BATCH_JOB_EXECUTION;
BATCH_STEP_EXECUTION;
BATCH_JOB_EXECUTION_CONTEXT;
BATCH_STEP_EXECUTION_CONTEXT;
2-if i should creat them am i supposed to do anything else such as referencing the tables ? or is it just suffisent to give the table prefix attribute ?
thanks for your help.


Reply With Quote