CentraSite Documentation : Working with the CentraSite Business UI : Administering the Business UI : CentraSite Business UI Pluggable Architecture : Uninstalling an Extension : Uninstalling a Set of Extensions
Uninstalling a Set of Extensions
The following procedure describes how to uninstall a set of extension points.
To uninstall a set of extension points
1. Open the custom configuration file in a text editor and locate the configuration entry for extension points:
<Extensions src="centrasitebuiextension/centrasitebuiextension.nocache.js">
<ExtensionPointLogin custom="false" />
<ExtensionPointRegister custom="false" />
<ExtensionPointBrowseView custom="false" />
<ExtensionPointBrowseCriteria custom="false" />
<ExtensionPointSearchWidget custom="false" />
<ExtensionPointSearch custom="false" />
<ExtensionPointSearchCriteria custom="false" />
<ExtenstionPointAssetDetails custom="false" />
<ExtensionPlaces protected="false">
<ExtensionPlace
className="com.softwareag.centrasite.bui.client.place.home.Extensi
onPlace" />
</ExtensionPlaces>
</Extensions>
2. Identify the extension point that you want to uninstall.
3. Set the extension point's custom value to "false". Similarly, you can uninstall multiple extension points.
4. After making the above changes, the extension entry would look like this:
<Extensions src="centrasitebuiextension/centrasitebuiextension.nocache.js">
<ExtensionPointLogin custom="false" />
<ExtensionPointRegister custom="false" />
<ExtensionPointBrowseView custom="false" />
<ExtensionPointBrowseCriteria custom="true" />
<ExtensionPointSearchWidget custom="false" />
<ExtensionPointSearch custom="false" />
<ExtensionPointSearchCriteria custom="true" />
<ExtenstionPointAssetDetails custom="true" />
<ExtensionPlaces protected="true">
<ExtensionPlace
className="com.softwareag.centrasite.bui.client.place.home.Extensi
onPlace" />
</ExtensionPlaces>
</Extensions>
5. Save and close the file.
6. Restart Software AG Runtime.
Copyright © 2005-2015 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback