Hi all,
I've been porting an application from WLS to Orion and there are a number of
more or less interesting differencies. The most annoying so far is that we
get a number of not serializable exception. This happens when two EJBs call
each other within the server.  I suspect that this worked in WLS because T3
(WLS RMI protocol) did not serialize in calls within a process (that is
normal method calls). This makes me belive that ORMI does not make any
differences between calls between processes or within the same process. IS
THAT TRUE or am I doing something wrong? I mean an RMI call vs. a method
call differs about takes many thousand times longer (30000 times the time
according to Orfali). I am fully aware of what RMI is supposed to do but a
serious RMI implementation should do a shortcut within the process.
Regards 
Erik Romson

Reply via email to