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
===============

This is the first candidate release of RiftSaw 2.0 - the JBoss BPEL server.

This release provides full support for jbossws, as a replacement Web Service stack,
a new GWT based admin console, and database support for HSQL, MYSQL and Postgres.

The detailed report for this release can be found at:
https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12314239&styleName=Html&projectId=12310843&Create=Create

Known Issues:

RIFTSAW-127 - RiftSaw currently does not support binding SOAP header elements to WSDL message
parts, as a mechanism for enabling a BPEL process to access the SOAP header. However ODE provides
an extension mechanism to reference a SOAP header from the BPEL process, using the
'header' attribute on the copy construct.




RiftSaw 2.0-M2
==============

This is the second milestone release of RiftSaw 2.0 - the JBoss BPEL server.

The main purpose of this release is to provide early access to the JBossWS integration
and new GWT based admin console. The JBossWS integration replaces the Axis2
functionality provided in 2.0-M1.

The detailed report for this release can be found at:
https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313779&styleName=Html&projectId=12310843&Create=Create

Known Issues:

RIFTSAW-10 - Migrate from Axis2 to JBossWS

Most of the functionality has been implemented. The remaining issues relate to a BPEL
process returning a fault (RIFTSAW-91) and where a BPEL process has a WSDL interface that
imports other files (e.g. xsd or wsdl) (RIFTSAW-113).


RIFTSAW-111 - GWT/BIRT related exceptions

Some GWT and BIRT related exceptions occur when the server is started. These can
be ignored.


Database support

There are a number of database related issues. We are investigating moving from
the Hibernate to JPA based DAO implementation for ODE, to help resolve some of these issues
(RIFTSAW-115). At present we would recommend using "hsql" as an in-memory db option,
and mysql as a persistent db.

Known problems include RIFTSAW-73, exception when undeploying BPEL processes using
HSQL, and RIFTSAW-41 where a deadlock can occur when using Derby.


-----------------------------------------------------------------------------------------------

RiftSaw 2.0-M1
==============

This is the first milestone release of RiftSaw 2.0 - the JBoss BPEL server.


