Author: jbarrez
Date: 2009-10-28 17:39:22 -0400 (Wed, 28 Oct 2009)
New Revision: 5839
Modified:
jbpm4/trunk/modules/devguide/src/main/docbook/en/master.xml
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch02-Incubation.xml
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch17-Signavio.xml
Log:
Doc revision
Modified: jbpm4/trunk/modules/devguide/src/main/docbook/en/master.xml
===================================================================
--- jbpm4/trunk/modules/devguide/src/main/docbook/en/master.xml 2009-10-28 20:40:24 UTC
(rev 5838)
+++ jbpm4/trunk/modules/devguide/src/main/docbook/en/master.xml 2009-10-28 21:39:22 UTC
(rev 5839)
@@ -44,6 +44,6 @@
&ch14-History;
&ch15-JBossIntegration;
&ch16-SpringIntegration;
- &ch17-Signavio
+ &ch17-Signavio;
</book>
\ No newline at end of file
Modified: jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml
===================================================================
---
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml 2009-10-28
20:40:24 UTC (rev 5838)
+++
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml 2009-10-28
21:39:22 UTC (rev 5839)
@@ -20,7 +20,7 @@
explain the core of jBPM, the process virtual machine (PVM) and how activity
and event listener can be build for it.
</para>
- <para><xref linkend="configuration" /> through <xref
linkend="jbossintegration" />
+ <para><xref linkend="configuration" /> through <xref
linkend="signavio" />
explain advanced usage of the jBPM framework.
</para>
</section>
Modified: jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch02-Incubation.xml
===================================================================
---
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch02-Incubation.xml 2009-10-28
20:40:24 UTC (rev 5838)
+++
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch02-Incubation.xml 2009-10-28
21:39:22 UTC (rev 5839)
@@ -140,6 +140,7 @@
</process-engine-context>
</programlisting>
</para>
+ <para>
Take a look at the
<literal>org.jbpm.test.custombusinesscalendarimpl.CustomBusinessCalendarImplTest</literal>
for more information.
Modified: jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch17-Signavio.xml
===================================================================
--- jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch17-Signavio.xml 2009-10-28
20:40:24 UTC (rev 5838)
+++ jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch17-Signavio.xml 2009-10-28
21:39:22 UTC (rev 5839)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter>
+<chapter id="signavio">
<title>Signavio web modeler</title>
@@ -13,7 +13,7 @@
<ulink
url="http://www.signavio.com/en.html">the company also named
'Signavio'</ulink>
and the Hasso Plattner Instut (HPI) in Germany. Signavio is based on the
web-based modeling tool <ulink
url="http://bpt.hpi.uni-potsdam.de/Oryx">
- Oryx</ulink>, which is developed in open-source by HPI. Both HPI and
+ Oryx</ulink>, which was developed in open-source by HPI. Both HPI and
Signavio have comitted themselves to continue investing in Oryx and Signavio.
More information about the initiative can be found
<ulink
url="http://code.google.com/p/signavio-oryx-initiative/">her...
@@ -26,8 +26,8 @@
Using the Signavio web-based BPMN modeler, it is possible to let business
analyst model the business processes through their browser. The file format
which is used to store the BPMN processes is actually jPDL. This means that
- they can directly be imported into the Eclipse GPD and vice-versa. The process
- files will be stored on the hard disk, by default in
+ the resulting processes can directly be imported into the Eclipse GPD and vice-versa.
The process
+ files will be stored on the hard disk, in
<literal>$jbpm_home/signavio-repository</literal> if you've used the
default
installation scripts.
</para>
@@ -73,7 +73,7 @@
<literal>web.xml</literal> file, which you can find in
<literal>jbpmeditor.war/WEB-INF/</literal>.
The only parameters which is of real importance is the
<literal>fileSystemRootDirectory</literal>
parameter. The value of this parameter must point to an existing folder
- on your hard disk:
+ on your hard disk and indicates where the processes must be stored:
<programlisting>
</context-param>
<context-param>