-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-2.0.0, bridge-impl-3.0.0, bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-2.1.0, bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Steps to Reproduce:
1. Deploy the jsf-applicant-portlet to Liferay Portal 7 and watch the server log until the following message appears:
21:37:32,177 INFO [BridgeSessionListener:78] Context initialized for contextPath=[/o/com.liferay.faces.demo.jsf.applicant.portlet]
2. Re-deploy the jsf-applicant-portlet to Liferay Portal 7 and watch the server log again.
Expected Results
The portlet should redeploy without any errors or warnings in the server log.
Actual Results
The following warning appears in the server log:
21:37:32,177 WARN [BridgeImpl:71]
This warning is caused by the following line of code:
BridgeImpl.java
logger.warn(t.getMessage());
When viewed in the debugger, the t variable is shown to be an instance of NullPointerException.