By default, the socket invoker will use the SerializableMarshaller/Unmarshaller, which does require the objects being sent over the wire to be serializable (as is just using ObjectOutputStream/ObjectInputStream). There isn't a marshaller yet that will automatically handle non serializable payloads yet. Have added an issue in Jira for this (JBREM-28)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860382#3860382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860382 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
