Hi,
I am using the following task executor
while running my batch appplication it should also be creating report files. How to make the different threads write to a single report file?Code:<bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
Thanks.


Reply With Quote