> java.lang.IllegalArgumentException: Payload has not the right class at
> org.apache.jetspeed.events.EventCoordinationServiceImpl.createEvent(Eve
> ntCoordinationServiceImpl.java:98) 

This is the portlet container complaining about:

>                 ReportType report = new ReportType();
>                 report.setReportPath("SomePath");
>                 response.setEvent(qname, report);

Keep in mind that the XML event definition declares both the qualified name and 
the payload class; Jetspeed apparently checks that the object is of the 
declared type. What is your event definition?

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to