cancel
Showing results for 
Search instead for 
Did you mean: 

MSSQL support for Acitiviti

michallis
Champ in-the-making
Champ in-the-making
Helo,

I want to use the Activiti engine with an MSSQL database. When i look into the Userguide i notice that mssql is in experimental phase:


Table 3.1. Supported databases
Activiti database type   Versions tested   Example JDBC URL   Notes
h2   1.2.132   jdbc:h2:tcp://localhost/activiti   Default configured database
mysql   5.1.11   jdbc:mysql://localhost:3306/activiti?autoReconnect=true   Tested using mysql-connetor-java database driver
oracle   10.2.0   jdbcSmiley Surprisedracle:thin:@localhost:1521:xe   
postgres   8.4   jdbcSmiley Tongueostgresql://localhost:5432/activiti   
db2   DB2 9.7 using db2jcc4   jdbc:db2://localhost:50000/activiti   [EXPERIMENTAL]
mssql   2008 using JDBC jtds-1.2.4   jdbc:jtds:sqlserver://localhost:1433/activiti   [EXPERIMENTAL]

Is it somewhere possible to know the status of that? Is there progress in using the jtds driver?

My appreciations for any answer :-),

best regards,

Michallis
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
The MSSQL is actually pretty stable, as it is also tested and qa'd in the Alfresco internal Bamboo server.