Attempt to fix simpleTaskletJob

This commit is contained in:
dsyer
2008-01-23 09:59:48 +00:00
parent c67607084d
commit d67a4b4caf
2 changed files with 0 additions and 7 deletions

View File

@@ -80,7 +80,4 @@
<bean parent="customEditorConfigurer" />
<!-- register the step scope with the application context -->
<bean class="org.springframework.batch.execution.scope.StepScope" />
</beans>

View File

@@ -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>