Removing governance from a collection

To completely remove governance lifecycle control from an object or collection use the ServiceRegistryGovernance EJB method removeGovernance().

Note: Do not remove governance unless absolutely necessary. If you do remove governance, you must also remove any governed objects from WSRR instances that are the targets of promotion.

This method passes the bsrURI of the root object in the collection.

This invocation will remove the lifecycle state classification from all objects in the collection and will delete the corresponding GovernanceRecord, placing the all objects in the collection back to an ungoverned state.

Typically access controls are defined to ensure that only administrative users had authority to remove governance from a collection.