details:   /erp/devel/pi/rev/d75125e81ced
changeset: 6460:d75125e81ced
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Thu Feb 18 18:22:01 2010 +0100
summary:   Added comment to javadoc

diffstat:

 src/org/openbravo/base/model/domaintype/DomainType.java |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 063c6835e1aa -r d75125e81ced 
src/org/openbravo/base/model/domaintype/DomainType.java
--- a/src/org/openbravo/base/model/domaintype/DomainType.java   Thu Feb 18 
16:12:39 2010 +0100
+++ b/src/org/openbravo/base/model/domaintype/DomainType.java   Thu Feb 18 
18:22:01 2010 +0100
@@ -67,6 +67,9 @@
   /**
    * Is called during the initialization of the model layer. Is called after 
the
    * {...@link #setModelProvider(ModelProvider)}.
+   * 
+   * Note: any subclass should clean-up and close database connections or 
hibernate sessions. If
+   * this is not done then the update.database task may hang when disabling 
foreign keys.
    */
   void initialize();
 

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to