05-20-2014 03:34 PM
java -cp h2-1.3.171.jar org.h2.tools.Server -tcpPort 2962
and and replaced the jdbc url: jdbc.url=jdbc:h2:tcp://localhost:2962/~/test
like described in this post: http://forums.activiti.org/content/how-configure-activiti-explorer-and-rest-use-same-databaseorg.h2.tools.Server
could not be found.
db=mysql
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/activiti?autoReconnect=true
jdbc.username=root
jdbc.password=
{
"id": "createTimersProcess:1:37",
"url": "http://localhost:8080/activiti-rest/service/repository/process-definitions/createTimersProcess%3A1%3...",
"key": "createTimersProcess",
"version": 1,
"name": "Create timers process",
"description": "Test process to create a number of timers.",
"deploymentId": "23",
"deploymentUrl": "http://localhost:8080/activiti-rest/service/repository/deployments/23",
"resource": "http://localhost:8080/activiti-rest/service/repository/deployments/23/resources/org%2Factiviti%2Fexp...",
"diagramResource": null,
"category": "Examples",
"graphicalNotationDefined": false,
"suspended": false,
"startFormDefined": false
}
http://localhost:8080/activiti-rest/service/repository/deployments/23/resources/org%2Factiviti%2Fexp...
only responds with an Status 400 Bad Request.http://localhost:8080/activiti-rest/service/repository/deployments/20/resources/VacationRequest.bpmn...
which works perfectly as far as I have a h2 database.05-21-2014 05:36 AM
05-21-2014 03:27 PM
05-22-2014 04:03 AM
05-22-2014 07:36 AM
05-22-2014 12:46 PM
05-27-2014 03:37 AM
07-03-2014 01:02 AM
07-03-2014 01:23 AM
07-03-2014 02:08 AM
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.