mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
Merge pull request #10954 from DSpace/backport-10870-to-dspace-9_x
[Port dspace-9_x] Remove duplicate maxRetry bean definitions
This commit is contained in:
@@ -317,4 +317,8 @@
|
|||||||
class="org.dspace.importer.external.openalex.metadatamapping.OpenAlexFunderFieldMapping">
|
class="org.dspace.importer.external.openalex.metadatamapping.OpenAlexFunderFieldMapping">
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<bean class="java.lang.Integer" id="maxRetry">
|
||||||
|
<constructor-arg value="3"/>
|
||||||
|
</bean>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -109,8 +109,4 @@
|
|||||||
<constructor-arg value="dc.description.abstract"/>
|
<constructor-arg value="dc.description.abstract"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -114,8 +114,4 @@
|
|||||||
<entry key="http://arxiv.org/schemas/atom" value="arxiv" />
|
<entry key="http://arxiv.org/schemas/atom" value="arxiv" />
|
||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -102,8 +102,4 @@
|
|||||||
<entry key="http://www.w3.org/2000/01/rdf-schema#" value="rdfs" />
|
<entry key="http://www.w3.org/2000/01/rdf-schema#" value="rdfs" />
|
||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
@@ -159,8 +159,4 @@
|
|||||||
<constructor-arg value="dc.publisher"/>
|
<constructor-arg value="dc.publisher"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -129,8 +129,4 @@
|
|||||||
<entry key="http://www.epo.org/exchange" value="ns" />
|
<entry key="http://www.epo.org/exchange" value="ns" />
|
||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
@@ -220,8 +220,4 @@
|
|||||||
</bean>
|
</bean>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
@@ -150,10 +150,6 @@
|
|||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="2"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean class="org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService" id="pubmedService">
|
<bean class="org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService" id="pubmedService">
|
||||||
<description>Defines how an org.dspace.content.Item is mapped to a query in scopus. Please note that exactly one of
|
<description>Defines how an org.dspace.content.Item is mapped to a query in scopus. Please note that exactly one of
|
||||||
these must be present. If multiple are present the result is undefined.
|
these must be present. If multiple are present the result is undefined.
|
||||||
|
@@ -156,8 +156,4 @@
|
|||||||
<entry key="http://www.scholix.org" value="slx" />
|
<entry key="http://www.scholix.org" value="slx" />
|
||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
@@ -260,8 +260,4 @@
|
|||||||
<entry key="http://www.w3.org/2005/Atom" value="ns" />
|
<entry key="http://www.w3.org/2005/Atom" value="ns" />
|
||||||
</util:map>
|
</util:map>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -99,10 +99,6 @@
|
|||||||
<constructor-arg value="dc.contributor.author"/>
|
<constructor-arg value="dc.contributor.author"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean class="java.lang.Integer" id="maxRetry">
|
|
||||||
<constructor-arg value="3"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!-- Below there are other mapping that apply to an extended configuration in use for instance at the vuFind installation
|
<!-- Below there are other mapping that apply to an extended configuration in use for instance at the vuFind installation
|
||||||
of ALICIA https://alicia.concytec.gob.pe/vufind/Search/Results?type=AllFields -->
|
of ALICIA https://alicia.concytec.gob.pe/vufind/Search/Results?type=AllFields -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user