[jbpm-commits] JBoss JBPM SVN: r4068 - in jbpm4/trunk/modules: distro/src/main/resources and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 27 09:27:54 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-27 09:27:54 -0500 (Fri, 27 Feb 2009)
New Revision: 4068

Removed:
   jbpm4/trunk/modules/distro/src/main/resources/release.notes.html
Modified:
   jbpm4/trunk/modules/distro/scripts/assembly-deploy-artifacts.xml
   jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml
   jbpm4/trunk/modules/distro/src/main/resources/readme.html
   jbpm4/trunk/modules/examples/pom.xml
Log:
merges from the alpha 2 release tag

Modified: jbpm4/trunk/modules/distro/scripts/assembly-deploy-artifacts.xml
===================================================================
--- jbpm4/trunk/modules/distro/scripts/assembly-deploy-artifacts.xml	2009-02-27 14:02:48 UTC (rev 4067)
+++ jbpm4/trunk/modules/distro/scripts/assembly-deploy-artifacts.xml	2009-02-27 14:27:54 UTC (rev 4068)
@@ -81,7 +81,6 @@
         <include>jboss.eula.txt</include>
         <include>license.txt</include>
         <include>readme.html</include>
-        <include>release.notes.html</include>
       </includes>
       <outputDirectory></outputDirectory>
     </fileSet>

Modified: jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml	2009-02-27 14:02:48 UTC (rev 4067)
+++ jbpm4/trunk/modules/distro/src/main/resources/installer/install-definition.xml	2009-02-27 14:27:54 UTC (rev 4068)
@@ -116,7 +116,6 @@
       <description>Installation directory containing docs, libs, examples and sources</description>
 
       <!-- jbpm4/ -->
-      <file src="@{deploy.artifacts.dir}/release.notes.html" targetdir="$INSTALL_PATH" override="true" />
       <file src="@{deploy.artifacts.dir}/jboss.eula.txt" targetdir="$INSTALL_PATH" override="true" />
       <file src="@{deploy.artifacts.dir}/license.txt" targetdir="$INSTALL_PATH" override="true" />
       <file src="@{deploy.artifacts.dir}/readme.html" targetdir="$INSTALL_PATH" override="true" />

Modified: jbpm4/trunk/modules/distro/src/main/resources/readme.html
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/readme.html	2009-02-27 14:02:48 UTC (rev 4067)
+++ jbpm4/trunk/modules/distro/src/main/resources/readme.html	2009-02-27 14:27:54 UTC (rev 4068)
@@ -1,9 +1,9 @@
 <html>
   <head>
-    <title>jBPM 4 readme</title>
+    <title>jBPM 4 Readme and Release Notes</title>
   </head>
   <body>
-    <h1>Docs</h1>
+    <h1>Readme</h1>
     
     <p>Currently the userguide and devguide only show well in <a href="http://www.mozilla.com/firefox">firefox</a>.
     We'll fix this in one of the next versions.  
@@ -16,25 +16,127 @@
         <th>Description</th>
       </tr>
       <tr>
-        <td><a href="doc/userguide/html_single/index.html">User guide</a></td>
+        <td valign="top" style="white-space:nowrap;"><a href="doc/userguide/html_single/index.html">User guide</a></td>
         <td>Userguide docs describing the stable and supported ways of how to work with jBPM.</td>
       </tr>
       <tr>
-        <td><a href="doc/javadocs/index.html">Javadocs</a></td>
+        <td valign="top" style="white-space:nowrap;"><a href="doc/javadocs/index.html">Javadocs</a></td>
         <td>Javadocs describing the stable and supported API</td>
       </tr>
       <tr>
-        <td><a href="doc/schemadocs/index.html">Schemadocs</a></td>
+        <td valign="top" style="white-space:nowrap;"><a href="doc/schemadocs/index.html">Schemadocs</a></td>
         <td>Javadoc-like documentation of the jPDL XML schema and the jBPM configuration file XML schema</td>
       </tr>
       <tr>
-        <td><a href="doc/devguide/html_single/index.html">Developers guide</a></td>
+        <td valign="top" style="white-space:nowrap;"><a href="doc/devguide/html_single/index.html">Developers guide</a></td>
         <td>Describes more configuration, usage and tweaking options.  
         Unleash all the flexibility in jBPM.  But beware, the parts documented in this dev 
         guide are not guaranteed to be forward compatible.</td>
       </tr>
     </table>
+
+    <h1>Release notes for jBPM 4.0.0.Alpha2</h1>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1980'>JBPM-1980</a>] -         Failed to initialze ScriptEngineManager on JDK 1.5
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1981'>JBPM-1981</a>] -         Example tests fail
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2049'>JBPM-2049</a>] -         hbm2ddl.auto doesn't work within AS
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2072'>JBPM-2072</a>] -         ConnectionManager deadlock running XA transaction on AS 4
+</li>
+</ul>
         
+<h2>        Feature Request
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1946'>JBPM-1946</a>] -         IzPack installer for jBPM4 that supports JBoss
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1993'>JBPM-1993</a>] -         Interface with the JBoss identity component
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1998'>JBPM-1998</a>] -         Dinstinction between candiadate-groups and candidate-users in Task API and model 
+</li>
+</ul>
+                    
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1246'>JBPM-1246</a>] -         document build
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1280'>JBPM-1280</a>] -         build out job executor basic test coverage
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1411'>JBPM-1411</a>] -         migrate enterprise into separate module
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1753'>JBPM-1753</a>] -         review event names
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1759'>JBPM-1759</a>] -         cleanup excluded tests
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1861'>JBPM-1861</a>] -         complete taskservice api
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1967'>JBPM-1967</a>] -         rename flow to transition
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1971'>JBPM-1971</a>] -         fix test-load hudson job in qa lab
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1972'>JBPM-1972</a>] -         introduce process definition attachments
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1973'>JBPM-1973</a>] -         finish programmatic process definition creation
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1974'>JBPM-1974</a>] -         rename node to activity
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1977'>JBPM-1977</a>] -         Provide process management through the GWT console on jbpm4
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1978'>JBPM-1978</a>] -         configure pvm2 user for hudson job jbpm4-load
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1983'>JBPM-1983</a>] -         rename context environment to transaction
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1986'>JBPM-1986</a>] -         rename ExecutionService.startExecutionXxx methods to startProcessInstanceXxx
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-1997'>JBPM-1997</a>] -         API package refactoring
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2003'>JBPM-2003</a>] -         document release procedure in a wiki page
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2020'>JBPM-2020</a>] -         fix timer mapping
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2032'>JBPM-2032</a>] -         verify blob caching
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2039'>JBPM-2039</a>] -         initial history infrastructure
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2041'>JBPM-2041</a>] -         move task mgmt into pvm module
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2044'>JBPM-2044</a>] -         Distribute GPD through the installer
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2063'>JBPM-2063</a>] -         examples hibernate configuration file
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2064'>JBPM-2064</a>] -         re-introduce schema sql scripts in distro
+</li>
+</ul>
+            
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2011'>JBPM-2011</a>] -         Move non public classes to **/internal
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBPM-2012'>JBPM-2012</a>] -         Split jars into *-api.jar and *-impl.jar
+</li>
+</ul>
+
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-281'>GPD-281</a>] -         Release jBPM Designer 4.0.0 Alpha2
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-283'>GPD-283</a>] -         Implement a tree structured details view for graphical entities
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-287'>GPD-287</a>] -         XML preservation
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/GPD-294'>GPD-294</a>] -         Update to new icons
+</li>
+</ul>
+            
+        
     <h1>Release notes for jBPM 4.0.0.Alpha1</h1>
     <p>Finally..  phew !</p>
   </body>

Deleted: jbpm4/trunk/modules/distro/src/main/resources/release.notes.html
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/release.notes.html	2009-02-27 14:02:48 UTC (rev 4067)
+++ jbpm4/trunk/modules/distro/src/main/resources/release.notes.html	2009-02-27 14:27:54 UTC (rev 4068)
@@ -1,87 +0,0 @@
-<body><h1>jBPM-4.0.0-SNAPSHOT Release Notes</h1>
-<!--h3>Bug</h3>
-<ul>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1716">JBPM-1716</a>] -         NPE in Transition.fireSuperStateEnterEvents() when destination is null </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1756">JBPM-1756</a>] -         NullPointerException using bcc recipients in org.jbpm.mail.Mail </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1778">JBPM-1778</a>] -         Empty map variables on process creation is set as null </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1811">JBPM-1811</a>] -         JmsMessageTest fails intermitently on HSQLDB </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1829">JBPM-1829</a>] -         Sybase transaction log full - dump needed </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1830">JBPM-1830</a>] -         Fix AppServerConfigurationsTest for sybase on jboss500 </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1913">JBPM-1913</a>] -         Support JBoss AS 5.0 for JSF Console </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1921">JBPM-1921</a>] -         getGroupTaskList(List actorids) behaviour changed </li>
-</ul>
-<p> </p>
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1888">JBPM-1888</a>] -         Allow unlocking Token without knowing the lock owner </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1909">JBPM-1909</a>] -         Fix SubjectAuthenticationService </li>
-</ul>
-<p> </p>
-<h3>Quality Risk</h3>
-<ul>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1765">JBPM-1765</a>] -         Unclosed InputStream in org.jbpm.util.ClassLoaderUtil.getProperties </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1887">JBPM-1887</a>] -         ExceptionHandler may cause infinite loop </li>
-</ul>
-<p> </p>
-<h3>Task</h3>
-<ul>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1303">JBPM-1303</a>] -         Add installer support for jboss-5.0.0 </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1764">JBPM-1764</a>] -         Deadlocks make job execution tests fail on Sybase </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1775">JBPM-1775</a>] -         verify if collection exceptionHandlers can be loaded lazy </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1814">JBPM-1814</a>] -         make jbpm installation in jboss optional </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1816">JBPM-1816</a>] -         Sanitize tests that leak JDBC connections </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1819">JBPM-1819</a>] -         re-enable the standard configuration </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1823">JBPM-1823</a>] -         re-enable the datbase upgrade tool </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1824">JBPM-1824</a>] -         Investigate core test failures against Sybase </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1831">JBPM-1831</a>] -         Provide a start/stop script for sybase </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1843">JBPM-1843</a>] -         Revert to jbpm-3.2.2 schema and provide a defined migration path </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1852">JBPM-1852</a>] -         Fix sporadic MailTest failure </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1854">JBPM-1854</a>] -         Update to jbpm-gpd-3.1.6 </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1855">JBPM-1855</a>] -         Release jBPM 3.3.1 GA </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1856">JBPM-1856</a>] -         Support API-1.0.0 Alpha3 on jBPM3 </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1866">JBPM-1866</a>] -         add javadocs to installer </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1883">JBPM-1883</a>] -         Provide an initial implementation of an AS4 deployer </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1884">JBPM-1884</a>] -         Provide an initial implementation of an AS5 deployer </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1894">JBPM-1894</a>] -         Check jBPM library versions </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1902">JBPM-1902</a>] -         Add support for JBoss-5.0.0.GA </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1904">JBPM-1904</a>] -         Add toString() to Commands </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1905">JBPM-1905</a>] -         Improve Commands </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1919">JBPM-1919</a>] -         Ensure backward compatibility of the API </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1920">JBPM-1920</a>] -         Include SOA-P overlays in jbpm build </li>
-<li>[<a href="https://jira.jboss.org/jira/browse/JBPM-1932">JBPM-1932</a>] -         Release the JSF Console 3.3.1.GA </li>
-</ul>
-<h3>Known limitations</h3>
-<h3>XML editing in the process designer</h3>
-<p>Direct editing of XML can lead to crashes in the graphical designer. This will be fixed in one of the next releases.  Before you start editing the process XML source, make sure you create a backup copy.</p>
-<h3>Transition buttons in task forms</h3>
-<p>When generating a task form for a task, the transitions are not  automatically populated in the generation dialog.  Users have to  enter the transition names and the button labels manually.  If you  don't do this no transition buttons will be generated to complete the  task in the task form.</p>
-<p><strong>Workaround</strong>: First option is to add the transition buttons  in the task form generation dialog.  If you generated a task form without transition buttons, you still can complete the task with the console.   Just save the variables in the task form and then in the 'Views' menu,  select 'Transitions'.  There you can click the 'end task' link for  each of the available transitions.</p>
-<h3>Security vulnerability for GPD deployment</h3>
-<p>In the suite distribution, the console that is deployed in the server contains a servlet that allows the designer to deploy processes directly  to a running server.  This servlet is unprotected and people could load  any process into a default installation.  <a href="https://jira.jboss.org/jira/browse/GPD-278">[GPD-278]</a></p>
-<h3>Excluded test cases</h3>
-<p> </p>
-<p><strong>Core tests, HSQLDB</strong></p>
-<p> </p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema --&gt;</p><p>&lt;exclude&gt;org/jbpm/db/JbpmSchemaDbTest.java&lt;/exclude&gt;</p></pre>
-<p> </p>
-<p><strong>Core tests - MySQL</strong></p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1166] SEAM timer transaction integration --&gt;<br />&lt;exclude&gt;org/jbpm/seam/JobExecutorCustomizationTest.java&lt;/exclude&gt;<br />&lt;!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  --&gt;<br />&lt;exclude&gt;org/jbpm/db/JbpmSchemaDbTest.java&lt;/exclude&gt;</p></pre>
-<p> </p>
-<p><strong>Core test, Sybase</strong></p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  --&gt;<br />&lt;exclude&gt;org/jbpm/db/JbpmSchemaDbTest.java&lt;/exclude&gt;</p></pre>
-<p> </p>
-<p><strong>Enterprise tests - HSQLDB</strong></p>
-<p> </p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1708] Enterprise EjbSchedulerTest fails --&gt;</p><p>&lt;exclude&gt;org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java&lt;/exclude&gt;</p></pre>
-<p> </p>
-<p><strong>Enterprise tests, Sybase</strong></p>
-<p> </p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1818] Use Sybase instance that supports XA Transaction --&gt;<br />&lt;exclude&gt;org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java&lt;/exclude&gt;<br />&lt;exclude&gt;org/jbpm/persistence/jta/JtaDbPersistenceTest.java&lt;/exclude&gt;<br />&lt;exclude&gt;org/jbpm/msg/jms/JmsMessageTest.java&lt;/exclude&gt;</p></pre>
-<p> </p>
-<p> </p>
-<p><strong>Examples tests, Sybase</strong></p>
-<p> </p>
-<pre class="jive_text_macro jive_macro_code" jivemacro="code" ___default_attr="plain"><p>&lt;!-- [JBPM-1827] Investigate example test failures against Sybase --&gt;</p><p>&lt;exclude&gt;org/jbpm/examples/taskinstance/CustomTaskInstanceTest.java&lt;/exclude&gt;</p></pre>
-<p> </p-->
-
-</body>
\ No newline at end of file

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2009-02-27 14:02:48 UTC (rev 4067)
+++ jbpm4/trunk/modules/examples/pom.xml	2009-02-27 14:27:54 UTC (rev 4068)
@@ -62,17 +62,11 @@
     <dependency>
       <groupId>org.jbpm.jbpm4.dependencies.esb</groupId>
       <artifactId>jbossesb-rosetta</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>stax</groupId>
-          <artifactId>stax-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>stax</groupId>
-          <artifactId>stax</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.jbpm.jbpm4.dependencies.esb</groupId>
+      <artifactId>test-util</artifactId>
+    </dependency>
   </dependencies>
 
   <build>




More information about the jbpm-commits mailing list