Hi, I have a Jackrabbit running inside my H2 database set up by all those XML files.
Is there any way to do a join between a normal database table and a Node in the tree? Currently, I store a ID in the node which matches the ID in the database, but this means separate queries to database and JCR as I do not know a way to do queries joined directly. Thanks, Philip
