cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti without JPA

anwar1
Champ in-the-making
Champ in-the-making
Is there any possibility of using Activiti without JPA/JDBC for OODBs(Object Oriented Databases). If it is possible then could you please explain me how can I achieve that. I was wondering how can I can configure Activiti for Object Databases. Thanks
3 REPLIES 3

sebastian_s
Champ in-the-making
Champ in-the-making
Activiti does not make use of JPA but uses iBatis/MyBatis.

anwar1
Champ in-the-making
Champ in-the-making
So what is your suggestion, if I want to use OODB rather than any RDBMS. I just need to know the configuration stuff or if you could provide me a link for blog or something please.

frederikherema1
Star Contributor
Star Contributor
You cannot use Activiti without JDBC, unless you rewrite the whole engine persistence layer, which is basically writing a new engine from scratch Smiley Wink