Weird problem with eclipse build - was it just the .classpath entries not being exported?
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
<dependency>
|
||||
<groupId>aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
<version>1.5.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<bean
|
||||
class="org.springframework.batch.item.provider.InputSourceItemProvider">
|
||||
<property name="inputSource"
|
||||
ref="tradeSqlInputSOurce" />
|
||||
ref="tradeSqlInputSource" />
|
||||
</bean>
|
||||
</property>
|
||||
<property name="itemProcessor">
|
||||
@@ -82,7 +82,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="tradeSqlInputSOurce"
|
||||
<bean id="tradeSqlInputSource"
|
||||
class="org.springframework.batch.io.cursor.JdbcCursorInputSource"
|
||||
scope="step">
|
||||
<aop:scoped-proxy />
|
||||
@@ -120,8 +120,4 @@
|
||||
value="target/test-outputs/20070122.testStream.CustomerReportStep.TEMP.txt" />
|
||||
</bean>
|
||||
|
||||
<!-- register the step scope with the application context -->
|
||||
<bean class="org.springframework.batch.execution.scope.StepScope" />
|
||||
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user