Right now, CMP tuned updates examine the state of the bean before
deciding whether or not to write anything to the database.  However, they
do not call ejbStore before making the decision.  I have a case where user
data is stored in a non-persistant variable (an enumeration class), and
transferred to the persistant variable (a primitive or String) in
ejbStore so it doesn't have to be serialized.
        So clearly, I'd like to call ejbStore before making the tuned
update decision.  However, I could just disable tuned updates if for some
reason this is not acceptable.  Any thoughts?

        Also, I'm seeing server hangs every now and then.  If I kill the
server, the client suddently continues with a SocketException.  I haven't
tried to track this down yet.  But I wonder if anyone else has seen this?

Aaron


Reply via email to