----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 11/1/99 10:18 AM, Thomas M. Sasala <[EMAIL PROTECTED]> wrote:
> I am doing something similar. I have a test site and the
> production site. A stable test build becomes the production site,
> and work continues on the test site. However, since many of my
> classes are in flux, I have a serious problem serializing some
> of my objects. The new test code will not deserialize the old
> production objects becuase the class ids are not same. I can't
> tell how many times I have rebuilt the user files due to a small
> change in the user class. Any suggestions on how avoid this problem?
>
> -Tom
You need to have all your classes that need to be reloaded in your
repository= path and not in your classpath or wrapper.classpath.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]