So I set debugging on for the serializer and got this:
| .. etc .. | 2007-01-24 09:57:35,003 DEBUG [org.jboss.serial.objectmetamodel.ObjectDescriptorFactory] describeObject::a new reference 12195 | 2007-01-24 09:57:35,003 DEBUG [org.jboss.serial.objectmetamodel.ObjectDescriptorFactory] describeObject for class=java.lang.Class | 2007-01-24 09:57:35,003 DEBUG [org.jboss.serial.util.HashStringUtil] hash on field org.jboss.dom4j.ElementPath = 498994605325096458 | 2007-01-24 09:57:35,003 DEBUG [org.jboss.serial.util.HashStringUtil] hash on field org.jboss.dom4j.ElementPath = 498994605325096458 | 2007-01-24 09:57:35,003 DEBUG [org.jboss.serial.objectmetamodel.ObjectDescriptorFactory] describeObject::a new reference 12197 | 2007-01-24 09:57:35,004 DEBUG [org.jboss.serial.objectmetamodel.ObjectDescriptorFactory] describeObject for class=java.lang.Class | 2007-01-24 09:57:35,004 DEBUG [org.jboss.serial.util.HashStringUtil] hash on field org.jboss.dom4j.DocumentFactory = 5543339734026240257 | 2007-01-24 09:57:35,004 DEBUG [org.jboss.serial.classmetamodel.ClassMetaData] lookupMethodOnHierarchy::class=org.jboss.dom4j.DocumentFactory looking for readResolve | 2007-01-24 09:57:35,004 DEBUG [org.jboss.serial.classmetamodel.ClassMetaData] lookupMethodOnHierarchy::currentClass=class org.jboss.dom4j.DocumentFactory | 2007-01-24 09:57:35,005 FATAL [org.jboss.serial.persister.RegularObjectPersister] error | java.lang.reflect.InvocationTargetException | at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.serial.persister.RegularObjectPersister.writeSlotWithMethod(RegularObjectPersister.java:120) | at org.jboss.serial.persister.RegularObjectPersister.defaultWrite(RegularObjectPersister.java:86) | at org.jboss.serial.persister.RegularObjectPersister.writeData(RegularObjectPersister.java:62) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.java:276) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectOutput.writeObject(DataContainer.java:206) | at org.jboss.serial.persister.RegularObjectPersister.writeSlotWithFields(RegularObjectPersister.java:182) | | ..ect.. | Now I don't think this is an Icefaces problem. Whats going on? Why is org.jboss.dom4j.DocumentFactory not serializable? Please, I have been trying to fix this problem for 2 weeks. Thanks, Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005935#4005935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005935 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
