Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
80565e04
Commit
80565e04
authored
3 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
Re-set some beans.xml settings
parent
7abd2da1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+35
-33
35 additions, 33 deletions
oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
with
35 additions
and
33 deletions
oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+
35
−
33
View file @
80565e04
...
...
@@ -95,9 +95,11 @@
<!-- Beans for verb=GetRecord -->
<!-- <bean id="AbstractRecord" abstract="true" class="info.textgrid.middleware.RecordDelivererAbstract">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> </bean> -->
<bean
id=
"AbstractRecord"
abstract=
"true"
class=
"info.textgrid.middleware.RecordDelivererAbstract"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
</bean>
<!-- TODO prototype everywhere or NOT prototype? That is here the question! -->
<bean
scope=
"prototype"
id=
"RecordDC"
...
...
@@ -137,7 +139,7 @@
<property
name=
"types"
value=
"${typeList}"
/>
</bean>
<bean
scope=
"prototype"
id=
"RecordIDIOM"
<bean
id=
"RecordIDIOM"
class=
"info.textgrid.middleware.RecordDelivererIDIOM"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
@@ -190,7 +192,7 @@
/> <property name="handle" value="${oar.handle}" /> <property name="sizeField"
value="${oar.sizeField}" /> </bean> -->
<bean
scope=
"prototype"
id=
"RecordDATACITE"
<bean
id=
"RecordDATACITE"
class=
"info.textgrid.middleware.RecordDelivererDATACITE"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
@@ -259,11 +261,13 @@
<!-- Beans for verb=ListRecords -->
<!-- <bean id="AbstractRecordList" abstract="true" class="info.textgrid.middleware.RecordListDelivererAbstract">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> </bean> -->
<bean
id=
"AbstractRecordList"
abstract=
"true"
class=
"info.textgrid.middleware.RecordListDelivererAbstract"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
</bean>
<bean
scope=
"prototype"
id=
"RecordListDC"
<bean
id=
"RecordListDC"
class=
"info.textgrid.middleware.RecordListDelivererDC"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
@@ -316,36 +320,34 @@
<!-- <bean id="OpenAireRecordList" class="info.textgrid.middleware.OpenAireRecordList">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> </bean> -->
<bean
scope=
"prototype"
id=
"RecordListDATACITE"
<bean
id=
"RecordListDATACITE"
class=
"info.textgrid.middleware.RecordListDelivererDATACITE"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
<property
name=
"fields"
value=
"${fields}"
/>
<property
name=
"workFields"
value=
"${workFields}"
/>
<property
name=
"dateOfObjectCreation"
value=
"${dateOfObjectCreation}"
/>
<property
name=
"relationToFurtherMetadataObject"
value=
"${relationToFurtherMetadataObject}"
/>
<property
name=
"repositoryObjectURIPrefix"
value=
"${repositoryObjectURIPrefix}"
/>
<property
name=
"modifiedField"
value=
"${modifiedField}"
/>
<property
name=
"identifierField"
value=
"${identifierField}"
/>
<property
name=
"rangeField"
value=
"${rangeField}"
/>
<property
name=
"formatField"
value=
"${formatField}"
/>
<property
name=
"formatToFilter"
value=
"${formatToFilter}"
/>
<property
name=
"searchResponseSize"
value=
"${searchResponseSize}"
/>
</bean>
<!-- <bean id="RecordListDATACITE" class="info.textgrid.middleware.RecordListDelivererDATACITE">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> <property name="fields" value="${fields}" /> <property
name="workFields" value="${workFields}" /> <property name="dateOfObjectCreation"
value="${dateOfObjectCreation}" /> <property name="relationToFurtherMetadataObject"
value="${relationToFurtherMetadataObject}" /> <property name="repositoryObjectURIPrefix"
value="${repositoryObjectURIPrefix}" /> <property name="modifiedField" value="${modifiedField}"
/> <property name="identifierField" value="${identifierField}" /> <property
name="rangeField" value="${rangeField}" /> <property name="formatField" value="${formatField}"
/> <property name="formatToFilter" value="${formatToFilter}" /> <property
name="searchResponseSize" value="${searchResponseSize}" /> </bean> -->
<!-- Beans for verb=ListIdentifiers -->
<!-- <bean id="AbstractIdentifierList" abstract="true" class="info.textgrid.middleware.IdentifierListDelivererAbstract">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> </bean> -->
<bean
id=
"AbstractIdentifierList"
abstract=
"true"
class=
"info.textgrid.middleware.IdentifierListDelivererAbstract"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
</bean>
<bean
scope=
"prototype"
id=
"ListIdentifierDC"
<bean
id=
"ListIdentifierDC"
class=
"info.textgrid.middleware.IdentifierListDelivererDC"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
@@ -363,7 +365,7 @@
<property
name=
"identifierField"
value=
"${identifierField}"
/>
</bean>
<bean
scope=
"prototype"
id=
"ListIdentifierIDIOM"
<bean
id=
"ListIdentifierIDIOM"
class=
"info.textgrid.middleware.IdentifierListDelivererIDIOM"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
@@ -385,7 +387,7 @@
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1"
value="${dariah}" /> </bean> -->
<bean
scope=
"prototype"
id=
"ListIdentifierDATACITE"
<bean
id=
"ListIdentifierDATACITE"
class=
"info.textgrid.middleware.IdentifierListDelivererDATACITE"
>
<constructor-arg
index=
"0"
value=
"${textgrid}"
/>
<constructor-arg
index=
"1"
value=
"${dariah}"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment