Hi, I want to do a JSF application based on activiti process When i deploy Activiti it generate his own DataBase, i want to know if i have to work with that database in all the application or if i can do another Database. Thanks
You can use another database, yes. However; you might want to have transactions of your own logic together with Activiti logic. With multiple database, you're looking at JTA transactions then.