Attempt to fix simpleTaskletJob
This commit is contained in:
@@ -80,7 +80,4 @@
|
||||
|
||||
<bean parent="customEditorConfigurer" />
|
||||
|
||||
<!-- register the step scope with the application context -->
|
||||
<bean class="org.springframework.batch.execution.scope.StepScope" />
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -160,10 +160,6 @@
|
||||
pointcut="execution( * org.springframework.batch.item.ItemProcessor+.process(Object)) and args(item)"
|
||||
method="doStronglyTypedLogging" />
|
||||
|
||||
<aop:after-returning returning="item"
|
||||
pointcut="execution(Object org.springframework.batch.item.ItemReader+.read())"
|
||||
method="doStronglyTypedLogging" />
|
||||
|
||||
</aop:aspect>
|
||||
</aop:config>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user