[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Sun Jun 3 20:27:19 EDT 2007


  User: sbryzak2
  Date: 07/06/03 20:27:19

  Modified:    doc/reference/en/modules  annotations.xml
  Log:
  JBSEAM-1048
  
  Revision  Changes    Path
  1.62      +4 -3      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -b -r1.61 -r1.62
  --- annotations.xml	30 May 2007 00:01:00 -0000	1.61
  +++ annotations.xml	4 Jun 2007 00:27:19 -0000	1.62
  @@ -610,9 +610,10 @@
                           with the jBPM task specified in the named request parameter. Within the context of this
                           conversation, a business process context is also defined, for the business process instance of
                           the task instance. </para>
  -                    <para> The jBPM <literal>TaskInstance</literal> will be available in a request context variable
  -                        named <literal>taskInstance</literal>. The jPBM <literal>ProcessInstance</literal> will be
  -                        available in a request context variable named <literal>processInstance</literal>. </para>
  +                    <para> The jBPM <literal>org.jbpm.taskmgmt.exe.TaskInstance</literal> will be available in a request 
  +                        context variable named <literal>taskInstance</literal>. The jPBM 
  +                        <literal>org.jbpm.graph.exe.ProcessInstance</literal> will be available in a request context 
  +                        variable named <literal>processInstance</literal>. </para>
                       <itemizedlist>
                           <listitem>
                               <para>
  
  
  



More information about the jboss-cvs-commits mailing list