Skip to content
Snippets Groups Projects
Commit ea166b0c authored by mbrodhu's avatar mbrodhu
Browse files

ListIdentifier Logs

parents be16ad95 d1b9e731
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,6 @@
<artifactId>tgcrud-common</artifactId>
<version>${tgcrud.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-cors</artifactId>
......
......@@ -178,6 +178,10 @@ public class IdentifierListDeliverer {
if (this.textgrid && hit.getFields().get(formatField).getValue()
.toString().equals(formatToFilter)) {
System.out.println("textgrid has value: " + textgrid);
System.out.println("formatField has value: " + textgrid);
System.out.println("formatToFilter has value: " + textgrid);
datestamp = hit.getFields().get(dateOfObjectCreation)
.getValue().toString();
......
......@@ -46,8 +46,6 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId>
......
......@@ -73,4 +73,4 @@ formatToFilter = metadata
dateOfObjectCreation = metadata.dc:date
relationToFurtherMetadataObject =
repositoryObjectURIPrefix = textgrid:
identifierPrefix = metadata.dc:identifier
identifierField = metadata.dc:identifier
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment