[cvs] expresso commit by lhamel: add blurb about changing existing Jobs

JCorporate Ltd jcorp at jcorp2.servlets.net
Fri Dec 3 23:45:07 PST 2004


Log Message:
-----------
add blurb about changing existing Jobs

Modified Files:
--------------
    expresso/expresso-web/expresso/doc:
        release.xml

Revision Data
-------------
Index: release.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/release.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lexpresso-web/expresso/doc/release.xml -Lexpresso-web/expresso/doc/release.xml -u -r1.8 -r1.9
--- expresso-web/expresso/doc/release.xml
+++ expresso-web/expresso/doc/release.xml
@@ -35,6 +35,10 @@
     This is not currently done, however, because it will change the current functionality of giving
     super user privileges by default.
     </para>
+    <para>However, existing Job subclasses need to add a line to their run() methods: at the
+    beginning of the method, call super.run(), to set the thread context with the parent thread's
+    current user ID and data context. 
+    </para>
 	</sect2>
     <sect2>
       <title>Stored Procedure Support</title>


More information about the cvs mailing list