Hi, We will need the full exception to be able to tell you what is the problem.
On Mon, Dec 17, 2012 at 1:26 PM, JamesXWang <[email protected]> wrote: > Hi All, > > There are many exception logs happenned in my wicket 6.1 application. It > said that "Error serializing object class com.ibooklog.web.login.LoginPage > [object=[Page class = com.myapp.LoginPage, id = 0, render count = 1]]" > > I've tried several solutions but can't not fix it. Anyone has idea how to > fix this kind of issue? > > public class LoginPage extends WebPage { > > private static final long serialVersionUID = -9064660038586681111L; > final static Logger logger = LoggerFactory.getLogger(LoginPage.class); > @SpringBean(name = "loginService") > protected ILoginService loginSvc; > LoginForm loginForm = new LoginForm("loginForm"); > SignupForm signupForm = new SignupForm("signupForm"); > final FeedbackPanel signupFeedback = new > FeedbackPanel("signupFeedback"); > final FeedbackPanel loginFeedback = new FeedbackPanel("loginFeedback"); > > public LoginPage() { > ... > > > public interface ILoginService<T> extends IService<T>, Serializable{ > ... > > @Component("loginService") > @Scope(proxyMode = ScopedProxyMode.TARGET_CLASS) > public class LoginService<T> extends AbstractBaseService<T> implements > ILoginService<T> { > ... > > Thanks in advanced. > > BR, > James > 12/17/2012 > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Error-serializing-object-class-com-ibooklog-web-login-LoginPage-object-Page-class-com-myapp-LoginPag-tp4654853.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
