1. loadX
2. loadX    <== this gets the old copy of X, not the new one since Orion deferred my call to ejbStore
3. store. 
 
Speaking of out of sequence ejbStore()'s, I have a question regarding thrown checked exceptions
from ejbStore/ejbLoad  in my BMP system??
 
And if I throw a subclass of RuntimeException, which causes a trans roll back, will the only
indication of such to my business method be a RemoteException?
 
My style of row version and stale update detection is giving me fits.  
 
I'm suspecting that defering stale row update to a trigger won't work.  I'm believing that
I'll have to detect recordVersion miss-match in my business method from bean state 
and passed in value object values VS letting the db trigger detect stale updates?
 
Thanks,
 
curt 

Reply via email to