-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-ext-1.0.0, bridge-ext-2.0.0, bridge-ext-3.0.0
-
Fix Version/s: bridge-ext-1.0.0, bridge-ext-2.0.0, bridge-ext-3.0.0
-
Component/s: Liferay Faces Bridge Ext
-
Labels:None
When running under Liferay Portal 6.2, if the WEB-INF/portlet.xml descriptor does not contain a resource-bundle element, then calling PortletConfig.getResourceBundle(Locale) returns an instance of java.util.ResourceBundle that throws a NullPointerException for every method call. This may or may not be a bug in Liferay Portal. But since the problem exists in Liferay Portal 6.2 CE GA6 (the final open source release) it must be worked-around in the bridge.
The workaround is to have liferay-faces-bridge-ext decorate the BridgePortletConfigFactory so that it returns an empty java.util.ResourceBundle when necessary.
- causes
-
FACES-2837 Bridge TCK TestPage203 failure (JSF_ELTest) in Liferay Portal 6.2
-
- Closed
-
- relates
-
FACES-3097 Refactor workaround for FACES-2819 in order to fix FACES-2837
-
- Closed
-