Hi All,
I have successfully run the Login Example (downloaded from Woodstock 4.3
Build 7 download page), it has done as expected. However, when I build my
own TestLogin project using Login Component in Netbeans 6.1 (which has been
updated to Woodstock 4.3 build 7 already) and my LoginModule logic has
closely followed the TestLoginModule which is shown in the Example of
Woodstock 4.3 build 7, it throws the following exception :
java.io.NotSerializableException:
com.sun.webui.jsf.model.login.LoginCallback$UserData
I then debug the project and find out that the call to handle method of
CallbackHandler :
private CallbackHandler ccbh;
.......
// send it to the handler
ccbh.handle(callbacks);
in the login() of my LoginModule has throwed out this exception.
Is there anyone has this kind of experience or know how to solve this
problem? Please help.
Regards,
--
View this message in context: http://www.nabble.com/Woodstock-4.3-Build-7-%3A-Login-Component-tp19303211p19303211.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.