mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
lof exception in SimpleXPathMetadataContributor
This commit is contained in:
@@ -166,7 +166,7 @@ public class SimpleXpathMetadatumContributor implements MetadataContributor<OMEl
|
||||
}
|
||||
return values;
|
||||
} catch (JaxenException e) {
|
||||
log.error(query);
|
||||
log.error(query, e);
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user