09-22-2015 09:18 AM
09-22-2015 11:45 AM
09-28-2015 10:05 AM
09-28-2015 10:05 AM
10-05-2015 12:01 AM
datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
datasource.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=xxx
datasource.username=xxx
datasource.password=xxx
hibernate.dialect=org.hibernate.dialect.SQLServer2008Dialect
08-25-2017 12:04 AM
Heres a video on how how to install Activiti 6.0 on Oracle. The installation is similar in all types of databases. You just need to use the correct url to db.
02-06-2018 01:49 PM
In addition to what you have, I also have the following for the database
datasource.min-pool-size=5
datasource.max-pool-size=100
datasource.acquire-increment=5
datasource.preferred-test-query=select 1
datasource.test-connection-on-checkin=true
datasource.test-connection-on-checkout=true
datasource.max-idle-time=1800
datasource.max-idle-time-excess-connections=1800
Also, make sure you use the correct version of the MS SQL JDBC driver depending on your version of Java - sqljdbc42 is for Java 1.8, sqljdbc41 is for java 1.7.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.