> Hello,
>
> I want to encapsulate node operations and content operations in a
> transaction. Is there a way to do it?
The namespace access token implements UserTransaction. Is that what you need
?
> I've seen some methods in Namespace to
> access the TransactionManager, but I don't have access to Namespace if I
> only have a NamespaceAccessToken in my hands. Is it possible to use nested
> transactions?
The Slide TM is very simple, and only supports local flat transactions.
Since the whole thing is using the standard JTA interfaces, it should be
possible eventually to allow plugging an external transaction manager.
Remy