[jboss-svn-commits] JBossWS SVN: r1182 - branches/jbossws-1.0/docs/user-guide/project/en/modules/wsbpel

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 9 22:45:58 EDT 2006


Author: alex.guizar at jboss.com
Date: 2006-10-09 22:45:56 -0400 (Mon, 09 Oct 2006)
New Revision: 1182

Modified:
   branches/jbossws-1.0/docs/user-guide/project/en/modules/wsbpel/wsbpel.xml
Log:
JBWS-867

Modified: branches/jbossws-1.0/docs/user-guide/project/en/modules/wsbpel/wsbpel.xml
===================================================================
--- branches/jbossws-1.0/docs/user-guide/project/en/modules/wsbpel/wsbpel.xml	2006-10-10 00:01:03 UTC (rev 1181)
+++ branches/jbossws-1.0/docs/user-guide/project/en/modules/wsbpel/wsbpel.xml	2006-10-10 02:45:56 UTC (rev 1182)
@@ -182,13 +182,17 @@
       (<ulink url="http://jbpm.org/gop">GOP</ulink>) foundation in jBPM maintains past and present
       graph state in a database.</para>
       
-    <para>Installing the jBPM service in JBoss AS is a prerrequisite. Refer to the jBPM BPEL 
-      <ulink url="http://docs.jboss.com/jbpm/bpel/getstarted.html#getstarted.setup">user guide
-      </ulink> for details. Make sure you install jBPM BPEL 1.1.Beta2 or above.</para>
+    <para>Installing the jBPM service in JBoss AS is a prerrequisite. The samples suite fetches
+      a preconfigured service archive from the JBoss repository and installs it automatically.
+      Please refer to the jBPM BPEL <ulink 
+      url="http://docs.jboss.com/jbpm/bpel/getstarted.html#getstarted.setup">user guide</ulink>
+      for details on how to customize the service to match your requirements and deployment
+      environment. The sample code that accompanies this chapter was developed and tested with
+      jBPM BPEL version 1.1.Beta2.</para>
 
-    <note><para>The jBPM service comes with a preconfigured Hypersonic database, useful for 
-      development purposes. In production, you can switch to the database of your choice.</para>
-      </note>
+    <note><para>The preconfigured jBPM service comes with an <ulink url="http://www.hsqldb.org/">
+      HSQL</ulink> database, useful for development purposes. In production, you can switch to 
+      the database of your choice.</para></note>
 
     <para>Before the process can serve requests, its definition must be stored in the jBPM database.
       jBPM BPEL supplies an ant task, <literal>deployprocess</literal>, to assist here. The input of




More information about the jboss-svn-commits mailing list