Hi,

I am connecting to a repository through RMI.

Repository returnns me "org.apache.jackrabbit.rmi.client.ClientSession" upon
login.

I want to perform operations on repository in the form of transactions.

Can I do that using the UserTransaction object?

If yes then how can I initialize the following object reference?

UserTransaction utx = ....?

Also, the "org.apache.jackrabbit.rmi.client.ClientSession" object cannot be
cast to "org.apache.jackrabbit.core.XASession".

How should I accomplish transactions in this scenario?

Thanks.


-- 
View this message in context: 
http://www.nabble.com/Transactions-in-jackrabbit-using-RMI--tf3838709.html#a10868859
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Reply via email to