Bugs item #1275240, was opened at 2005-08-28 18:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1275240&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Heudecker (nheudecker)
Assigned to: Nobody/Anonymous (nobody)
Summary: ListItem#modelChanging throws Exception

Initial Comment:
I'm using 1.1b3.  This worked in 1.1b2.  Here's the the
stacktrace:

Caused by: java.lang.RuntimeException: Internal error
cloning object
    at wicket.util.lang.Objects.clone(Objects.java:93)
    at
wicket.version.undo.ModelChange.<init>(ModelChange.java:86)
    at
wicket.version.undo.ChangeList.componentModelChanging(ChangeList.java:50)
    at
wicket.version.undo.UndoPageVersionManager.componentModelChanging(UndoPageVersionManager.java:103)
    at wicket.Page.componentModelChanging(Page.java:790)
    at wicket.Component.modelChanging(Component.java:1024)
    at Dashboard$3$1.onClick(Dashboard.java:99)
    at
wicket.markup.html.link.Link.onLinkClicked(Link.java:181)
    ... 30 more
Caused by: java.io.NotSerializableException:
service.impl.ToDoServiceImpl
    at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
    at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
    at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
    at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
    at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
    at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
    at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
    at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
    at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)


ToDoServiceImpl isn't even the object contained in the
ListItem.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1275240&group_id=119783


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to