Hey all, i'm just researching on how to setup cayenne and jackrabbit to share transactions. The background is that i want to store information in a database and very large files (linked to that information) in a jackrabbit repository (as having large files in a mysql database isn't the best idea, but this is another discussion). Whenever i put information into the database and store the dependendent files i want to be able to rollback both data sources to keep the synchronized (pretty obvious). So far i haven't found much on the web, except for some hibernate/jdbc mysql configuration using spring.
It would be great if anyone of you could point me into the right direction or give me a hint on how to setup distributed transactions using cayenne plus some JCR. I would love to stick to cayenne. Thanks in advance! Cheers, Daniel