btw, im using 1.3.0-incubating-SNAPSHOT On 4/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > Sure! > > ERROR org.apache.wicket.util.lang.Objects > "Error serializing object class test.page.SignInPage [object=[Page > class = test.page.SignInPage, id = 1, version = 0]]" > org.apache.wicket.util.io.WicketSerializeableException: No > Serializable constructor found for class > org.apache.commons.logging.impl.SLF4JLocationAwareLog > test.page.SignInPage->log > NOTE: if you feel Wicket is at fault with this exception, please > report to the mailing list. You can switch to JDK based serialization > by calling: org.apache.wicket.util.lang.Objects.setObjectStreamFactory(new > IObjectStreamFactory.DefaultObjectStreamFactory()) e.g. in the init > method of your application > at > org.apache.wicket.util.io.ClassStreamHandler.<init>(ClassStreamHandler.java:252) > at > org.apache.wicket.util.io.ClassStreamHandler.lookup(ClassStreamHandler.java:116) > at > org.apache.wicket.util.io.WicketObjectOutputStream.writeObjectOverride(WicketObjectOutputStream.java:752) > at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:322) > at > org.apache.wicket.util.io.ClassStreamHandler$ObjectFieldAndIndex.writeField(ClassStreamHandler.java:862) > at > org.apache.wicket.util.io.ClassStreamHandler.writeFields(ClassStreamHandler.java:387) > at > org.apache.wicket.util.io.WicketObjectOutputStream.writeObjectOverride(WicketObjectOutputStream.java:779) > at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:322) > at > org.apache.wicket.util.lang.Objects.objectToByteArray(Objects.java:1102) > at > org.apache.wicket.protocol.http.FilePageStore.serializePage(FilePageStore.java:651) > at > org.apache.wicket.protocol.http.FilePageStore.access$900(FilePageStore.java:49) > at > org.apache.wicket.protocol.http.FilePageStore$PageSerializingThread.run(FilePageStore.java:237) > at java.lang.Thread.run(Thread.java:619) > > ps. thanks for the SUPER quick response!! ;) > > On 4/25/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > It might be a bug in our custom serialization. Could you please paste > > the full stack trace please? > > > > Eelco > > > > On 4/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > > > Hi. > > > > > > Anyone had success with slf4j and wicket pages? > > > > > > Im getting serializeable exceptions with jcl104-over-slf4j-1.3.1.jar: > > > org.apache.wicket.util.io.WicketSerializeableException: No > > > Serializable constructor found for class > > > org.apache.commons.logging.impl.SLF4JLocationAwareLog > > > > > > At the moment I dont need to cluster, but im not sure how its gonna be > > > later on... > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > >
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
