I have encounter such problem.
 
    I am converting my product from weblogic to orion platform.
 
    my project do some database update operation through both entity-bean and session-bean.
at weblogic, there is no problem.
 
    but at orion platform. I found entity-bean has old data.
for examples:
step (1) entity-bean update data to "1111"
step (2) session-bean update same data to "2222"
step (3) I use entity-bean find method. and get information. I hope to get "2222", not "1111"
but in fact I got "1111"
 
    I know we had better not use session-bean to update database at this case.
but we have so many such case in our product.
 
    Any solution to tell entity-bean to get newest info from database. Maybe weblogic do it like this.
 
Any help will be appreciated.
 
------------------------------------------------------------------------------
      jack zhang      
------------------------------------------------------------------------------
  
 
 

Reply via email to