Prior to using SQL Server Repository I was using an in memory h2 DB which was working pretty fine. Now I have change the db.properties file to point to my activiti db in SQL server for both activiti-explorer as well as activiti-rest. I have executed sql server Create/Update scripts which got execute without any issues , I am able to create a process and start a process using acitviti explorer.
Using Rest api I am not able to fetch the process definition for the process deployed using activiti explorer. Do I need to deploy the same process using Activiti Rest api as well ?
Exception which get printed is : ************************************************************************************************************************************* 07:19:48,168 [http-8080-6] INFO org.activiti.engine.ProcessEngines - Initializing process engine using Spring configuration 'file:/D:/Program%20Files/apache-tomcat-6.0.36/webapps/activiti-rest/WEB-INF/classes/activiti-context.xml' 07:19:48,183 [http-8080-6] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/D:/Program%20Files/apache-tomcat-6.0.36/webapps/activiti-rest/WEB-INF/classes/activiti-context.xml] Mar 18, 2014 7:19:48 PM org.restlet.engine.application.StatusFilter doHandle WARNING: Exception or error caught in status serviceorg.activiti.engine.ActivitiException: couldn't initialize process engine from spring configuration resource file:/D:/Program%20Files/apache-tomcat-6.0.36/webapps/activiti-rest/WEB-INF/classes/activiti-context.xml: null at org.activiti.engine.ProcessEngines.initProcessEngineFromSpringResource(ProcessEngines.java:130) *************************************************************************************************************************************