|
From: <php...@li...> - 2008-03-17 12:27:00
|
Hi Zoran,
> Do you mean that each Java class that is instantiated in PHP should implements Serializable
*if* your web application has the "distributable" attribute (see your WEB-INF/web.xml), the
session store accepts only those objects which implement the java.io.Serializable interface.
Please either remove the "distributable" attribute or modify those classes which instances are
intended to carry values between your J2EE servers.
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|