how can i configure process engine in activiti cfg xml file so that The processes should deploy in memory and not in DB type h2. Or how can I configure my own db.
book cdi app from activiti in action has the following configuration. Can someone tel me how to change it?
the problem I am facing is that I want to use a new DB table. And "databaseSchemaUpdate: true" mean If the schema doesn't exist, it is created. But i am getting exception. It only works with the existing one and not with new one. Can tel me how to generate a new table of H2 type within activiti-cfg.xml file ?