Hello,
I'm developing Spring (3.1) application with Apache Jackrabbit as
storage (text data are stored into relational database, binary data into
filesystem). I need to manage transactions using Spring (e.g. using
annotation @Transactional).
If I understand correctly I need to configure a transaction manager. But
how do I do that given the fact that Jackrabbit already implements XA
transaction support?
So far I've configured JackRabbit using repository.xml and I've created
repository and session beans ready for dependency injection (see
http://pastebin.com/8X4irS74).
Can you give me an advice of how to manage JackRabbit transactions by
Spring? What needs to be done?
Thanks in advance