mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
comment out bean due to service start issue
This commit is contained in:
@@ -30,11 +30,13 @@
|
|||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Inject the SolrLoggerUsageEventListener into the EventService -->
|
<!-- Inject the SolrLoggerUsageEventListener into the EventService -->
|
||||||
|
<!-- Comment out to enable service in DSpace 7
|
||||||
<bean class="org.dspace.statistics.SolrLoggerUsageEventListener">
|
<bean class="org.dspace.statistics.SolrLoggerUsageEventListener">
|
||||||
<property name="eventService" >
|
<property name="eventService" >
|
||||||
<ref bean="dspace.eventService"/>
|
<ref bean="dspace.eventService"/>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- TabFileUsageEventListener -->
|
<!-- TabFileUsageEventListener -->
|
||||||
<!-- Uncomment to enable
|
<!-- Uncomment to enable
|
||||||
|
Reference in New Issue
Block a user