posted 10 years ago
Hello,
I'm using spring Batch and I want to access to its monitoring tables (BATCH_STEP_EXECUTION_CONTEXT, BATCH_JOB_EXECUTION_CONTEXT, BATCH_STEP_EXECUTION, BATCH_JOB_EXECUTION, BATCH_JOB_PARAMS, BATCH_JOB_INSTANCE).
How should I configure this ?
I'am using the same transaction manager that my application is using:
<bean id="txProxyTemplate" abstract="true" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
Thank you in advance.
GITOS.