Author: irooskov(a)redhat.com
Date: 2011-11-02 18:48:21 -0400 (Wed, 02 Nov 2011)
New Revision: 36148
Added:
trunk/jbpm/docs/reference/en-US/images/troubleshooting/
trunk/jbpm/docs/reference/en-US/images/troubleshooting/troubleshooting_01.png
trunk/jbpm/docs/reference/en-US/troubleshooting.xml
Modified:
trunk/jbpm/docs/reference/en-US/Book_Info.xml
trunk/jbpm/docs/reference/en-US/jBPM_Tools_Reference_Guide.xml
Log:
updated for jBPM 3.3.0.M2 what's new
Modified: trunk/jbpm/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/Book_Info.xml 2011-11-02 22:21:04 UTC (rev 36147)
+++ trunk/jbpm/docs/reference/en-US/Book_Info.xml 2011-11-02 22:48:21 UTC (rev 36148)
@@ -5,9 +5,9 @@
<title>jBPM Tools Reference Guide</title>
<subtitle>Provides information relating to the jBPM Tools set.</subtitle>
<productname>JBoss Developer Studio</productname>
- <productnumber>4.1</productnumber>
- <edition>4.1.0</edition>
- <pubsnumber>3</pubsnumber>
+ <productnumber>5.0</productnumber>
+ <edition>5.0.0</edition>
+ <pubsnumber>1</pubsnumber>
<abstract>
<para>The jBPM Tools Reference Guide explains how to use the jBPM Tools to create
process definitions and workflow processes.</para>
</abstract>
Added: trunk/jbpm/docs/reference/en-US/images/troubleshooting/troubleshooting_01.png
===================================================================
(Binary files differ)
Property changes on:
trunk/jbpm/docs/reference/en-US/images/troubleshooting/troubleshooting_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/jbpm/docs/reference/en-US/jBPM_Tools_Reference_Guide.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/jBPM_Tools_Reference_Guide.xml 2011-11-02 22:21:04 UTC
(rev 36147)
+++ trunk/jbpm/docs/reference/en-US/jBPM_Tools_Reference_Guide.xml 2011-11-02 22:48:21 UTC
(rev 36148)
@@ -13,6 +13,7 @@
<xi:include href="Quick_Howto_Guide.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
<xi:include href="tasks.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="the_views.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+<xi:include href="troubleshooting.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Feedback.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
</book>
Added: trunk/jbpm/docs/reference/en-US/troubleshooting.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/troubleshooting.xml (rev 0)
+++ trunk/jbpm/docs/reference/en-US/troubleshooting.xml 2011-11-02 22:48:21 UTC (rev
36148)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter>
+ <title>Troubleshooting</title>
+ <section id="troubleshooting">
+ <title>Conditional transitions</title>
+ <para>
+ Conditional transitions are discouraged if they are leaving anything other than
condition nodes. The property page for transitions will display a warning if such a
circumstance occurs.
+ </para>
+ <figure>
+ <title>Conditional transitions - troubleshooting</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/troubleshooting/troubleshooting_01.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ The warning can be suppressed by navigating to
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem></menuchoice>
and checking the checkbox <guilabel>Suppress warning on invalid transitions with
conditions.</guilabel> on the Compatibility preference page.
+ </para>
+ </section>
+</chapter>
\ No newline at end of file