|
I'm not a core dev, so I have a lot of trouble checking out anon CVS, so
I'm using wicket HEAD from about a week ago. When I build a war file from my project and deploy it in Jetty, I get the following error on page load: java.lang.RuntimeException: Internal error cloning object at wicket.Session.setAttribute(Session.java:838) ... Caused by: java.io.NotSerializableException: wicket.feedback.ComponentFeedbackMessageFilter .... I let ComponentFeedbackMessageFilter implement Serializable, gave it the standard serialVersionUID and it worked. I don't know if this has been fixed in the past week, but if it hasn't, it might be worth looking at. Marco ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
Administrator
|
Did you report the CVS outage to Sourceforge support?
If not, how can we expect them to improve the service? Martijn On 1/25/06, Marco van de Haar
<[hidden email]> wrote: I'm not a core dev, so I have a lot of trouble checking out anon CVS, so -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1 |
|
Report submitted, but since I'm not a subscribing SF member, it might
take a while for them to process it. The error still exists though. Martijn Dashorst wrote: > Did you report the CVS outage to Sourceforge support? > > If not, how can we expect them to improve the service? > > Martijn > > > On 1/25/06, *Marco van de Haar * <[hidden email] > <mailto:[hidden email]>> wrote: > > I'm not a core dev, so I have a lot of trouble checking out anon > CVS, so > I'm using wicket HEAD from about a week ago. > > When I build a war file from my project and deploy it in Jetty, I get > the following error on page load: > > java.lang.RuntimeException: Internal error cloning object > at wicket.Session.setAttribute(Session.java:838) > ... > Caused by: java.io.NotSerializableException: > wicket.feedback.ComponentFeedbackMessageFilter > .... > > I let ComponentFeedbackMessageFilter implement Serializable, gave > it the > standard serialVersionUID and it worked. I don't know if this has been > fixed in the past week, but if it hasn't, it might be worth > looking at. > > Marco > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642> > _______________________________________________ > Wicket-user mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > -- > Living a wicket life... > > Martijn Dashorst - http://www.jroller.com/page/dashorst > <http://www.jroller.com/page/dashorst> > > Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
maybe you need to do a clean on your workspace. ComponentFeedbackMessageFilter implements IFeedbackMessageFilter which extends Serializable. at least this is how it is in head right now.
see end of this thread with the same problem. http://www.mail-archive.com/wicket-user@.../msg08919.html -Igor
On 1/25/06, Marco van de Haar <[hidden email]> wrote: Report submitted, but since I'm not a subscribing SF member, it might |
| Powered by Nabble | Edit this page |
