From riftsaw-commits at lists.jboss.org Wed Jun 29 10:32:43 2011
Content-Type: multipart/mixed; boundary="===============7829279548748217570=="
MIME-Version: 1.0
From: riftsaw-commits at lists.jboss.org
To: riftsaw-commits at lists.jboss.org
Subject: [riftsaw-commits] riftsaw SVN: r1409 -
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module.
Date: Wed, 29 Jun 2011 10:32:43 -0400
Message-ID: <201106291432.p5TEWhUb029246@svn01.web.mwc.hst.phx2.redhat.com>
--===============7829279548748217570==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: objectiser
Date: 2011-06-29 10:32:42 -0400 (Wed, 29 Jun 2011)
New Revision: 1409
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installatio=
n.xml
Log:
Update to documentation regarding WS versions and no need to specify AS ver=
sion now.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/exam=
ples.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.x=
ml 2011-06-29 13:17:13 UTC (rev 1408)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.x=
ml 2011-06-29 14:32:42 UTC (rev 1409)
@@ -39,7 +39,7 @@
The BPEL example we are going to try out is the simple
'hello world' example. This is located in the
- ${RiftSaw}/samples/quickstarts/hello_world
+ ${RiftSaw}/samples/quickstart/hello_world
folder.
=
@@ -144,7 +144,7 @@
The example that we are going to use is located in the
${RiftSaw}/samples/esb/bpel_helloworld folde=
r.
Also note that the quickstart described in the preceding section,
- located in the ${RiftSaw}/samples/quickstarts/hello_wor=
ld
+ located in the ${RiftSaw}/samples/quickstart/hello_worl=
d
must still be deployed. If this example is not deployed, then ple=
ase follow
the instructions in the previous section to deploy the example. =
@@ -152,7 +152,7 @@
The next step is to deploy the ESB service that will invoke this =
"hello world"
BPEL process. This is achieved by performing the following comman=
d in the
- ${RiftSaw}/samples/esb/bpel_helloworld
+ ${RiftSaw}/samples/esb/esb_helloworld
folder:
=
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/inst=
allation.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installati=
on.xml 2011-06-29 13:17:13 UTC (rev 1408)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installati=
on.xml 2011-06-29 14:32:42 UTC (rev 1409)
@@ -22,8 +22,11 @@
Prerequisites
JBossAS (version 5.1.0.GA or higher) jdk6 version, available from =
- http://www.jboss.org=
/jbossas, and please upgrade the web
- service stack to version 3.4.0.GA, as described in the following=
'Upgrade web service for JBoss AS' section.
+ http://www.jboss.org=
/jbossas.
+ If wishing to use jbossws-cxf, then please upgrade the=
web service stack to version 3.4.0.GA, as
+ described in the following 'Upgrade web service for JBoss AS' se=
ction. If using jbossws-native, then you can
+ use the default version installed with the application server, o=
r upgrade to a more recent version to benefit
+ from more recent features and bug fixes (e.g. version 3.4.0.SP1)=
.
JBossESB (version 4.10 or higher), should download the=
jbossesb-4.10.zip,
available from http=
://www.jboss.org/jbossesb.
This is only required to run the ESB/BPEL examples.
@@ -95,18 +98,13 @@
From the install folder, run:
- ant deploy -Das.version=3D... -Ddatabase=3D... -Dws.stack=
=3D... -Dws.version=3D...
+ ant deploy -Ddatabase=3D... -Dws.stack=3D... -Dws.version=
=3D...
to deploy RiftSaw to JBossAS, specifying a database and mandating =
the upgrade of the web service stack for JBossAS. =
The list of available databases, and how they should be configured=
, is explained in the next sub-section;
the list of options for update of the web service stack is discuss=
ed in the one following it.
-
- If the as.version is not specified, then JBos=
sAS 5 is assumed. If
- the target version is JBossAS 6, then simply specify "-Das.version=
=3D6" (i.e. only the
- major version number needs to be specified).
-
Please note that RiftSaw should not be deployed while JBoss AS =
is running.
@@ -119,7 +117,7 @@
The above installation steps are meant to be for riftsaw single serv=
er deployment, if you want to deploy riftsaw that supports clustering, you =
either need to specify
- the JBoss AS instance as 'all' config, or add '-Dclustering.support=
=3Dtrue' in the command line. For detail, please refer to userGui=
de's RiftSaw Clustering Support chapter.
+ the JBoss AS instance as 'all' config, or add '-Dclustering.support=
=3Dtrue' in the command line. For detail, please refer to the Use=
r Guide's RiftSaw Clustering Support chapter.
=
--===============7829279548748217570==--