RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
|
||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd">
|
||||
|
||||
<bean id="compositeProcessorJob" parent="simpleJob">
|
||||
<bean id="compositeItemWriterJob" parent="simpleJob">
|
||||
<property name="steps">
|
||||
<bean id="step1" parent="simpleStep">
|
||||
<property name="streams">
|
||||
@@ -16,7 +16,7 @@ import org.springframework.jdbc.core.JdbcOperations;
|
||||
import org.springframework.jdbc.core.RowCallbackHandler;
|
||||
|
||||
|
||||
public class CompositeProcessorSampleFunctionalTests extends AbstractValidatingBatchLauncherTests {
|
||||
public class CompositeItemWriterSampleFunctionalTests extends AbstractValidatingBatchLauncherTests {
|
||||
|
||||
private static final String GET_TRADES = "SELECT isin, quantity, price, customer FROM trade order by isin";
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
||||
|
||||
<import resource="classpath:/simple-job-launcher-context.xml" />
|
||||
<import resource="classpath:/jobs/compositeProcessorSampleJob.xml" />
|
||||
<import resource="classpath:/jobs/compositeItemWriterSampleJob.xml" />
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user