How to configure JBPM without Database?
I want to use jBPM as our work flow engine. According to the default settings for jBPM in Mule2, it uses a derby database as the datasource. I don't need a database base for my application. I have tried to remove the Database feature from the configuration file but got some error. How can I remove this feature from jBPM?
Thanks.