Author: jeff.yuchang
Date: 2010-03-01 11:45:34 -0500 (Mon, 01 Mar 2010)
New Revision: 521
Modified:
trunk/distribution/src/main/release/ReleaseNotes.txt
trunk/distribution/src/main/release/install/build.xml
trunk/distribution/src/main/release/version.properties
trunk/integration-tests/build.xml
trunk/integration-tests/pom.xml
Log:
* update the JBossWS-CXF version into 3.2.2.GA
* update the AS startup time to 2min30sec by default.
* add the 2.0-CR2 releast notes.
Modified: trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- trunk/distribution/src/main/release/ReleaseNotes.txt 2010-03-01 09:58:45 UTC (rev
520)
+++ trunk/distribution/src/main/release/ReleaseNotes.txt 2010-03-01 16:45:34 UTC (rev
521)
@@ -1,3 +1,16 @@
+RiftSaw 2.0-CR2
+===============
+
+This is the second candidate release of RiftSaw 2.0 - the JBoss BPEL server.
+
+This release is a mainly bug fix release, but we also do enhancements on the UDDI
features and updated our admin console
+into 2.0.1 version, which is the Errai based BPM console. In the database support area,
we now support the
+HSQL, MySQL, Postgres, Oracle(10g) and SqlServer. For the web service stack, it also
fully supports the jbossws-cxf 3.2.2.GA now.
+
+The detailed report for this release can be found at:
+https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12314266&styleName=Html&projectId=12310843&Create=Create
+
+
RiftSaw 2.0-CR1
===============
Modified: trunk/distribution/src/main/release/install/build.xml
===================================================================
--- trunk/distribution/src/main/release/install/build.xml 2010-03-01 09:58:45 UTC (rev
520)
+++ trunk/distribution/src/main/release/install/build.xml 2010-03-01 16:45:34 UTC (rev
521)
@@ -20,7 +20,7 @@
<!-- ws stack provider -->
<property name="ws.stack" value="default" />
- <property name="ws.version" value="3.2.1.GA" />
+ <property name="ws.version" value="3.2.2.GA" />
<property name="ws.stack.distro.url"
value="http://www.jboss.org/downloading/?projectId=jbossws&u...
/>
<property name="ws.stack.dir" value="ws-stack"/>
Modified: trunk/distribution/src/main/release/version.properties
===================================================================
--- trunk/distribution/src/main/release/version.properties 2010-03-01 09:58:45 UTC (rev
520)
+++ trunk/distribution/src/main/release/version.properties 2010-03-01 16:45:34 UTC (rev
521)
@@ -1 +1 @@
-riftsaw.version=2.0-SNAPSHOT
+riftsaw.version=2.0-CR2
Modified: trunk/integration-tests/build.xml
===================================================================
--- trunk/integration-tests/build.xml 2010-03-01 09:58:45 UTC (rev 520)
+++ trunk/integration-tests/build.xml 2010-03-01 16:45:34 UTC (rev 521)
@@ -84,9 +84,9 @@
<socket server="localhost" port="1099"/>
</waitfor>
- <echo>JNP port detected, just waiting for 1 min 30 secs to ensure server
started</echo>
+ <echo>JNP port detected, just waiting for 2 min 30 secs to ensure server
started</echo>
- <sleep minutes="1" seconds="30" />
+ <sleep minutes="2" seconds="30" />
<echo>Server has started</echo>
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2010-03-01 09:58:45 UTC (rev 520)
+++ trunk/integration-tests/pom.xml 2010-03-01 16:45:34 UTC (rev 521)
@@ -278,6 +278,7 @@
<exclude>org/jboss/soa/bpel/tests/samples/TutorialBPELAtmTestCase.java</exclude>
<exclude>org/jboss/soa/bpel/tests/samples/TutorialBPELPurchaseTestCase.java</exclude>
<exclude>org/jboss/soa/bpel/tests/samples/TutorialBPELTravelAgencyTestCase.java</exclude>
+ <exclude>**/*RiftSaw163TestCase.java</exclude>
</excludes>
</configuration>
<executions>