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