Author: jbarrez
Date: 2009-08-24 06:27:30 -0400 (Mon, 24 Aug 2009)
New Revision: 5511
Modified:
jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch05-Services.xml
jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
Log:
Fix for JBPM-2486 (small errors in doc)
Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch05-Services.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch05-Services.xml 2009-08-24
10:13:24 UTC (rev 5510)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch05-Services.xml 2009-08-24
10:27:30 UTC (rev 5511)
@@ -102,7 +102,7 @@
the repository of deployments. In this first example, we'll deploy one process
resource from the classpath with the
<literal>RepositoryService</literal>:
</para>
- <programlisting>long deploymentId = repositoryService.createDeployment()
+ <programlisting>String deploymentId = repositoryService.createDeployment()
.addResourceFromClasspath("org/jbpm/examples/services/Order.jpdl.xml")
.deploy();</programlisting>
<para>Analogue to the <literal>addResourceFromClasspath</literal>
method above,
Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml 2009-08-24
10:13:24 UTC (rev 5510)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml 2009-08-24
10:27:30 UTC (rev 5511)
@@ -320,7 +320,7 @@
</para>
<figure id="process.decision.condition">
<title>The decision conditions example process</title>
- <mediaobject><imageobject><imagedata align="center"
fileref="images/process.decision.png"/></imageobject></mediaobject>
+ <mediaobject><imageobject><imagedata align="center"
fileref="images/process.exclusive.png"/></imageobject></mediaobject>
</figure>
<programlisting><process name="DecisionConditions"
>
Show replies by date