...
The default mode is "strict" mode in which these triples may not be modified as a result of supplied triples. Instead these properties are set by fedora to represent the times at which resources were created or modified and the users performing those actions.
How to set the mode:
Java System Property
Starting the repository with the You can enable relaxed mode by setting the "fcrepo.properties.management" set to "relaxed".in either a Properties file as
Code Block |
---|
fcrepo.properties.management=relaxed |
or as a Java System Property
Code Block |
---|
-Dfcrepo.properties.management=relaxed |
...