1 Reply Latest reply on Dec 21, 2006 11:27 PM by varunnarang

    When should EJB3 entities implement Serializable?

      I seem never to need to use Serializable, whether or not I'm using Remote or Local interfaces. I thought if you use a Remote interface, then you must...or not? When is it required that you use them?

      Are EJB3 entities the only thing that would need to be Serializable, or is there anything else as well (e.g. session beans, utility classes, etc)?