Hello.I am using Activiti. It store its object in database and work with it through Spring + Ibatis. It has DataSource and TransactionManager(DataSourceTransactionManager) in its activityContext.xml.
I want to work with the same database with my own object types through Hibernate with Spring.I have my myContext.xml. Where are DataSource and TransactionManager(HibernateTransactionManager).
Is it possible to work with my objects and activiti objects in the same transaction?