Maven dependencies for Transaction & OSGiUtils
Hi All,
I'm following below forms resource and referring PDF Generator Service section on the page.
AEM 6.2 Forms Help | Using AEM Document Services Programmatically
I see the below piece of code. But I couldn't find package names/dependencies for Transaction & OSGiUtils class.
Transaction tx = OSGiUtils.getTransactionManager().getTransaction();
// Begin transaction
if (tx == null)
OSGiUtils.getTransactionManager().begin();
Please advise.
Thanks
Siva
