users@glassfish.java.net

POJO serialization between JSF managed bean and EJB session bean

From: Gerald Holl <gerald_at_holl.co.at>
Date: Mon, 05 Nov 2007 17:55:33 +0100

Hello,

I'd like to avoid the serialization between a JSF managed bean and a EJB
session bean (Remote interface). If the JSF bean communicates with the
EJB session bean the POJO is being serialized.
How do I avoid that?
I've heard about a config option called same-VM. Or are there any other
solutions?

cheers & thanks,
Gerald