How to use or manage UserTransaction API to persist jcr data in AEM nodes through OsGi service.
Hi people,
I am trying to initiate Javax.transaction on jcr resource and storing content on AEM localhost:4502, I just could not get the way out to initialize UserTransaction to jcr repository, Not sure whats the JNDI lookup context jn that case, because jcr repository is not the data source.i just want transactions to rollback/commit dependending on sucess/failure rates. Doea anyone have idea??