Hi,

We have started to integrate Wicket pages into our application that is
running on a cluster of BEA WebLogic servers. To make sure that the user's
session is serializable we implemented a serialization test provided by a
BEA WebLogic engineer right into our application. If the test finds any
session attributes that can not be serialized by BEA WebLogic's standards
then it reports the problem to the log. We found that there are several
Wicket classes that are missing default constructors with no parameters.
This is one of the requirements by BEA WebLogic. We down loaded the Wicket
source and made the required changes; and rebuilt the JAR. It would be nice
if these changes can be placed into the subversion source for future builds.
The following are the Wicket classes that we changed.

org.apache.wicket.PageMap
org.apache.wicket.protocol.http.AbstractHttpSessionStore.SessionBindingListener
org.apache.wicket.protocol.http.SecondLevelCacheSessionStore.SecondLevelCachePageMap

Thank you!

Eric Glass
-- 
View this message in context: 
http://www.nabble.com/BEA-WebLogic-Serialization-Test-tp18365534p18365534.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to