This patch will correct the occasional WebLogic "deserialization" (some
not all) and Tomcat deserialization errors related to LabelValueBean usage:
--- LabelValueBean.java.orig Tue Mar 5 20:24:14 2002
+++ LabelValueBean.java Tue Mar 5 20:27:07 2002
@@ -74,7 +74,7 @@
* @version $Revision: 1.1 $ $Date: 2001/11/08 03:34:39 $
*/
-public class LabelValueBean {
+public class LabelValueBean implements java.io.Serializable {
// -----------------------------------------------------------
Constructors
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>