riftsaw SVN: r1627 - in branches/RiftSaw-2.3.x: console and 21 other directories.
by riftsaw-commits@lists.jboss.org
Author: objectiser
Date: 2013-10-29 12:53:23 -0400 (Tue, 29 Oct 2013)
New Revision: 1627
Modified:
branches/RiftSaw-2.3.x/console/bpaf/pom.xml
branches/RiftSaw-2.3.x/console/bpel2svg/pom.xml
branches/RiftSaw-2.3.x/console/identity/pom.xml
branches/RiftSaw-2.3.x/console/integration/pom.xml
branches/RiftSaw-2.3.x/console/integration/src/main/java/org/jboss/soa/bpel/console/ProcessHistoryPluginImpl.java
branches/RiftSaw-2.3.x/console/pom.xml
branches/RiftSaw-2.3.x/distribution/pom.xml
branches/RiftSaw-2.3.x/docs/docbook/gettingstartedguide/pom.xml
branches/RiftSaw-2.3.x/docs/docbook/pom.xml
branches/RiftSaw-2.3.x/docs/docbook/userguide/pom.xml
branches/RiftSaw-2.3.x/integration-tests/pom.xml
branches/RiftSaw-2.3.x/pom.xml
branches/RiftSaw-2.3.x/runtime/clustering/pom.xml
branches/RiftSaw-2.3.x/runtime/deployer-as5/pom.xml
branches/RiftSaw-2.3.x/runtime/deployer-as6/pom.xml
branches/RiftSaw-2.3.x/runtime/deployer/pom.xml
branches/RiftSaw-2.3.x/runtime/engine-assembly/pom.xml
branches/RiftSaw-2.3.x/runtime/engine/pom.xml
branches/RiftSaw-2.3.x/runtime/jbossesb-bpel-assembly/pom.xml
branches/RiftSaw-2.3.x/runtime/jbossesb-bpel/pom.xml
branches/RiftSaw-2.3.x/runtime/pom.xml
branches/RiftSaw-2.3.x/runtime/uddi/pom.xml
branches/RiftSaw-2.3.x/stress-tests/pom.xml
Log:
RIFTSAW-544 Add pagination to BPEL console history queries to overcome request timeout when too many instances apply
Modified: branches/RiftSaw-2.3.x/console/bpaf/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/bpaf/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/bpaf/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>bpaf</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Console::BPAF</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<!-- Properties -->
Modified: branches/RiftSaw-2.3.x/console/bpel2svg/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/bpel2svg/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/bpel2svg/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>bpel2svg</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Console::BPEL2SVG</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/console/identity/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/identity/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/identity/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>identity</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Console::Identity</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<build>
Modified: branches/RiftSaw-2.3.x/console/integration/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/integration/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/integration/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>integration</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Console::Integration</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<!-- Properties -->
Modified: branches/RiftSaw-2.3.x/console/integration/src/main/java/org/jboss/soa/bpel/console/ProcessHistoryPluginImpl.java
===================================================================
--- branches/RiftSaw-2.3.x/console/integration/src/main/java/org/jboss/soa/bpel/console/ProcessHistoryPluginImpl.java 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/integration/src/main/java/org/jboss/soa/bpel/console/ProcessHistoryPluginImpl.java 2013-10-29 16:53:23 UTC (rev 1627)
@@ -53,56 +53,69 @@
*/
public List<HistoryProcessInstanceRef> getHistoryProcessInstances(
String definitionkey, String status, long starttime, long endtime,
- String correlationkey) {
-
- String dkey = ModelAdaptor.decodeId(definitionkey);
- List<Event> events = ds.getInstanceEvents(dkey, new Timespan(starttime, endtime, "Custom"), getStatus(status));
- List<String> instanceIds = null;
+ String correlationkey, int startpos, int maxnum) {
+
if (correlationkey != null && !("".equals(correlationkey.trim()))) {
- String ckey = null;
- try {
- ckey = URLDecoder.decode(correlationkey.replace("~", "="), "UTF-8");
- } catch (UnsupportedEncodingException e1) {
- throw new IllegalStateException("Decode correlation key of " + correlationkey + " failed.");
- }
- instanceIds = ds.getProcessInstances(dkey, "correlation-key", ckey);
+ try {
+ correlationkey = URLDecoder.decode(correlationkey.replace("~", "="), "UTF-8");
+ } catch (UnsupportedEncodingException e1) {
+ throw new IllegalStateException("Decode correlation key of " + correlationkey + " failed.");
+ }
}
- Set<String> historyInstanceIds = new HashSet<String>();
+ String dkey = ModelAdaptor.decodeId(definitionkey);
+
+ List<String> instances=ds.getProcessInstances(dkey, new Timespan(starttime, endtime, "Custom"),
+ getStatus(status), correlationkey, startpos, maxnum);
- for(Event e : events)
- {
- if(instanceIds == null || instanceIds.contains(e.getProcessInstanceID())) {
- if (e.getEventDetails().getCurrentState().equals(getStatus(status))) {
- historyInstanceIds.add(e.getProcessInstanceID());
+ Map<String,HistoryProcessInstanceRef> refmap=new java.util.HashMap<String,HistoryProcessInstanceRef>();
+
+ for (String instance : instances) {
+ List<Event> events = ds.getPastActivities(instance);
+
+ // Build map of history process instance refs
+ for (Event e : events) {
+ HistoryProcessInstanceRef ref=refmap.get(e.getProcessInstanceID());
+
+ if (ref == null) {
+ ref = new HistoryProcessInstanceRef();
+ ref.setProcessDefinitionId(e.getProcessDefinitionID());
+ ref.setProcessInstanceId(e.getProcessInstanceID());
+ ref.setState(status);
+ refmap.put(e.getProcessInstanceID(), ref);
}
- }
- }
-
- List<HistoryProcessInstanceRef> refs = new ArrayList<HistoryProcessInstanceRef>();
-
- for (String theInstanceID : historyInstanceIds) {
- List<Event> theEvents = ds.getPastActivities(theInstanceID);
- HistoryProcessInstanceRef ref = new HistoryProcessInstanceRef();
- for (Event e : theEvents) {
- ref.setProcessInstanceId(e.getProcessInstanceID());
- ref.setState(status);
- ref.setProcessDefinitionId(e.getProcessDefinitionID());
- for (Tuple tuple : e.getDataElement()) {
- if ("correlation-key".equals(tuple.getName())) {
- ref.setKey(tuple.getValue());
+
+ if (ref.getStartTime() == null || e.getTimestamp() < ref.getStartTime().getTime()) {
+ ref.setStartTime(new Date(e.getTimestamp()));
+ }
+
+ if (ref.getEndTime() == null || e.getTimestamp() > ref.getEndTime().getTime()) {
+ ref.setEndTime(new Date(e.getTimestamp()));
+ }
+
+ /** Currently not relevant as only pulls initial and final events,
+ * and rtrieving all events is less efficient, but if becomes possible
+ * then should extract correlation key.
+ */
+ if (ref.getKey() == null) {
+ for (Tuple tuple : e.getDataElement()) {
+ if ("correlation-key".equals(tuple.getName())) {
+ ref.setKey(tuple.getValue());
+ break;
+ }
}
- if ("process-start-time".equals(tuple.getName())) {
- ref.setStartTime(new Date(new Long(tuple.getValue())));
- }
- if ("process-end-time".equals(tuple.getName())) {
- ref.setEndTime(new Date(new Long(tuple.getValue())));
- }
}
}
- refs.add(ref);
}
+ List<HistoryProcessInstanceRef> refs = new ArrayList<HistoryProcessInstanceRef>(refmap.values());
+
+ Collections.sort(refs, new java.util.Comparator<HistoryProcessInstanceRef>() {
+ public int compare(HistoryProcessInstanceRef o1, HistoryProcessInstanceRef o2) {
+ return o1.getStartTime().compareTo(o2.getStartTime());
+ }
+ });
+
return refs;
}
Modified: branches/RiftSaw-2.3.x/console/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/console/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -6,13 +6,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Console</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.3.x/distribution/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/distribution/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/distribution/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -24,12 +24,12 @@
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>RiftSaw::Distribution</name>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.3.x/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/docs/docbook/gettingstartedguide/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/docs/docbook/gettingstartedguide/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>gettingstartedguide</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::gettingstartedguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
Modified: branches/RiftSaw-2.3.x/docs/docbook/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/docs/docbook/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/docs/docbook/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Docs</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/RiftSaw-2.3.x/docs/docbook/userguide/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/docs/docbook/userguide/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/docs/docbook/userguide/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>userguide</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::userguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/integration-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/integration-tests/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/integration-tests/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,12 +5,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Integration-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<properties>
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
Modified: branches/RiftSaw-2.3.x/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>pom</packaging>
<name>RiftSaw</name>
<url>http://www.jboss.org/riftsaw</url>
@@ -85,10 +85,10 @@
</profiles>
<properties>
- <riftsaw.ode.version>2.3.9-SNAPSHOT</riftsaw.ode.version>
- <riftsaw.engine.version>2.3.9-SNAPSHOT</riftsaw.engine.version>
- <bpel.console.version>2.2.12-SNAPSHOT</bpel.console.version>
- <activity.monitor.model.version>1.1.2-SNAPSHOT</activity.monitor.model.version>
+ <riftsaw.ode.version>2.3.9.Final</riftsaw.ode.version>
+ <riftsaw.engine.version>2.3.9.Final</riftsaw.engine.version>
+ <bpel.console.version>2.2.12.Final</bpel.console.version>
+ <activity.monitor.model.version>1.0.2.Final</activity.monitor.model.version>
<dsp.version>1.2.0.Final</dsp.version>
<commons.logging.version>1.1.1</commons.logging.version>
<commons.lang.version>2.4</commons.lang.version>
Modified: branches/RiftSaw-2.3.x/runtime/clustering/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/clustering/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/clustering/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-clustering</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::Clustering</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<properties>
Modified: branches/RiftSaw-2.3.x/runtime/deployer/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/deployer/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/deployer/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::Deployer</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/deployer-as5/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/deployer-as5/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/deployer-as5/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer-as5</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::Deployer-AS5</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/deployer-as6/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/deployer-as6/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/deployer-as6/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer-as6</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::Deployer-AS6</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-engine</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::Engine</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/engine-assembly/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/engine-assembly/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::Engine-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/jbossesb-bpel/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/jbossesb-bpel/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/jbossesb-bpel/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>jbossesb-bpel</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::JBossESB-BPEL</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/jbossesb-bpel-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/jbossesb-bpel-assembly/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/jbossesb-bpel-assembly/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>bpel.esb</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::JBossESB-BPEL-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/runtime/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -6,13 +6,13 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<modules>
Modified: branches/RiftSaw-2.3.x/runtime/uddi/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/uddi/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/runtime/uddi/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-uddi</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Runtime::UDDI</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-2.3.x/stress-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/stress-tests/pom.xml 2013-10-29 16:46:22 UTC (rev 1626)
+++ branches/RiftSaw-2.3.x/stress-tests/pom.xml 2013-10-29 16:53:23 UTC (rev 1627)
@@ -5,12 +5,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>stress-tests</artifactId>
<packaging>jar</packaging>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
<name>RiftSaw::Stress-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.9-SNAPSHOT</version>
+ <version>2.3.9.Final</version>
</parent>
<profiles>