LOCAL to REMOTE SERIALIZATION
Definition:
This is a serialization that initiates in the local vm, but
is outside the scope of a marked IntraVM local serialization.
Circumstances:
When an IntraVM implementation of a javax.ejb.* interface is
serialized outside the scope of the IntraVM Server
These serializations happen when objects are sent from a
local bean to a remote client as part of a return value, or
when a stateful session bean is passified.
Action:
Don't serialize the IntraVM javax.ejb.* interface
implementation, instead ask the ApplicationServer to nominate
its own implementation as a replacement. |