remove databaseArchiver bean from text-ingest
This commit is contained in:
parent
96cb99cc84
commit
c0fd7e9321
1 changed files with 0 additions and 13 deletions
|
@ -31,19 +31,6 @@
|
|||
<!-- verify text product info for site, spawns in separate thread to not delay start up -->
|
||||
<bean id="textVersionPurge" class="com.raytheon.uf.edex.plugin.text.TextVersionPurge" depends-on="textRegistered"/>
|
||||
|
||||
<!-- Special handler for text plugin archives that bases filenames off
|
||||
creation time-->
|
||||
<bean id="textArchiveNamer" class="com.raytheon.uf.edex.plugin.text.maintenance.archiver.TextArchiveFileNameFormatter" />
|
||||
<bean factory-bean="databaseArchiver" factory-method="registerPluginArchiveFormatter" depends-on="databaseArchiver">
|
||||
<constructor-arg value="text" />
|
||||
<constructor-arg ref="textArchiveNamer" />
|
||||
</bean>
|
||||
|
||||
<bean factory-bean="databaseArchiver" factory-method="registerPluginBatchSize" depends-on="databaseArchiver">
|
||||
<constructor-arg value="text" />
|
||||
<constructor-arg value="1000" type="java.lang.Integer"/>
|
||||
</bean>
|
||||
|
||||
<bean id="afosToAwipsListener" class="com.raytheon.uf.edex.plugin.text.ingest.AfosToAwipsListener" />
|
||||
<bean id="afosBrowserListener" class="com.raytheon.uf.edex.plugin.text.ingest.AfosBrowserModelSubscriber" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue