I am accessing remote reposiotry using RMI server. I need to perform transactional updates to the repository. But I realized that the session returned (org.apache.jackrabbit.rmi.client.ClientSession) by the org.apache.jackrabbit.rmi.client.ClientRepository is not XAResource.
Is this intended? If so what is the way to perform trasactions with remote repository. I am not using the JCA resource or app server based local repository for reasons. thank you in advance, Prasad
