Hi, I've hit the ObjectInputStream.resolveClass feature while trying to access a serializable context variable from within an action.
For a description of the problem, have a look here: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4340158 One of the suggested workarounds is to subclass ObjectInputStream, override resolveClass() and use the context class loader for class resolution. JBoss implements the suggested workaround in: org.jboss.invocation.MarshalledValueInputStream Would it make sense to use this in SerializableToByteArrayConverter? Thanks John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911195#3911195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911195 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
