Project

General

Profile

feature request #5356

Updated by Andreas Müller over 3 years ago

There are some exceptions which should 'never' occur in remoting, but when they do the safest option is to perform a reconnect. 


 


 These include, 

 

 * org.hibernate.LazyInitializationException: could not initialize proxy - no Session 

 

 * java.lang.IllegalStateException: An entity copy was already assigned to a different entity  


  


 In the case of these exception, we should popup a cdm error dialog. with the extra hint to the user to reconnect. 
 

Back