Hi Vladimir,the out of box configuration looks incomplete. The
dc.relation.ispartofseries is configured to be rendered as a link to a detailed
entity describing the serie but it actually is not condigured.The most easy way
to fix is to remove such configuration
=========webui.itemdisplay.simple = dc.title, dc.title.alternative,
dc.contributor.author(itemcrisref),
dc.subject(nobreakline), dc.date.issued(date),
dc.publisher,
dc.identifier.citation, dc.relation(itemcrisref),
dc.relation.publication(itemref), dc.relation.dataset(itemref),
dc.relation.ispartof(itemcrisref),
dc.relation.ispartofseries(itemcrisref),
dc.relation.conference(itemcrisref),
dc.description.abstract, dc.description,
dc.identifier.govdoc, dc.identifier.uri(link),
dc.identifier.isbn, dc.identifier.issn,
dc.identifier.ismn, dc.identifier,
dc.identifier.doi(doi), dc.rights
webui.itemdisplay.default = dc.title, dc.title.alternative,
dc.contributor.author(itemcrisref),
dc.subject(nobreakline), dc.date.issued(date),
dc.publisher,
dc.identifier.citation, dc.relation(itemcrisref),
dc.relation.publication(itemref), dc.relation.dataset(itemref),
dc.relation.ispartof(itemcrisref),
dc.relation.ispartofseries(itemcrisref),
dc.relation.conference(itemcrisref),
dc.description.abstract, dc.description,
dc.identifier.govdoc, dc.identifier.uri(link),
dc.identifier.isbn, dc.identifier.issn,
dc.identifier.ismn, dc.identifier,
dc.identifier.doi(doi), dc.rights
=========
Just remove the (itemcrisref) beside the dc.relation.ispartofseries - it
appears two times
Another option is to configure an entity to manage in a structured way the
series. You can decide to create a dedicated entity or characterize the
journals entity using a type field (serie or journal). Let me know if you are
interested in such approach so that I can provide more details.The starting
point is here
========choices.plugin.dc.relation.ispartof = JOURNALAuthority
choices.presentation.dc.relation.ispartof = suggest
authority.controlled.dc.relation.ispartof = true
cris.DOAuthority.dc_relation_ispartof.filter =
resourcetype_authority:crisjournals
cris.DOAuthority.dc.relation.ispartof.new-instances = journals
ItemCrisRefDisplayStrategy.publicpath.dc.relation.ispartof = journals
======
Hope this help,Andrea
Inviato dal mio dispositivo Samsung
-------- Messaggio originale --------
Da: Vladimir Svyatoshenko <[email protected]>
Data: 06/04/2016 18:51 (GMT+01:00)
A: DSpace Technical Support <[email protected]>
Oggetto: [dspace-tech] DSpace-CRIS: internal error when viewing items page
migrating collection
Good day,
I migrate collection and viewing some items getting error:
...
Caused by: org.apache.jasper.JasperException:
java.lang.IllegalArgumentException: No choices plugin was configured for field
"dc_relation_ispartofseries".
Caused by: java.lang.IllegalArgumentException: No choices plugin was configured
for field "dc_relation_ispartofseries".
How to fix it?
--
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.