riftsaw SVN: r858 - trunk/docs/docbook/gettingstartedguide/src/main/module and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-07-13 07:28:54 -0400 (Tue, 13 Jul 2010)
New Revision: 858
Modified:
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
Updates to installation instructions.
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-07-12 13:44:14 UTC (rev 857)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-07-13 11:28:54 UTC (rev 858)
@@ -26,8 +26,8 @@
service stack to version 3.2.2.GA, as described in the following 'Upgrade web service for JBoss AS' section.</listitem>
<listitem>JBossESB (version 4.8.GA or higher), should download the <emphasis role="bold">jbossesb-4.8.GA.zip</emphasis>,
available from <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink>.
- This is only required to run the ESB/BPEL example.</listitem>
- <listitem>RiftSaw (version 2.0 or higher), available from
+ This is only required to run the ESB/BPEL examples.</listitem>
+ <listitem>RiftSaw, available from
<ulink url="http://www.jboss.org/riftsaw">http://www.jboss.org/riftsaw</ulink></listitem>
<listitem>
Ant, available from <ulink url="http://ant.apache.org/">http://ant.apache.org</ulink>
@@ -90,10 +90,17 @@
the JBossAS and JBossESB location settings.
</listitem>
<listitem>
- From the install folder, run: <command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...</command> to deploy
- RiftSaw to JBossAS, specifying a database and mandating the upgrade of the web service stack for JBossAS.
+ <para>
+ From the install folder, run:
+ </para>
+ <para>
+ <command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...</command>
+ </para>
+ <para>
+ 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 discussed in the one following it.
+ </para>
<note>
<para>
Please note that RiftSaw should not be deployed while JBoss AS is running.
@@ -114,9 +121,17 @@
<para>
<itemizedlist>
<listitem>
- From the install folder, run: <command>ant undeploy -Ddatabase=....</command> to remove
+ <para>
+ From the install folder, run:
+ </para>
+ <para>
+ <command>ant undeploy -Ddatabase=....</command>
+ </para>
+ <para>
+ to remove
RiftSaw from JBossAS. The database option should specify the same value used
during installation of RiftSaw.
+ </para>
</listitem>
</itemizedlist>
</para>
@@ -125,10 +140,13 @@
<para>
<tip>
- In the Hsql database environment, if you install the RiftSaw, we will copy the h2 library into JBoss AS server.
- But when you undeploy the RiftSaw, we won't delete it. The reason for doing this is because the JBoss ESB or jBPM will use the h2 database also,
- if we remove the h2 database in the undeployment process, we might cause JBoss ESB or jBPM start failed.
- So if you want to remove the h2 database, please go to the $JBossAS/server/${config} (like default)/lib, and then remove it manually.
+ When deploying riftsaw with the <emphasis>hsql</emphasis> database option,
+ the installation script will copy the h2 library into JBoss AS server.
+ However, when riftsaw is undeployed, this library will not be removed.
+ This is because JBoss ESB and jBPM also use the h2 database, and therefore
+ removing the library may inadvertantly impact those projects.
+ If you wish to remove the h2 library, then please go to the
+ <filename>$JBossAS/server/${config}/lib</filename> folder and remove it manually.
</tip>
</para>
Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-07-12 13:44:14 UTC (rev 857)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-07-13 11:28:54 UTC (rev 858)
@@ -26,8 +26,8 @@
service stack to version 3.2.2.GA, as described in the following 'Upgrade web service for JBoss AS' section.</listitem>
<listitem>JBossESB (version 4.8.GA or higher), should download the <emphasis role="bold">jbossesb-4.8.GA.zip</emphasis>,
available from <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink>.
- This is only required to run the ESB/BPEL example.</listitem>
- <listitem>RiftSaw (version 2.0 or higher), available from
+ This is only required to run the ESB/BPEL examples.</listitem>
+ <listitem>RiftSaw, available from
<ulink url="http://www.jboss.org/riftsaw">http://www.jboss.org/riftsaw</ulink></listitem>
<listitem>
Ant, available from <ulink url="http://ant.apache.org/">http://ant.apache.org</ulink>
@@ -90,10 +90,17 @@
the JBossAS and JBossESB location settings.
</listitem>
<listitem>
- From the install folder, run: <command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...</command> to deploy
- RiftSaw to JBossAS, specifying a database and mandating the upgrade of the web service stack for JBossAS.
+ <para>
+ From the install folder, run:
+ </para>
+ <para>
+ <command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...</command>
+ </para>
+ <para>
+ 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 discussed in the one following it.
+ </para>
<note>
<para>
Please note that RiftSaw should not be deployed while JBoss AS is running.
@@ -114,9 +121,17 @@
<para>
<itemizedlist>
<listitem>
- From the install folder, run: <command>ant undeploy -Ddatabase=....</command> to remove
+ <para>
+ From the install folder, run:
+ </para>
+ <para>
+ <command>ant undeploy -Ddatabase=....</command>
+ </para>
+ <para>
+ to remove
RiftSaw from JBossAS. The database option should specify the same value used
during installation of RiftSaw.
+ </para>
</listitem>
</itemizedlist>
</para>
@@ -125,10 +140,13 @@
<para>
<tip>
- In the Hsql database environment, if you install the RiftSaw, we will copy the h2 library into JBoss AS server.
- But when you undeploy the RiftSaw, we won't delete it. The reason for doing this is because the JBoss ESB or jBPM will use the h2 database also,
- if we remove the h2 database in the undeployment process, we might cause JBoss ESB or jBPM start failed.
- So if you want to remove the h2 database, please go to the $JBossAS/server/${config} (like default)/lib, and then remove it manually.
+ When deploying riftsaw with the <emphasis>hsql</emphasis> database option,
+ the installation script will copy the h2 library into JBoss AS server.
+ However, when riftsaw is undeployed, this library will not be removed.
+ This is because JBoss ESB and jBPM also use the h2 database, and therefore
+ removing the library may inadvertantly impact those projects.
+ If you wish to remove the h2 library, then please go to the
+ <filename>$JBossAS/server/${config}/lib</filename> folder and remove it manually.
</tip>
</para>
15 years, 2 months
riftsaw SVN: r857 - in branches/RiftSaw-2.1.x: console and 18 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-07-12 09:44:14 -0400 (Mon, 12 Jul 2010)
New Revision: 857
Modified:
branches/RiftSaw-2.1.x/console/identity/pom.xml
branches/RiftSaw-2.1.x/console/integration/pom.xml
branches/RiftSaw-2.1.x/console/pom.xml
branches/RiftSaw-2.1.x/distribution/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
branches/RiftSaw-2.1.x/docs/docbook/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
branches/RiftSaw-2.1.x/integration-tests/pom.xml
branches/RiftSaw-2.1.x/pom.xml
branches/RiftSaw-2.1.x/qa/build.xml
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/engine/pom.xml
branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
branches/RiftSaw-2.1.x/runtime/pom.xml
branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
branches/RiftSaw-2.1.x/stress-tests/pom.xml
Log:
Update version to 2.1.0.Final
Modified: branches/RiftSaw-2.1.x/console/identity/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>identity</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Console::Identity</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<build>
Modified: branches/RiftSaw-2.1.x/console/integration/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/integration/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/console/integration/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>integration</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Console::Integration</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<!-- Properties -->
Modified: branches/RiftSaw-2.1.x/console/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/console/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Console</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.1.x/distribution/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/distribution/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -23,12 +23,12 @@
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>RiftSaw::Distribution</name>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>gettingstartedguide</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::gettingstartedguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.1.0-SNAPSHOT</title>
+ <title>RiftSaw 2.1.0.Final</title>
<subtitle>Getting Started Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: branches/RiftSaw-2.1.x/docs/docbook/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/docs/docbook/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Docs</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -6,14 +6,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>userguide</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::userguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.1.0-SNAPSHOT</title>
+ <title>RiftSaw 2.1.0.Final</title>
<subtitle>User Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: branches/RiftSaw-2.1.x/integration-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,12 +4,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Integration-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<properties>
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw</name>
<url>http://www.jboss.org/riftsaw</url>
@@ -73,7 +73,7 @@
<properties>
<riftsaw.ode.version>2.1.0-SNAPSHOT</riftsaw.ode.version>
- <riftsaw.engine.version>2.1.0-SNAPSHOT</riftsaw.engine.version>
+ <riftsaw.engine.version>2.1.0.Final</riftsaw.engine.version>
<bpel.console.version>2.1.1</bpel.console.version>
<commons.logging.version>1.1.1</commons.logging.version>
<junit.version>3.8.1</junit.version>
Modified: branches/RiftSaw-2.1.x/qa/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/qa/build.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/build.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -9,7 +9,7 @@
<!-- CONFIGURABLE PROPERTIES -->
<property name="database" value="hsqldb" />
- <property name="riftsaw.version" value="2.1.0-SNAPSHOT" />
+ <property name="riftsaw.version" value="2.1.0.Final" />
<property name="riftsaw.home" value="${riftsaw.parent.dir}/riftsaw-${riftsaw.version}" /> <!-- riftsaw.home should not be configured. change riftsaw.parent.dir instead -->
<property name="jboss.parent.dir" value="${riftsaw.home}" />
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-07-12 13:44:14 UTC (rev 857)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.0-SNAPSHOT"
+RIFTSAW_VERSION="2.1.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-07-12 13:44:14 UTC (rev 857)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.0-SNAPSHOT"
+RIFTSAW_VERSION="2.1.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-07-12 13:44:14 UTC (rev 857)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="/local/deploy/riftsaw"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.0-SNAPSHOT"
+RIFTSAW_VERSION="2.1.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-07-12 13:44:14 UTC (rev 857)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
DATABASE="hsql"
-RIFTSAW_VERSION="2.1.0-SNAPSHOT"
+RIFTSAW_VERSION="2.1.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-soa-p.5.0.0/jboss-as"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-07-12 13:44:14 UTC (rev 857)
@@ -6,7 +6,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
DATABASE="hsql"
-RIFTSAW_VERSION="2.1.0-SNAPSHOT"
+RIFTSAW_VERSION="2.1.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
Modified: branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Runtime::Deployer</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/engine/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-engine</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Runtime::Engine</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::Engine-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>jbossesb-bpel</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Runtime::JBossESB-BPEL</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>bpel.esb</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::JBossESB-BPEL-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/runtime/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Runtime</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/uddi/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/runtime/uddi/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-uddi</artifactId>
<packaging>jar</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Runtime::UDDI</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.1.x/stress-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/stress-tests/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
+++ branches/RiftSaw-2.1.x/stress-tests/pom.xml 2010-07-12 13:44:14 UTC (rev 857)
@@ -4,12 +4,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>stress-tests</artifactId>
<packaging>pom</packaging>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
<name>RiftSaw::Stress-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0.Final</version>
</parent>
<profiles>
15 years, 2 months
riftsaw SVN: r856 - in trunk: runtime/engine-assembly and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-07-12 08:59:54 -0400 (Mon, 12 Jul 2010)
New Revision: 856
Modified:
trunk/pom.xml
trunk/runtime/engine-assembly/pom.xml
trunk/runtime/engine-assembly/src/main/assembly/sar.xml
Log:
RIFTSAW-247 - added spring dependency in case ESB is not installed.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
+++ trunk/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
@@ -91,6 +91,7 @@
<commons.httpclient.version>3.1</commons.httpclient.version>
<cxf.version>2.2.6</cxf.version>
<saxon.version>9.1.0.8</saxon.version>
+ <spring.version>2.5.6.SEC01</spring.version> <!-- This version must match the version used by the ESB -->
</properties>
<dependencyManagement>
Modified: trunk/runtime/engine-assembly/pom.xml
===================================================================
--- trunk/runtime/engine-assembly/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
+++ trunk/runtime/engine-assembly/pom.xml 2010-07-12 12:59:54 UTC (rev 856)
@@ -64,6 +64,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
<!-- do we really need the following dependencies? -->
<dependency>
<groupId>commons-lang</groupId>
Modified: trunk/runtime/engine-assembly/src/main/assembly/sar.xml
===================================================================
--- trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 12:57:46 UTC (rev 855)
+++ trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 12:59:54 UTC (rev 856)
@@ -60,12 +60,12 @@
<include>org.jboss.soa.bpel:riftsaw-jacob</include>
<include>org.jboss.soa.bpel:riftsaw-scheduler-simple</include>
<include>org.jboss.soa.bpel.runtime:riftsaw-uddi</include>
- <include>org.jboss.soa.bpel.runtime:riftsaw-uddi300</include>
<include>org.jboss.soa.bpel:riftsaw-utils</include>
<include>net.sf.saxon:saxon</include>
<include>net.sf.saxon:saxon-dom</include>
<include>net.sf.saxon:saxon-xpath</include>
<include>net.sf.saxon:saxon-xqj</include>
+ <include>org.springframework:spring</include>
<include>org.apache.xmlbeans:xmlbeans</include>
</includes>
</dependencySet>
15 years, 2 months
riftsaw SVN: r855 - in branches/RiftSaw-2.1.x: runtime/engine-assembly and 1 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-07-12 08:57:46 -0400 (Mon, 12 Jul 2010)
New Revision: 855
Modified:
branches/RiftSaw-2.1.x/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml
Log:
RIFTSAW-247 - added spring dependency in case ESB is not installed.
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-07-12 10:34:12 UTC (rev 854)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
@@ -90,6 +90,7 @@
<commons.httpclient.version>3.1</commons.httpclient.version>
<cxf.version>2.2.6</cxf.version>
<saxon.version>9.1.0.8</saxon.version>
+ <spring.version>2.5.6.SEC01</spring.version> <!-- This version must match the version used by the ESB -->
</properties>
<dependencyManagement>
Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 10:34:12 UTC (rev 854)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 12:57:46 UTC (rev 855)
@@ -63,6 +63,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
<!-- do we really need the following dependencies? -->
<dependency>
<groupId>commons-lang</groupId>
Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 10:34:12 UTC (rev 854)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/src/main/assembly/sar.xml 2010-07-12 12:57:46 UTC (rev 855)
@@ -60,12 +60,12 @@
<include>org.jboss.soa.bpel:riftsaw-jacob</include>
<include>org.jboss.soa.bpel:riftsaw-scheduler-simple</include>
<include>org.jboss.soa.bpel.runtime:riftsaw-uddi</include>
- <include>org.jboss.soa.bpel.runtime:riftsaw-uddi300</include>
<include>org.jboss.soa.bpel:riftsaw-utils</include>
<include>net.sf.saxon:saxon</include>
<include>net.sf.saxon:saxon-dom</include>
<include>net.sf.saxon:saxon-xpath</include>
<include>net.sf.saxon:saxon-xqj</include>
+ <include>org.springframework:spring</include>
<include>org.apache.xmlbeans:xmlbeans</include>
</includes>
</dependencySet>
15 years, 2 months
riftsaw SVN: r854 - trunk/runtime/engine-assembly and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2010-07-12 06:34:12 -0400 (Mon, 12 Jul 2010)
New Revision: 854
Modified:
branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
trunk/runtime/engine-assembly/pom.xml
Log:
Remove unnecessary dependency on uddi300 module, as no longer present, and also causes build failure when using maven3.
Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 09:07:29 UTC (rev 853)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-07-12 10:34:12 UTC (rev 854)
@@ -25,11 +25,6 @@
<artifactId>riftsaw-uddi</artifactId>
<version>${riftsaw.engine.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.soa.bpel.runtime</groupId>
- <artifactId>riftsaw-uddi300</artifactId>
- <version>${riftsaw.engine.version}</version>
- </dependency>
<dependency>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>riftsaw-bpel-compiler</artifactId>
Modified: trunk/runtime/engine-assembly/pom.xml
===================================================================
--- trunk/runtime/engine-assembly/pom.xml 2010-07-12 09:07:29 UTC (rev 853)
+++ trunk/runtime/engine-assembly/pom.xml 2010-07-12 10:34:12 UTC (rev 854)
@@ -26,11 +26,6 @@
<artifactId>riftsaw-uddi</artifactId>
<version>${riftsaw.engine.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.soa.bpel.runtime</groupId>
- <artifactId>riftsaw-uddi300</artifactId>
- <version>${riftsaw.engine.version}</version>
- </dependency>
<dependency>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>riftsaw-bpel-compiler</artifactId>
15 years, 2 months
riftsaw SVN: r853 - in trunk/docs/docbook/userguide/src/main: images and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-07-12 05:07:29 -0400 (Mon, 12 Jul 2010)
New Revision: 853
Added:
trunk/docs/docbook/userguide/src/main/images/RiftSaw-dbschemas.png
Removed:
trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png
Log:
* move the png to images folder. was overlooked in my last commit.
Deleted: trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png
===================================================================
(Binary files differ)
Copied: trunk/docs/docbook/userguide/src/main/images/RiftSaw-dbschemas.png (from rev 852, trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png)
===================================================================
(Binary files differ)
15 years, 2 months
riftsaw SVN: r852 - in trunk/docs/docbook/userguide/src/main: module and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-07-09 10:26:46 -0400 (Fri, 09 Jul 2010)
New Revision: 852
Added:
trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png
trunk/docs/docbook/userguide/src/main/module/db.xml
Modified:
trunk/docs/docbook/userguide/src/main/master.xml
trunk/docs/docbook/userguide/src/main/module/author_group.xml
Log:
* RIFTSAW-246, Added database chapter.
Added: trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/docbook/userguide/src/main/RiftSaw-dbschemas.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/docbook/userguide/src/main/master.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/master.xml 2010-07-09 14:21:42 UTC (rev 851)
+++ trunk/docs/docbook/userguide/src/main/master.xml 2010-07-09 14:26:46 UTC (rev 852)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.2.0-SNAPSHOT</title>
+ <title>RiftSaw 2.1.0-SNAPSHOT</title>
<subtitle>User Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
@@ -17,4 +17,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/wsconfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/uddi.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/esb.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/db.xml"/>
</book>
Modified: trunk/docs/docbook/userguide/src/main/module/author_group.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/author_group.xml 2010-07-09 14:21:42 UTC (rev 851)
+++ trunk/docs/docbook/userguide/src/main/module/author_group.xml 2010-07-09 14:26:46 UTC (rev 852)
@@ -5,4 +5,5 @@
<corpauthor>Gary Brown</corpauthor>
<corpauthor>Kurt Stam</corpauthor>
<corpauthor>Heiko Braun</corpauthor>
+ <corpauthor>Jeff Yu</corpauthor>
</authorgroup>
Added: trunk/docs/docbook/userguide/src/main/module/db.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/db.xml (rev 0)
+++ trunk/docs/docbook/userguide/src/main/module/db.xml 2010-07-09 14:26:46 UTC (rev 852)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<chapter id="db">
+ <title>Database</title>
+
+ <section>
+ <title>Upgrade database schema</title>
+
+ <para>
+ The RiftSaw database schema has been changed between 2.0.0.Final and 2.1.0.Final, please refer to
+ <ulink url="http://community.jboss.org/wiki/RiftSawDatabaseupgrade">this wiki page </ulink>for the upgrade detail information.
+ </para>
+
+ </section>
+
+ <section>
+ <title>Database schema diagram</title>
+
+ <para>
+ Below is the EER Diagram generated by Mysql Workbench tool.
+ <note>
+ This diagram is from RiftSaw 2.1.0.Final database schemas.
+ </note>
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/RiftSaw-dbschemas.png" align="center"/>
+ </imageobject>
+
+ </section>
+
+</chapter>
15 years, 2 months