Re: java.io.NotSerializableException again

2000-12-21 Thread Mikael Eriksson
Hi I got the same problem, I had to make the following changes (excerpt from a mail to Craig follows). The change in MessageResourcesFactory is that I changed the "setDefaultWriter" method to just set the writer to null. I was not able to make the writer used to be serializable. (It's a subcla

java.io.NotSerializableException again

2000-12-19 Thread Punyansky, Alex
Hi, I tried to run struts example app with a modified version of struts.jar ( the one that uses factories for MessageResources ) on Weblogic 6.0 but I got the following exception. I can't figure out where and why Weblogic accesses org.apache.struts.util.PropertyMessageResourcesFactory instance i