[jbpm-commits] JBoss JBPM SVN: r5592 - in jbpm4/trunk/modules: userguide/src/main/docbook/en/modules and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Aug 30 07:54:42 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-30 07:54:41 -0400 (Sun, 30 Aug 2009)
New Revision: 5592

Modified:
   jbpm4/trunk/modules/distro/src/main/files/readme.html
   jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
added release notes for 4.1, including db migration instructions.  also removed the db migration instructions in the userguide.

Modified: jbpm4/trunk/modules/distro/src/main/files/readme.html
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/readme.html	2009-08-30 10:38:08 UTC (rev 5591)
+++ jbpm4/trunk/modules/distro/src/main/files/readme.html	2009-08-30 11:54:41 UTC (rev 5592)
@@ -39,8 +39,16 @@
 
 <h2>DB Migration</h2>
 
-<p>A column CLASSNAME_ (String) was added to the JBPM4_VARIABLE table.  Please follow the instructions
-in the section Migration in the userguide.  Tech details of the update in the jira 
+<p>Add column <code>CLASSNAME_</code> to the <code>JBPM4_VARIABLE</code> table.
+The type of the column is dependent on the database and can be found in this table:
+</p>
+<table border="1">
+  <tr><td>Hsqldb</td><td>varchar(255)</td></tr>
+  <tr><td>MySQL</td><td>varchar(255)</td></tr>
+  <tr><td>Oracle</td><td>varchar2(255 char)</td></tr>
+  <tr><td>PostgreSQL</td><td>varchar(255)</td></tr>
+</table>
+<p>Tech details of the update in the jira 
 issue: <a href="https://jira.jboss.org/jira/browse/JBPM-2474">JBPM-2474</a> 
 </p>  
 
@@ -53,7 +61,113 @@
 </li>
 </ul>
 
-
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2040'>JBPM-2040</a>] -         Inconsistent behaviour depending on the ordering of events (fork+end state+join)
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2418'>JBPM-2418</a>] -         fix dueDate property in TaskQuery
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2425'>JBPM-2425</a>] -         Completing task with nonexistent outcome silently does nothing
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2436'>JBPM-2436</a>] -         Mail activity details lost when switching between source and diagram
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2452'>JBPM-2452</a>] -         freemarker templating for task forms: outcome (transitions) vs. outcome (result) clash
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2455'>JBPM-2455</a>] -         add template attribute to notification and reminder in xsd
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2466'>JBPM-2466</a>] -         task-reminder should not use task-notification template when sending mail
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2474'>JBPM-2474</a>] -         Process variables of type hibernate-long-id/hibernate-string-id don't work
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2476'>JBPM-2476</a>] -         creating new process instance from console fails to set process variables properly
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2486'>JBPM-2486</a>] -         jbpm4 user guide : small errors in doc
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2490'>JBPM-2490</a>] -         Inconsistency in user's guide: decide or select in DecisionHandler
+</li>
+</ul>
+        
+<h2>        Feature Request
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1995'>JBPM-1995</a>] -         build script to calculate jBPM DB differences
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2210'>JBPM-2210</a>] -         Add support for AS 5.1.x
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2334'>JBPM-2334</a>] -         make business calendar customizable and pluggable
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2343'>JBPM-2343</a>] -         completeTask with submitting variables
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2479'>JBPM-2479</a>] -         Integrate Signavio in distro build
+</li>
+</ul>
+    
+<h2>        Patch
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2407'>JBPM-2407</a>] -         Join  multiplicity  FIX
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2445'>JBPM-2445</a>] -         JBPM4-Spring 1.2 integration problems
+</li>
+</ul>
+    
+<h2>        Quality Risk
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2446'>JBPM-2446</a>] -         Jira freeze
+</li>
+</ul>
+            
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2301'>JBPM-2301</a>] -         add start forms to jpdl and the api
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2316'>JBPM-2316</a>] -         review executability of examples in console
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2317'>JBPM-2317</a>] -         task forms examples refinement
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2351'>JBPM-2351</a>] -         review task forms
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2353'>JBPM-2353</a>] -         remove explicit jta transaction demarcation in console and deployer
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2360'>JBPM-2360</a>] -         fix deletion of deployments in cluster
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2392'>JBPM-2392</a>] -         review duedate in jpdl3 converter
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2402'>JBPM-2402</a>] -         verify job executor threads in case of errors
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2408'>JBPM-2408</a>] -         fix duplicate schemdoc entries in the distro zip file
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2409'>JBPM-2409</a>] -         expand qa capabilities and ci
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2410'>JBPM-2410</a>] -         clean up obsolete qa dbs
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2411'>JBPM-2411</a>] -         configuration tool
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2419'>JBPM-2419</a>] -         change Job.dueDate in Job.duedate
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2432'>JBPM-2432</a>] -         problem displaying process image in console
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2433'>JBPM-2433</a>] -         Review existing BI reports and enhance/add existing/new reports
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2435'>JBPM-2435</a>] -         verify online presence of xsd's
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2437'>JBPM-2437</a>] -         add start task form capability to console
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2438'>JBPM-2438</a>] -         move settings to the bottom
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2439'>JBPM-2439</a>] -         make task lists the home page
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2440'>JBPM-2440</a>] -         define subset of jpdl schema for tooling
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2480'>JBPM-2480</a>] -         Create demo for JBW
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2498'>JBPM-2498</a>] -         improve exception message when execution not found
+</li>
+</ul>
+            
 <h1>Release Notes for jBPM 4.0 (GA)</h1>
 
 <h2>Known Issues

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml	2009-08-30 10:38:08 UTC (rev 5591)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml	2009-08-30 11:54:41 UTC (rev 5592)
@@ -88,6 +88,10 @@
         </tbody>
       </tgroup>
     </table>
+    <para>Known limitation: Currently, the timeout of the console is too tight for 
+    the reporting to initialize.  So the first time when you access the reporting 
+    the request will timeout and the console crashes.  Logging out and login again works around 
+    this problem.  It's being addressed as issue <ulink url="https://jira.jboss.org/jira/browse/JBPM-2508">JBPM-2508</ulink> </para>
   </section>
 
   <section id="installscripts">
@@ -187,8 +191,10 @@
     </itemizedlist>
   </section>
 
+    <!-- 
   <section id="databasemigration">
     <title>Database migration</title>
+    
     <para>jBPM is able to generate SQL DDL scripts to upgrade the database schema from any past version
     starting from 4.0. To enact this capability, first check out the project from our SVN repository as
     described in the Wiki page <ulink url="http://www.jboss.org/community/wiki/jbpm4buildingfromsource">
@@ -221,6 +227,7 @@
       belongs to the Unix family (including Linux and Mac OS X) and provides the diff command.</listitem>
     </itemizedlist>
   </section>
+     -->
 
   <section id="graphicalprocessdesigner">
     <title>Graphical Process Designer (GPD)</title>



More information about the jbpm-commits mailing list