- XA transaction supported thanks to new Transaction Service API and JOTM
based implementation (see eXo Platform common service). Now all optional
JSR-170 features are supported
- JDBC based workspace container tested on:
* Oracle 10g (ExpressEdition for Linux, ora-thin jdbc driver)
* Microsoft SQLServer 2005 (ExpressEdition (Windows XP), jTDS jdbc driver,
Microsoft SQLServer 2005 JDBC Driver)
* Sybase ASE 15.0 (ExpressEdition for Linux, jTDS jdbc driver)
* PostgreSQL 8.1
* MySQL 5.0
* HSQLDB 1.7/1.8.xx
- Pluggable External Value Storage API and FileSystem based implementation.
Now workspace container can be configured to use the External Value Storage
so some properties' values (for instance BLOB) can be stored externally in
flat FS files
- Some minor bugs fixed