mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00

CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl * CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl * CST-11045 Rollback of the 2 changed files containing the patterns * CST-11045 Changed again the 2 files containing the patterns, error during the tests are logged but not regarding IT class changed Approved-by: Andrea Bollini
22 lines
867 B
XML
22 lines
867 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
|
|
default-lazy-init="true">
|
|
|
|
<bean class="org.dspace.coarnotify.SubmissionCOARNotifyServiceImpl"/>
|
|
|
|
<bean class="org.dspace.coarnotify.COARNotifyConfigurationService">
|
|
<property name="patterns">
|
|
<map>
|
|
<entry key="coarnotify">
|
|
<list>
|
|
<value>request-review</value>
|
|
<value>request-endorsement</value>
|
|
<value>request-ingest</value>
|
|
</list>
|
|
</entry>
|
|
</map>
|
|
</property>
|
|
</bean>
|
|
|
|
</beans> |