riftsaw SVN: r1409 - trunk/docs/docbook/gettingstartedguide/src/main/en-US/module.
by riftsaw-commits@lists.jboss.org
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/installation.xml
Log:
Update to documentation regarding WS versions and no need to specify AS version now.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-06-29 13:17:13 UTC (rev 1408)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-06-29 14:32:42 UTC (rev 1409)
@@ -39,7 +39,7 @@
<para>
The BPEL example we are going to try out is the simple
'hello world' example. This is located in the
- <filename>${RiftSaw}/samples/quickstarts/hello_world</filename>
+ <filename>${RiftSaw}/samples/quickstart/hello_world</filename>
folder.
</para>
@@ -144,7 +144,7 @@
The example that we are going to use is located in the
<filename>${RiftSaw}/samples/esb/bpel_helloworld</filename> folder.
Also note that the quickstart described in the preceding section,
- located in the <filename>${RiftSaw}/samples/quickstarts/hello_world</filename>
+ located in the <filename>${RiftSaw}/samples/quickstart/hello_world</filename>
must still be deployed. If this example is not deployed, then please follow
the instructions in the previous section to deploy the example.
</para>
@@ -152,7 +152,7 @@
<para>
The next step is to deploy the ESB service that will invoke this "hello world"
BPEL process. This is achieved by performing the following command in the
- <filename>${RiftSaw}/samples/esb/bpel_helloworld</filename>
+ <filename>${RiftSaw}/samples/esb/esb_helloworld</filename>
folder:
</para>
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml 2011-06-29 13:17:13 UTC (rev 1408)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml 2011-06-29 14:32:42 UTC (rev 1409)
@@ -22,8 +22,11 @@
<title>Prerequisites</title>
<orderedlist>
<listitem>JBossAS (version 5.1.0.GA or higher) <emphasis role="bold">jdk6</emphasis> version, available from
- <ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink>, 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.</listitem>
+ <ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink>.
+ <listitem>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' section. If using jbossws-native, then you can
+ use the default version installed with the application server, or upgrade to a more recent version to benefit
+ from more recent features and bug fixes (e.g. version 3.4.0.SP1).</listitem>
<listitem>JBossESB (version 4.10 or higher), should download the <emphasis role="bold">jbossesb-4.10.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 examples.</listitem>
@@ -95,18 +98,13 @@
From the install folder, run:
</para>
<para>
- <command>ant deploy -Das.version=... -Ddatabase=... -Dws.stack=... -Dws.version=... </command>
+ <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>
- <para>
- If the <emphasis>as.version</emphasis> is not specified, then JBossAS 5 is assumed. If
- the target version is JBossAS 6, then simply specify "-Das.version=6" (i.e. only the
- major version number needs to be specified).
- </para>
<note>
<para>
Please note that RiftSaw should not be deployed while JBoss AS is running.
@@ -119,7 +117,7 @@
<para>
<tip>
The above installation steps are meant to be for riftsaw single server 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=true' in the command line. For detail, please refer to <filename>userGuide</filename>'s RiftSaw Clustering Support chapter.
+ the JBoss AS instance as 'all' config, or add '-Dclustering.support=true' in the command line. For detail, please refer to the <filename>User Guide</filename>'s RiftSaw Clustering Support chapter.
</tip>
</para>
13 years, 5 months
riftsaw SVN: r1408 - trunk.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2011-06-29 09:17:13 -0400 (Wed, 29 Jun 2011)
New Revision: 1408
Modified:
trunk/pom.xml
Log:
* updated the riftsaw-ode and bpel.console version.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-06-29 13:15:02 UTC (rev 1407)
+++ trunk/pom.xml 2011-06-29 13:17:13 UTC (rev 1408)
@@ -85,9 +85,9 @@
</profiles>
<properties>
- <riftsaw.ode.version>2.3.0-SNAPSHOT</riftsaw.ode.version>
+ <riftsaw.ode.version>2.3.0.Final</riftsaw.ode.version>
<riftsaw.engine.version>2.3.0-SNAPSHOT</riftsaw.engine.version>
- <bpel.console.version>2.2.5-SNAPSHOT</bpel.console.version>
+ <bpel.console.version>2.2.5.Final</bpel.console.version>
<activity.monitor.model.version>1.0.0.Final</activity.monitor.model.version>
<dsp.version>1.0.0.Final</dsp.version>
<commons.logging.version>1.1.1</commons.logging.version>
@@ -504,7 +504,11 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
-
+ <repository>
+ <id>riftsaw-ode-2.3.0-Final-staging</id>
+ <name>Riftsaw-ode 2.3.0.Final staging repo</name>
+ <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...</url>
+ </repository>
</repositories>
</project>
13 years, 5 months
riftsaw SVN: r1407 - branches/ODE/RiftSaw-ODE-trunk.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2011-06-29 09:15:02 -0400 (Wed, 29 Jun 2011)
New Revision: 1407
Modified:
branches/ODE/RiftSaw-ODE-trunk/pom.xml
Log:
* Added maven-sources plugin, thats required for jboss nexus publish criteria.
Modified: branches/ODE/RiftSaw-ODE-trunk/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
+++ branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-06-29 13:15:02 UTC (rev 1407)
@@ -191,6 +191,26 @@
</modules>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<plugin>
@@ -280,6 +300,19 @@
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>
</build>
13 years, 5 months
riftsaw SVN: r1406 - in branches/ODE/RiftSaw-ODE-trunk: agents and 33 other directories.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2011-06-29 08:09:57 -0400 (Wed, 29 Jun 2011)
New Revision: 1406
Modified:
branches/ODE/RiftSaw-ODE-trunk/agents/pom.xml
branches/ODE/RiftSaw-ODE-trunk/axis2-war/pom.xml
branches/ODE/RiftSaw-ODE-trunk/axis2/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-api-jca/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-api/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-connector/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-dao/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-epr/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-ql/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-schemas/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-scripts/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-store/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-hibernate-db/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-hibernate/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa-db/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/.classpath
branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa-derby/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa/pom.xml
branches/ODE/RiftSaw-ODE-trunk/dao-jpa/pom.xml
branches/ODE/RiftSaw-ODE-trunk/distro/pom.xml
branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jacob/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jbi-bundle/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jbi-karaf/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jbi/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jca-ra/pom.xml
branches/ODE/RiftSaw-ODE-trunk/jca-server/pom.xml
branches/ODE/RiftSaw-ODE-trunk/pom.xml
branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/pom.xml
branches/ODE/RiftSaw-ODE-trunk/tools/pom.xml
branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
Log:
* bump version to 2.3.0.Final.
Modified: branches/ODE/RiftSaw-ODE-trunk/agents/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/agents/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/agents/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,6 +28,6 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
</project>
Modified: branches/ODE/RiftSaw-ODE-trunk/axis2/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/axis2/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/axis2/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
Modified: branches/ODE/RiftSaw-ODE-trunk/axis2-war/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/axis2-war/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/axis2-war/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-api/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-api/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-api/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-api-jca/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-api-jca/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-api-jca/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-connector/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-connector/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-connector/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-dao/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-dao/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-dao/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-epr/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-epr/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-epr/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-ql/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-ql/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-ql/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-schemas/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-schemas/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-schemas/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-scripts/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-scripts/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-scripts/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,6 +27,6 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
</project>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-store/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-store/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-store/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-hibernate/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-hibernate/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-hibernate/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-hibernate-db/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-hibernate-db/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-hibernate-db/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa-db/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa-db/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa-db/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/.classpath
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/.classpath 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/.classpath 2011-06-29 12:09:57 UTC (rev 1406)
@@ -6,12 +6,11 @@
<classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4/mail-1.4.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/jboss/bpm/activity-monitor-model/1.0.0-Beta1/activity-monitor-model-1.0.0-Beta1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/bpm/activity-monitor-model/1.0.0.Final/activity-monitor-model-1.0.0.Final.jar"/>
<classpathentry kind="var" path="M2_REPO/annogen/annogen/0.1.0/annogen-0.1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.7.0/ant-1.7.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar"/>
<classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>
- <classpathentry kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/ws/commons/axiom/axiom-api/1.2.7/axiom-api-1.2.7.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/ws/commons/axiom/axiom-dom/1.2.7/axiom-dom-1.2.7.jar"/>
@@ -42,7 +41,6 @@
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/1.0/geronimo-j2ee-connector_1.5_spec-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.2/geronimo-javamail_1.4_spec-1.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-jpa_1.0_spec/1.1.2/geronimo-jpa_1.0_spec-1.1.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.0.1/geronimo-jta_1.0.1B_spec-1.0.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
@@ -64,7 +62,6 @@
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
<classpathentry kind="var" path="M2_REPO/logkit/logkit/1.0.1/logkit-1.0.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/apache/openjpa/openjpa/1.3.0-SNAPSHOT/openjpa-1.3.0-SNAPSHOT.jar"/>
<classpathentry kind="src" path="/riftsaw-bpel-api"/>
<classpathentry kind="src" path="/riftsaw-bpel-dao"/>
<classpathentry kind="src" path="/riftsaw-bpel-epr"/>
@@ -72,21 +69,14 @@
<classpathentry kind="src" path="/riftsaw-bpel-schemas"/>
<classpathentry kind="src" path="/riftsaw-dao-jpa"/>
<classpathentry kind="src" path="/riftsaw-utils"/>
- <classpathentry kind="var" path="M2_REPO/net/sf/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar"/>
- <classpathentry kind="var" path="M2_REPO/net/sf/saxon/saxon-dom/9.1.0.8/saxon-dom-9.1.0.8.jar"/>
- <classpathentry kind="var" path="M2_REPO/net/sf/saxon/saxon-xpath/9.1.0.8/saxon-xpath-9.1.0.8.jar"/>
- <classpathentry kind="var" path="M2_REPO/net/sf/saxon/saxon-xqj/9.1.0.8/saxon-xqj-9.1.0.8.jar"/>
+ <classpathentry kind="var" path="M2_REPO/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar"/>
+ <classpathentry kind="var" path="M2_REPO/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar"/>
+ <classpathentry kind="var" path="M2_REPO/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-xpath.jar"/>
+ <classpathentry kind="var" path="M2_REPO/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-xqj.jar"/>
<classpathentry kind="var" path="M2_REPO/xalan/serializer/2.7.1/serializer-2.7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/2.0.6/spring-aop-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/2.0.6/spring-beans-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/2.0.6/spring-context-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/2.0.6/spring-core-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-dao/2.0.6/spring-dao-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-jms/2.0.6/spring-jms-2.0.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/springframework/spring-support/2.0.6/spring-support-2.0.6.jar"/>
<classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
<classpathentry kind="var" path="M2_REPO/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4.jar"/>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa-hibernate/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa-derby/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa-derby/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/dao-jpa-ojpa-derby/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.examples</groupId>
<artifactId>ping-pong-bundle</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>ODE :: examples :: Ping Pong OSGi </name>
<packaging>bundle</packaging>
Modified: branches/ODE/RiftSaw-ODE-trunk/jacob/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jacob/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jacob/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/jbi/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jbi/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jbi/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
Modified: branches/ODE/RiftSaw-ODE-trunk/jbi-bundle/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jbi-bundle/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jbi-bundle/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -32,7 +32,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<build>
Modified: branches/ODE/RiftSaw-ODE-trunk/jbi-karaf/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jbi-karaf/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jbi-karaf/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<artifactId>riftsaw-jbi-karaf</artifactId>
Modified: branches/ODE/RiftSaw-ODE-trunk/jca-ra/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jca-ra/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jca-ra/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/jca-server/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jca-server/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/jca-server/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -8,7 +8,7 @@
</description>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<url>http://ode.apache.org</url>
<issueManagement>
<system>jira</system>
@@ -82,7 +82,7 @@
</prerequisites>
-->
<properties>
- <ode.version>2.3.0-SNAPSHOT</ode.version>
+ <ode.version>2.3.0.Final</ode.version>
<activation.version>1.1</activation.version>
<annogen.version>0.1.0</annogen.version>
<antlr.version>2.7.7</antlr.version>
Modified: branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/tools/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/tools/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/tools/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
+++ branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-06-29 12:09:57 UTC (rev 1406)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
13 years, 5 months
riftsaw SVN: r1405 - in trunk: runtime/engine-assembly and 2 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-06-29 08:00:34 -0400 (Wed, 29 Jun 2011)
New Revision: 1405
Modified:
trunk/distribution/src/main/assembly/bin.xml
trunk/runtime/engine-assembly/pom.xml
trunk/runtime/engine-assembly/src/main/assembly/sar.xml
trunk/samples/esb/conf/riftsaw-base-build.xml
Log:
Simplify esb samples config so that it does not reference the installation lib folder.
Modified: trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/distribution/src/main/assembly/bin.xml 2011-06-29 11:16:18 UTC (rev 1404)
+++ trunk/distribution/src/main/assembly/bin.xml 2011-06-29 12:00:34 UTC (rev 1405)
@@ -243,7 +243,6 @@
<includes>
<include>commons-codec:commons-codec</include>
<include>commons-httpclient:commons-httpclient</include>
- <include>org.jboss.soa.bpel:riftsaw-tools</include>
</includes>
</dependencySet>
Modified: trunk/runtime/engine-assembly/pom.xml
===================================================================
--- trunk/runtime/engine-assembly/pom.xml 2011-06-29 11:16:18 UTC (rev 1404)
+++ trunk/runtime/engine-assembly/pom.xml 2011-06-29 12:00:34 UTC (rev 1405)
@@ -63,6 +63,10 @@
<artifactId>riftsaw-jacob</artifactId>
</dependency>
<dependency>
+ <groupId>org.jboss.soa.bpel</groupId>
+ <artifactId>riftsaw-tools</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<exclusions>
Modified: trunk/runtime/engine-assembly/src/main/assembly/sar.xml
===================================================================
--- trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2011-06-29 11:16:18 UTC (rev 1404)
+++ trunk/runtime/engine-assembly/src/main/assembly/sar.xml 2011-06-29 12:00:34 UTC (rev 1405)
@@ -64,6 +64,7 @@
<include>org.jboss.soa.bpel:riftsaw-scheduler-simple</include>
<include>org.jboss.soa.bpel.runtime:riftsaw-uddi</include>
<include>org.jboss.soa.bpel:riftsaw-utils</include>
+ <include>org.jboss.soa.bpel:riftsaw-tools</include>
<include>net.sourceforge.saxon:saxonhe</include>
<!--
<include>net.sourceforge.saxon:saxon</include>
Modified: trunk/samples/esb/conf/riftsaw-base-build.xml
===================================================================
--- trunk/samples/esb/conf/riftsaw-base-build.xml 2011-06-29 11:16:18 UTC (rev 1404)
+++ trunk/samples/esb/conf/riftsaw-base-build.xml 2011-06-29 12:00:34 UTC (rev 1405)
@@ -15,12 +15,9 @@
<property name="riftsaw.lib.dir" value="${deploy.dir}/riftsaw.sar/lib"/>
<path id="rs-exec-classpath">
- <fileset dir="../../../modules/riftsaw.sar/lib">
+ <fileset dir="${deploy.dir}/riftsaw.sar/lib">
<include name="**/*.jar"/>
</fileset>
- <fileset dir="../../../lib">
- <include name="**/*.jar"/>
- </fileset>
<fileset dir="${server.lib.dir}">
<include name="**/*.jar"/>
</fileset>
@@ -30,10 +27,10 @@
<fileset dir="${org.jboss.as.home}/lib/endorsed">
<include name="**/*.jar"/>
</fileset>
- <fileset dir="../../../modules/bpel-console">
- <include name="**/*.jar" />
- </fileset>
- <fileset dir="${deploy.dir}/bpel-console/gwt-console-server.war/WEB-INF/lib">
+ <fileset dir="${deploy.dir}/bpel-console">
+ <include name="**/*.jar" />
+ </fileset>
+ <fileset dir="${deploy.dir}/bpel-console/gwt-console-server.war/WEB-INF/lib">
<include name="**/gson-*.jar"/>
</fileset>
</path>
13 years, 5 months
riftsaw SVN: r1404 - in trunk/samples: esb and 1 other directory.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-06-29 07:16:18 -0400 (Wed, 29 Jun 2011)
New Revision: 1404
Removed:
trunk/samples/common/
trunk/samples/esb/bpel_helloworld/
trunk/samples/esb/bpel_helloworld_saml/
trunk/samples/esb/bpel_loan_fault/
Log:
Remove unwanted example and common config file.
13 years, 5 months
riftsaw SVN: r1403 - trunk/distribution/src/main/assembly.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-06-29 06:50:01 -0400 (Wed, 29 Jun 2011)
New Revision: 1403
Modified:
trunk/distribution/src/main/assembly/bin.xml
Log:
Update examples to point to new conf location.
Modified: trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/distribution/src/main/assembly/bin.xml 2011-06-29 10:48:49 UTC (rev 1402)
+++ trunk/distribution/src/main/assembly/bin.xml 2011-06-29 10:50:01 UTC (rev 1403)
@@ -88,14 +88,15 @@
<directory>../samples</directory>
<outputDirectory>samples</outputDirectory>
<includes>
- <include>common/**</include>
- <include>esb/bpel_helloworld/**</include>
- <include>esb/bpel_helloworld_saml/**</include>
- <include>esb/bpel_loan_fault/**</include>
+ <include>esb/conf/**</include>
+ <include>esb/esb_helloworld/**</include>
+ <include>esb/esb_helloworld_saml/**</include>
+ <include>esb/esb_loan_fault/**</include>
<include>esb/invoke_esb_ebws/**</include>
<include>esb/simple_esb_proxy_invoke/**</include>
<include>esb/simple_esb_proxy_invoke2/**</include>
<include>quickstart/bpel_event_listener/**</include>
+ <include>quickstart/conf/**</include>
<include>quickstart/dynpartner/**</include>
<include>quickstart/fault_compensation/**</include>
<include>quickstart/hello_world/**</include>
13 years, 5 months
riftsaw SVN: r1402 - in trunk/samples: esb/conf and 34 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2011-06-29 06:48:49 -0400 (Wed, 29 Jun 2011)
New Revision: 1402
Added:
trunk/samples/esb/conf/
trunk/samples/esb/conf/riftsaw-base-build.xml
trunk/samples/esb/esb_helloworld/
trunk/samples/esb/esb_helloworld/build.xml
trunk/samples/esb/esb_helloworld_saml/
trunk/samples/esb/esb_helloworld_saml/build.xml
trunk/samples/esb/esb_loan_fault/
trunk/samples/esb/esb_loan_fault/build.xml
trunk/samples/quickstart/conf/
trunk/samples/quickstart/conf/riftsaw-base-build.xml
Removed:
trunk/samples/esb/esb_helloworld/build.xml
trunk/samples/esb/esb_helloworld_saml/build.xml
trunk/samples/esb/esb_loan_fault/build.xml
Modified:
trunk/samples/esb/invoke_esb_ebws/build.xml
trunk/samples/esb/simple_esb_proxy_invoke/build.xml
trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
trunk/samples/quickstart/bpel_event_listener/build.xml
trunk/samples/quickstart/dynpartner/build.xml
trunk/samples/quickstart/fault_compensation/build.xml
trunk/samples/quickstart/hello_world/build.xml
trunk/samples/quickstart/hello_world_header_ode/build.xml
trunk/samples/quickstart/hello_world_header_wsdl/build.xml
trunk/samples/quickstart/loan_approval/build.xml
trunk/samples/quickstart/management/build.xml
trunk/samples/quickstart/math/build.xml
trunk/samples/quickstart/order_management/build.xml
trunk/samples/quickstart/salutations/build.xml
trunk/samples/quickstart/say_hello/build.xml
trunk/samples/quickstart/secure_invoke/build.xml
trunk/samples/quickstart/secure_service/build.xml
trunk/samples/quickstart/service_handler/build.xml
trunk/samples/quickstart/simple_correlation/build.xml
trunk/samples/quickstart/simple_correlation_header/build.xml
trunk/samples/quickstart/simple_flow/build.xml
trunk/samples/quickstart/simple_invoke/build.xml
trunk/samples/quickstart/simple_pick/build.xml
trunk/samples/quickstart/while_wait/build.xml
trunk/samples/tutorial/BPEL-BluePrint1/build.xml
trunk/samples/tutorial/BPEL-BluePrint2/build.xml
trunk/samples/tutorial/BPEL-BluePrint3/build.xml
trunk/samples/tutorial/BPEL-BluePrint4/build.xml
trunk/samples/tutorial/BPEL-BluePrint5/build.xml
Log:
Update examples to point to new conf location.
Added: trunk/samples/esb/conf/riftsaw-base-build.xml
===================================================================
--- trunk/samples/esb/conf/riftsaw-base-build.xml (rev 0)
+++ trunk/samples/esb/conf/riftsaw-base-build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -0,0 +1,41 @@
+<project name="riftsaw-base-build" basedir=".">
+
+ <!-- Import the base Ant build script... -->
+ <property file="../../../install/deployment.properties" />
+
+ <!-- Import the base Ant build script... -->
+ <import file="${org.jboss.esb.home}/samples/quickstarts/conf/base-build.xml"/>
+
+ <property name="server.dir" value="${org.jboss.as.home}/server/${org.jboss.as.config}"/>
+ <property name="conf.dir" value="${server.dir}/conf"/>
+ <property name="deploy.dir" value="${server.dir}/deploy"/>
+ <property name="deployers.dir" value="${server.dir}/deployers"/>
+ <property name="server.lib.dir" value="${server.dir}/lib"/>
+ <property name="server.client.dir" value="${org.jboss.as.home}/client"/>
+ <property name="riftsaw.lib.dir" value="${deploy.dir}/riftsaw.sar/lib"/>
+
+ <path id="rs-exec-classpath">
+ <fileset dir="../../../modules/riftsaw.sar/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="../../../lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${server.lib.dir}">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${server.client.dir}">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${org.jboss.as.home}/lib/endorsed">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="../../../modules/bpel-console">
+ <include name="**/*.jar" />
+ </fileset>
+ <fileset dir="${deploy.dir}/bpel-console/gwt-console-server.war/WEB-INF/lib">
+ <include name="**/gson-*.jar"/>
+ </fileset>
+ </path>
+
+</project>
Deleted: trunk/samples/esb/esb_helloworld/build.xml
===================================================================
--- trunk/samples/esb/bpel_helloworld/build.xml 2011-06-24 06:32:41 UTC (rev 1392)
+++ trunk/samples/esb/esb_helloworld/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -1,45 +0,0 @@
-<project name="Quickstart_esb_bpel_hello_world" default="deploy" basedir=".">
-
- <description>
- ${ant.project.name}
- ${line.separator}
- </description>
-
- <property file="../../../install/deployment.properties" />
- <import file="../../common/base-build.xml"/>
-
- <property name="version" value="1" />
-
- <property name="sample.esb.name" value="${ant.project.name}.esb" />
-
- <target name="deployesb" >
- <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
- </target>
-
- <target name="undeployesb">
- <delete file="${deploy.dir}/${sample.esb.name}"/>
- </target>
-
- <target name="deploy" depends="deployesb" >
- <echo>Deploy ${ant.project.name}</echo>
- </target>
-
- <target name="undeploy" depends="undeployesb" >
- <echo>Undeploy ${ant.project.name}</echo>
- </target>
-
- <!-- Import the base Ant build script... -->
- <import file="${org_jboss_esb_home}/samples/quickstarts/conf/base-build.xml"/>
-
- <target name="runtest" depends="compile"
- description="Will send an esb Message">
- <echo>Runs Test ESB Message Sender</echo>
- <java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage" failonerror="true">
- <arg value="HelloWorldBPELESB"/> <!-- service category -->
- <arg value="SayHello"/> <!-- service name -->
- <arg value="Hello World via ESB to BPEL"/> <!-- Message text -->
- <classpath refid="exec-classpath"/>
- </java>
- </target>
-
-</project>
Copied: trunk/samples/esb/esb_helloworld/build.xml (from rev 1401, trunk/samples/esb/bpel_helloworld/build.xml)
===================================================================
--- trunk/samples/esb/esb_helloworld/build.xml (rev 0)
+++ trunk/samples/esb/esb_helloworld/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -0,0 +1,41 @@
+<project name="Quickstart_esb_bpel_hello_world" default="deploy" basedir=".">
+
+ <description>
+ ${ant.project.name}
+ ${line.separator}
+ </description>
+
+ <import file="../conf/riftsaw-base-build.xml"/>
+
+ <property name="version" value="1" />
+
+ <property name="sample.esb.name" value="${ant.project.name}.esb" />
+
+ <target name="deployesb" >
+ <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
+ </target>
+
+ <target name="undeployesb">
+ <delete file="${deploy.dir}/${sample.esb.name}"/>
+ </target>
+
+ <target name="deploy" depends="deployesb" >
+ <echo>Deploy ${ant.project.name}</echo>
+ </target>
+
+ <target name="undeploy" depends="undeployesb" >
+ <echo>Undeploy ${ant.project.name}</echo>
+ </target>
+
+ <target name="runtest" depends="compile"
+ description="Will send an esb Message">
+ <echo>Runs Test ESB Message Sender</echo>
+ <java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage" failonerror="true">
+ <arg value="HelloWorldBPELESB"/> <!-- service category -->
+ <arg value="SayHello"/> <!-- service name -->
+ <arg value="Hello World via ESB to BPEL"/> <!-- Message text -->
+ <classpath refid="exec-classpath"/>
+ </java>
+ </target>
+
+</project>
Deleted: trunk/samples/esb/esb_helloworld_saml/build.xml
===================================================================
--- trunk/samples/esb/bpel_helloworld_saml/build.xml 2011-06-24 06:32:41 UTC (rev 1392)
+++ trunk/samples/esb/esb_helloworld_saml/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -1,159 +0,0 @@
-<project name="Quickstart_bpel_hello_world_saml" default="deploy" basedir=".">
-
- <description>
- ${ant.project.name}
- ${line.separator}
- </description>
-
-
- <property name="deployers.dir" value="${deploy.dir}/../deployers"/>
-
-
- <!-- additional deploys -->
-
- <property name="additional.deploys" value="jboss-wsse-client.xml sts-client.properties, jboss-service.xml, login-config.xml, HelloWorldWS.wsdl"/>
-
- <property name="stswar.build.dir" location="build/war/classes"/>
-
- <target name="build-picklink-sts" description="make picklink-sts war">
-
- <!-- War... -->
- <jar destfile="build/picketlink-sts.war"
- basedir="${basedir}/picketlink-sts" />
-
-<!--
- <war warfile="build/picketlink-sts.war"
- webxml="${basedir}/picketlink-sts/WEB-INF/web.xml">
- <webinf dir="${basedir}/picketlink-sts/WEB-INF">
- <include name="jboss-web.xml"/>
- <include name="jboss-wsse-server.xml"/>
- </webinf>
- <fileset dir="${basedir}/war/view">
- <include name="**/*"/>
- </fileset>
- <classes dir="${basedir}">
- <include name="juddi.properties"/>
- </classes>
- </war>
--->
- </target>
-
- <target name="quickstart-specific-predeploys" depends="build-picklink-sts" >
- <!-- <copy todir="${deploy.dir}/../conf"
- file="${basedir}/sts-login-config.xml"/> -->
- <copy todir="${deploy.dir}/../conf/props"
- file="${basedir}/props/sts-users.properties"/>
- <copy todir="${deploy.dir}/../conf/props"
- file="${basedir}/props/sts-roles.properties"/>
- <copy file="${basedir}/build/picketlink-sts.war" todir="${deploy.dir}"/>
- </target>
-
- <target name="quickstart-specific-undeploys">
- <delete file="${deploy.dir}/picketlink-sts.war"/>
- <delete file="${deploy.dir}/../conf/sts-login-config.xml"/>
- <delete file="${deploy.dir}/../conf/props/saml-users.properties"/>
- <delete file="${deploy.dir}/../conf/props/saml-roles.properties"/>
- </target>
-
-
- <target name="quickstart-specific-clean">
- <delete file="${basedir}/login-config.xml"/>
- </target>
-
-
- <property name="version" value="1" />
-
- <property file="../../../install/deployment.properties" />
- <import file="../../common/base-build.xml"/>
-
- <property name="sample.jar.name" value="${ant.project.name}-${version}.jar" />
- <property name="sample.esb.name" value="${ant.project.name}.esb" />
-
- <property name="war.build.dir" location="build/war/classes"/>
-
- <path id="compile-classpath">
- <fileset dir="${org_jboss_as_home}/client" includes="*.jar" />
- <fileset dir="${org_jboss_esb_home}/lib" includes="*.jar" />
- </path>
- <property name="compile-classpath" refid="compile-classpath"/>
-
-
- <target name="makewar" description="make war">
- <!-- Compile... -->
- <mkdir dir="${war.build.dir}" />
- <javac srcdir="war/src" destdir="${war.build.dir}" debug="true">
- <classpath>
- <path refid="compile-classpath" />
- <fileset dir="war/resources/WEB-INF/lib" includes="*.jar" />
- </classpath>
- </javac>
-
- <!-- War... -->
- <war warfile="build/${ant.project.name}WS.war"
- webxml="${basedir}/war/resources/WEB-INF/web.xml">
- <webinf dir="${basedir}/war/resources/WEB-INF">
- <include name="jboss-web.xml"/>
- </webinf>
- <classes dir="${war.build.dir}" includes="**/*.class"/>
- <fileset dir="${basedir}/war/view">
- <include name="**/*"/>
- </fileset>
- <classes dir="${basedir}">
- <include name="juddi.properties"/>
- </classes>
- </war>
- </target>
-
- <target name="deploywar" depends="makewar" >
- <copy todir="${deploy.dir}"
- file="build/${ant.project.name}WS.war"/>
- </target>
-
- <target name="undeploywar">
- <delete file="${deploy.dir}/${ant.project.name}WS.war"/>
- </target>
-
- <target name="compileesbsrc" description="compiles src for esb">
- <!-- Compile... -->
- <javac srcdir="${basedir}/src" destdir="${basedir}/esbcontent" debug="true">
- <classpath>
- <path refid="compile-classpath" />
- </classpath>
- </javac>
- </target>
-
- <target name="deployesb" depends="compileesbsrc">
- <copy file="${basedir}/login-config-unfiltered.xml" tofile="${basedir}/esbcontent/login-config.xml" filtering="true" overwrite="true">
- <filterset>
- <filter token="STS_CONFIG_FILE_PATH" value="${basedir}/esbcontent/sts-client.properties"/>
- </filterset>
- </copy>
- <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" >
- </jar>
- </target>
-
- <target name="undeployesb">
- <delete file="${deploy.dir}/${sample.esb.name}"/>
- </target>
-
- <target name="deploy" depends="deploywar,quickstart-specific-predeploys,deployesb" >
- <echo>Deploy ${ant.project.name}</echo>
- <jar basedir="bpelContent" destfile="${deploy.dir}/${sample.jar.name}" />
- </target>
-
- <target name="undeploy" depends="undeploywar,undeployesb,quickstart-specific-undeploys" >
- <echo>Undeploy ${ant.project.name}</echo>
- <delete file="${deploy.dir}/${sample.jar.name}" />
- </target>
-
-
- <target name="sendhello">
- <echo>Send test message to: ${ant.project.name}</echo>
- <java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
- <arg value="http://localhost:8080/${ant.project.name}/ebws/BPELESBSecurity/SayHelloWi..."/>
- <arg value="messages/hello_request1.xml"/>
-<classpath refid="rs-exec-classpath"/>
- </java>
- </target>
-
-</project>
Copied: trunk/samples/esb/esb_helloworld_saml/build.xml (from rev 1401, trunk/samples/esb/bpel_helloworld_saml/build.xml)
===================================================================
--- trunk/samples/esb/esb_helloworld_saml/build.xml (rev 0)
+++ trunk/samples/esb/esb_helloworld_saml/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -0,0 +1,140 @@
+<project name="Quickstart_bpel_hello_world_saml" default="deploy" basedir=".">
+
+ <description>
+ ${ant.project.name}
+ ${line.separator}
+ </description>
+
+
+ <property name="deployers.dir" value="${deploy.dir}/../deployers"/>
+
+
+ <!-- additional deploys -->
+
+ <property name="additional.deploys" value="jboss-wsse-client.xml sts-client.properties, jboss-service.xml, login-config.xml, HelloWorldWS.wsdl"/>
+
+ <property name="stswar.build.dir" location="build/war/classes"/>
+
+ <target name="build-picklink-sts" description="make picklink-sts war">
+
+ <!-- War... -->
+ <jar destfile="build/picketlink-sts.war"
+ basedir="${basedir}/picketlink-sts" />
+ </target>
+
+ <target name="quickstart-specific-predeploys" depends="build-picklink-sts" >
+ <copy todir="${deploy.dir}/../conf/props"
+ file="${basedir}/props/sts-users.properties"/>
+ <copy todir="${deploy.dir}/../conf/props"
+ file="${basedir}/props/sts-roles.properties"/>
+ <copy file="${basedir}/build/picketlink-sts.war" todir="${deploy.dir}"/>
+ </target>
+
+ <target name="quickstart-specific-undeploys">
+ <delete file="${deploy.dir}/picketlink-sts.war"/>
+ <delete file="${deploy.dir}/../conf/sts-login-config.xml"/>
+ <delete file="${deploy.dir}/../conf/props/saml-users.properties"/>
+ <delete file="${deploy.dir}/../conf/props/saml-roles.properties"/>
+ </target>
+
+
+ <target name="quickstart-specific-clean">
+ <delete file="${basedir}/login-config.xml"/>
+ </target>
+
+
+ <property name="version" value="1" />
+
+ <import file="../conf/riftsaw-base-build.xml"/>
+
+ <property name="sample.jar.name" value="${ant.project.name}-${version}.jar" />
+ <property name="sample.esb.name" value="${ant.project.name}.esb" />
+
+ <property name="war.build.dir" location="build/war/classes"/>
+
+ <path id="compile-classpath">
+ <fileset dir="${org.jboss.as.home}/client" includes="*.jar" />
+ <fileset dir="${org.jboss.esb.home}/lib" includes="*.jar" />
+ </path>
+ <property name="compile-classpath" refid="compile-classpath"/>
+
+
+ <target name="makewar" description="make war">
+ <!-- Compile... -->
+ <mkdir dir="${war.build.dir}" />
+ <javac srcdir="war/src" destdir="${war.build.dir}" debug="true">
+ <classpath>
+ <path refid="compile-classpath" />
+ <fileset dir="war/resources/WEB-INF/lib" includes="*.jar" />
+ </classpath>
+ </javac>
+
+ <!-- War... -->
+ <war warfile="build/${ant.project.name}WS.war"
+ webxml="${basedir}/war/resources/WEB-INF/web.xml">
+ <webinf dir="${basedir}/war/resources/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
+ <classes dir="${war.build.dir}" includes="**/*.class"/>
+ <fileset dir="${basedir}/war/view">
+ <include name="**/*"/>
+ </fileset>
+ <classes dir="${basedir}">
+ <include name="juddi.properties"/>
+ </classes>
+ </war>
+ </target>
+
+ <target name="deploywar" depends="makewar" >
+ <copy todir="${deploy.dir}"
+ file="build/${ant.project.name}WS.war"/>
+ </target>
+
+ <target name="undeploywar">
+ <delete file="${deploy.dir}/${ant.project.name}WS.war"/>
+ </target>
+
+ <target name="compileesbsrc" description="compiles src for esb">
+ <!-- Compile... -->
+ <javac srcdir="${basedir}/src" destdir="${basedir}/esbcontent" debug="true">
+ <classpath>
+ <path refid="compile-classpath" />
+ </classpath>
+ </javac>
+ </target>
+
+ <target name="deployesb" depends="compileesbsrc">
+ <copy file="${basedir}/login-config-unfiltered.xml" tofile="${basedir}/esbcontent/login-config.xml" filtering="true" overwrite="true">
+ <filterset>
+ <filter token="STS_CONFIG_FILE_PATH" value="${basedir}/esbcontent/sts-client.properties"/>
+ </filterset>
+ </copy>
+ <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" >
+ </jar>
+ </target>
+
+ <target name="undeployesb">
+ <delete file="${deploy.dir}/${sample.esb.name}"/>
+ </target>
+
+ <target name="deploy" depends="deploywar,quickstart-specific-predeploys,deployesb" >
+ <echo>Deploy ${ant.project.name}</echo>
+ <jar basedir="bpelContent" destfile="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+ <target name="undeploy" depends="undeploywar,undeployesb,quickstart-specific-undeploys" >
+ <echo>Undeploy ${ant.project.name}</echo>
+ <delete file="${deploy.dir}/${sample.jar.name}" />
+ </target>
+
+
+ <target name="sendhello">
+ <echo>Send test message to: ${ant.project.name}</echo>
+ <java classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
+ <arg value="http://localhost:8080/${ant.project.name}/ebws/BPELESBSecurity/SayHelloWi..."/>
+ <arg value="messages/hello_request1.xml"/>
+<classpath refid="rs-exec-classpath"/>
+ </java>
+ </target>
+
+</project>
Deleted: trunk/samples/esb/esb_loan_fault/build.xml
===================================================================
--- trunk/samples/esb/bpel_loan_fault/build.xml 2011-06-24 06:32:41 UTC (rev 1392)
+++ trunk/samples/esb/esb_loan_fault/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -1,46 +0,0 @@
-<project name="Quickstart_esb_bpel_loan_fault" default="deploy" basedir=".">
-
- <description>
- ${ant.project.name}
- ${line.separator}
- </description>
-
- <property file="../../../install/deployment.properties" />
- <import file="../../common/base-build.xml"/>
-
- <property name="version" value="1" />
-
- <property name="sample.esb.name" value="${ant.project.name}.esb" />
-
- <target name="deployesb" >
- <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
- </target>
-
- <target name="undeployesb">
- <delete file="${deploy.dir}/${sample.esb.name}"/>
- </target>
-
- <target name="deploy" depends="deployesb" >
- <echo>Deploy ${ant.project.name}</echo>
- </target>
-
- <target name="undeploy" depends="undeployesb" >
- <echo>Undeploy ${ant.project.name}</echo>
- </target>
-
- <!-- Import the base Ant build script... -->
- <import file="${org_jboss_esb_home}/samples/quickstarts/conf/base-build.xml"/>
-
- <target name="runtest" depends="compile"
- description="Will send an esb Message">
- <echo>Runs Test ESB Message Sender</echo>
- <java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.loanfault.test.SendEsbMessage" failonerror="true">
- <jvmarg value="-Djava.endorsed.dirs=${org.jboss.esb.server.home}/lib/endorsed"/>
- <arg value="LoanFaultBPELESB"/> <!-- service category -->
- <arg value="LoanFail"/> <!-- service name -->
- <arg value="<request><firstName>Jane</firstName><name>Bloggs</name><amount>0</amount></request>"/> <!-- Message text -->
- <classpath refid="exec-classpath"/>
- </java>
- </target>
-
-</project>
Copied: trunk/samples/esb/esb_loan_fault/build.xml (from rev 1401, trunk/samples/esb/bpel_loan_fault/build.xml)
===================================================================
--- trunk/samples/esb/esb_loan_fault/build.xml (rev 0)
+++ trunk/samples/esb/esb_loan_fault/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -0,0 +1,42 @@
+<project name="Quickstart_esb_bpel_loan_fault" default="deploy" basedir=".">
+
+ <description>
+ ${ant.project.name}
+ ${line.separator}
+ </description>
+
+ <import file="../conf/riftsaw-base-build.xml"/>
+
+ <property name="version" value="1" />
+
+ <property name="sample.esb.name" value="${ant.project.name}.esb" />
+
+ <target name="deployesb" >
+ <jar basedir="esbcontent" destfile="${deploy.dir}/${sample.esb.name}" />
+ </target>
+
+ <target name="undeployesb">
+ <delete file="${deploy.dir}/${sample.esb.name}"/>
+ </target>
+
+ <target name="deploy" depends="deployesb" >
+ <echo>Deploy ${ant.project.name}</echo>
+ </target>
+
+ <target name="undeploy" depends="undeployesb" >
+ <echo>Undeploy ${ant.project.name}</echo>
+ </target>
+
+ <target name="runtest" depends="compile"
+ description="Will send an esb Message">
+ <echo>Runs Test ESB Message Sender</echo>
+ <java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.loanfault.test.SendEsbMessage" failonerror="true">
+ <jvmarg value="-Djava.endorsed.dirs=${org.jboss.esb.server.home}/lib/endorsed"/>
+ <arg value="LoanFaultBPELESB"/> <!-- service category -->
+ <arg value="LoanFail"/> <!-- service name -->
+ <arg value="<request><firstName>Jane</firstName><name>Bloggs</name><amount>0</amount></request>"/> <!-- Message text -->
+ <classpath refid="exec-classpath"/>
+ </java>
+ </target>
+
+</project>
Modified: trunk/samples/esb/invoke_esb_ebws/build.xml
===================================================================
--- trunk/samples/esb/invoke_esb_ebws/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/esb/invoke_esb_ebws/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/esb/simple_esb_proxy_invoke/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/esb/simple_esb_proxy_invoke2/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke2/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/esb/simple_esb_proxy_invoke2/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/bpel_event_listener/build.xml
===================================================================
--- trunk/samples/quickstart/bpel_event_listener/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/bpel_event_listener/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="sample.jar.name" value="${ant.project.name}.jar" />
Added: trunk/samples/quickstart/conf/riftsaw-base-build.xml
===================================================================
--- trunk/samples/quickstart/conf/riftsaw-base-build.xml (rev 0)
+++ trunk/samples/quickstart/conf/riftsaw-base-build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -0,0 +1,38 @@
+<project name="riftsaw-base-build" basedir=".">
+
+ <!-- Import the base Ant build script... -->
+ <property file="../../../install/deployment.properties" />
+
+ <property name="server.dir" value="${org.jboss.as.home}/server/${org.jboss.as.config}"/>
+ <property name="conf.dir" value="${server.dir}/conf"/>
+ <property name="deploy.dir" value="${server.dir}/deploy"/>
+ <property name="deployers.dir" value="${server.dir}/deployers"/>
+ <property name="server.lib.dir" value="${server.dir}/lib"/>
+ <property name="server.client.dir" value="${org.jboss.as.home}/client"/>
+ <property name="riftsaw.lib.dir" value="${deploy.dir}/riftsaw.sar/lib"/>
+
+ <path id="rs-exec-classpath">
+ <fileset dir="${deploy.dir}/riftsaw.sar/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="../../../lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${server.lib.dir}">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${server.client.dir}">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${org.jboss.as.home}/lib/endorsed">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="${deploy.dir}/bpel-console">
+ <include name="**/*.jar" />
+ </fileset>
+ <fileset dir="${deploy.dir}/bpel-console/gwt-console-server.war/WEB-INF/lib">
+ <include name="**/gson-*.jar"/>
+ </fileset>
+ </path>
+
+</project>
Modified: trunk/samples/quickstart/dynpartner/build.xml
===================================================================
--- trunk/samples/quickstart/dynpartner/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/dynpartner/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/fault_compensation/build.xml
===================================================================
--- trunk/samples/quickstart/fault_compensation/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/fault_compensation/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -18,8 +18,7 @@
</sequential>
</macrodef>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/hello_world/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/hello_world/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/hello_world_header_ode/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_ode/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/hello_world_header_ode/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/hello_world_header_wsdl/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/loan_approval/build.xml
===================================================================
--- trunk/samples/quickstart/loan_approval/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/loan_approval/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/management/build.xml
===================================================================
--- trunk/samples/quickstart/management/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/management/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="build.dir" location="target/build/classes"/>
Modified: trunk/samples/quickstart/math/build.xml
===================================================================
--- trunk/samples/quickstart/math/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/math/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/order_management/build.xml
===================================================================
--- trunk/samples/quickstart/order_management/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/order_management/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,8 +6,7 @@
</description>
<!-- Import the base Ant build script... -->
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/salutations/build.xml
===================================================================
--- trunk/samples/quickstart/salutations/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/salutations/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/say_hello/build.xml
===================================================================
--- trunk/samples/quickstart/say_hello/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/say_hello/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/secure_invoke/build.xml
===================================================================
--- trunk/samples/quickstart/secure_invoke/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/secure_invoke/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/secure_service/build.xml
===================================================================
--- trunk/samples/quickstart/secure_service/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/secure_service/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/service_handler/build.xml
===================================================================
--- trunk/samples/quickstart/service_handler/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/service_handler/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/simple_correlation/build.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/simple_correlation/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/simple_correlation_header/build.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation_header/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/simple_correlation_header/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/simple_flow/build.xml
===================================================================
--- trunk/samples/quickstart/simple_flow/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/simple_flow/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/simple_invoke/build.xml
===================================================================
--- trunk/samples/quickstart/simple_invoke/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/simple_invoke/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/simple_pick/build.xml
===================================================================
--- trunk/samples/quickstart/simple_pick/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/simple_pick/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/quickstart/while_wait/build.xml
===================================================================
--- trunk/samples/quickstart/while_wait/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/quickstart/while_wait/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -5,8 +5,7 @@
${line.separator}
</description>
- <property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/tutorial/BPEL-BluePrint1/build.xml
===================================================================
--- trunk/samples/tutorial/BPEL-BluePrint1/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/tutorial/BPEL-BluePrint1/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,7 +6,7 @@
</description>
<property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../../quickstart/conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/tutorial/BPEL-BluePrint2/build.xml
===================================================================
--- trunk/samples/tutorial/BPEL-BluePrint2/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/tutorial/BPEL-BluePrint2/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,7 +6,7 @@
</description>
<property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../../quickstart/conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/tutorial/BPEL-BluePrint3/build.xml
===================================================================
--- trunk/samples/tutorial/BPEL-BluePrint3/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/tutorial/BPEL-BluePrint3/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,7 +6,7 @@
</description>
<property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../../quickstart/conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/tutorial/BPEL-BluePrint4/build.xml
===================================================================
--- trunk/samples/tutorial/BPEL-BluePrint4/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/tutorial/BPEL-BluePrint4/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,7 +6,7 @@
</description>
<property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../../quickstart/conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
Modified: trunk/samples/tutorial/BPEL-BluePrint5/build.xml
===================================================================
--- trunk/samples/tutorial/BPEL-BluePrint5/build.xml 2011-06-28 16:36:46 UTC (rev 1401)
+++ trunk/samples/tutorial/BPEL-BluePrint5/build.xml 2011-06-29 10:48:49 UTC (rev 1402)
@@ -6,7 +6,7 @@
</description>
<property file="../../../install/deployment.properties" />
- <import file="../../common/riftsaw-base-build.xml"/>
+ <import file="../../quickstart/conf/riftsaw-base-build.xml"/>
<property name="version" value="1" />
13 years, 5 months