I think the only change you need to make to get the latest builds to work
with Weblogic 6.0 is make
share\org\apache\struts\util\PropertyMessageResourcesFactory.java implement
java.io.Serializable.
here is the patch:
public class PropertyMessageResourcesFactory extends MessageResourcesFactory
implements java.io.Serializable {
There are no doubt other problems but that's all I have run into with my
limited Struts experience. I am hoping someone has this on their list of
fixes to make.
Hal
-----Original Message-----
From: Henry J Cooper [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 11:47 AM
To: [EMAIL PROTECTED]
Subject: struts mods and weblogic 6 - availability?
hello,
i've read the messages about struts and weblogic 6 in the archive but
something is not clear to me. Has Struts 1.0 code (nightly binaries) been
updated to work with weblogic 6? If so, as of what build?
thanx-
Henry