Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.0.6 GA
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: -- none --
-
Labels:
-
Environment:Windows, Liferay 6.0.5 GA Tomcat Bundle
-
Similar Issues:
Description
According to JSR-286, the value of an Event must implement Serializable.
I have a solution running on Apache Pluto. Deploying the same two war-Files to Liferay, I recieve a NullPointerException on the following line in the recieving portlet:
EventPayload eventPayload = (EventPayload) request.getEvent().getValue(); // EventPayload implements Serializable
If the event-definition is changed to java.lang.String as the value type, everything works as expected.

Hi Michael
Can you reproduce this error on 6.2.0m4?
Thanks