-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.0.0 DXP SP6, 7.0.4 CE GA5, 7.0.0 DXP FP34, 7.0.X, Master
-
Fix Version/s: None
-
Component/s: App Management > Plugins Configuration
-
Labels:
-
Story Points:1
-
Fix Priority:3
A com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.cfg file's LPKGs, WABs, WARs, JARs, modules/bundles are not processed if the blacklistBundleSymbolicNames property's values have any trailing spaces.
Steps:
- Create a file com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.cfg
- In the .cfg file, add the following content:
blacklistBundleSymbolicNames=Liferay Sharepoint Connector,\
Liferay Sharepoint Connector-sharepoint-hook-wrapper,\
sharepoint-hook,\
documentum-hook,\
Liferay Marketplace - Add a space character after the first line.
- Copy the .cfg file to LIFERAY_HOME/osgi/configs/
Expected result:
The bundles listed in the .cfg file are stopped and uninstalled. Liferay Marketplace is uninstalled.
Actual results:
None of the bundles listed in the .cfg file are stopped or uninstalled. Liferay Marketplace is active.