Externalise lob handler reference

This commit is contained in:
dsyer
2008-02-27 09:51:20 +00:00
parent 36fcddb20e
commit 219e9a08a4
3 changed files with 9 additions and 0 deletions

View File

@@ -58,6 +58,8 @@
<property name="ignoreUnresolvablePlaceholders" value="false" />
<property name="order" value="1" />
</bean>
<bean id="lobHandler" class="${batch.lob.handler.class}"/>
<bean id="incrementerParent"
class="${batch.database.incrementer.class}" abstract="true">