cancel
Showing results for 
Search instead for 
Did you mean: 

using activiti within applications that use hibernate

jeff1
Champ in-the-making
Champ in-the-making
Hi, all

    as the subject, is it possible to integrate activiti with hibernate-adopted application? how does activiti do it?

any response would be great appreciated.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Hi Jeff,

The idea would be (it's not yet implemented) that Activiti integrates first of all with the transactions of Hibernate. Secondly, it should also be possible to use process variables that are actually Hibernate variables without storing the whole object but a reference to it.