Update comments in identifier-service.xml

The DOIIdentifierProvider using a filter was commented out twice. We
should show that it works with and without a filter. Furthermore one
comments looked cut off.

(cherry picked from commit 3dd49f4ac3)
This commit is contained in:
Pascal-Nicolas Becker
2024-06-02 11:37:15 +02:00
committed by github-actions[bot]
parent 0d014e5e9e
commit ac07f08497

View File

@@ -41,13 +41,12 @@
</bean> </bean>
--> -->
<!-- provider to mint and register DOIs with DSpace. <!-- DOIIdentifierProvider mints and registers DOIs with DSpace.
To mint DOIs you need a registration agency. The DOIIdentifierProvider The DOIIdentifierProvider maintains the doi database table and handling
maintains the doi database table and handling of DSpaceObject. It uses of DSpaceObject. It uses a DOIConnector that handles all API calls to
a DOIConnector that handles all API calls to your DOI registration your DOI registration agency. Please configure a DOIConnector as well!
agency. Please configure a DOIConnector as well! -->
<!-- In order to mint DOIs with DSpace, get an agreement with a DOI In order to mint DOIs with DSpace, get an agreement with a DOI
registration agency, take a look into dspace.cfg, and activate either registration agency, take a look into dspace.cfg, and activate either
the DOIIdentifierProvider or the VersionedDOIIdentifierProvider, the DOIIdentifierProvider or the VersionedDOIIdentifierProvider,
depending on whether you have Item Level Versioning activated or not. depending on whether you have Item Level Versioning activated or not.
@@ -60,7 +59,6 @@
ref="org.dspace.services.ConfigurationService" /> ref="org.dspace.services.ConfigurationService" />
<property name="DOIConnector" <property name="DOIConnector"
ref="org.dspace.identifier.doi.DOIConnector" /> ref="org.dspace.identifier.doi.DOIConnector" />
<property name="filter" ref="doi-filter" />
</bean> </bean>
--> -->
<!-- <!--
@@ -75,7 +73,9 @@
--> -->
<!-- An optional logical item filter can be included in provider configuration based <!-- An optional logical item filter can be included in provider configuration based
on the filters defined in item-filters.xml, eg. --> on the filters defined in item-filters.xml, eg.
Of course, you can use a filter on the VersionedDOIIdentifierProvider as well.
-->
<!-- <!--
<bean id="org.dspace.identifier.DOIIdentifierProvider" <bean id="org.dspace.identifier.DOIIdentifierProvider"
class="org.dspace.identifier.DOIIdentifierProvider" class="org.dspace.identifier.DOIIdentifierProvider"