Hi @B_Sravan, Thanks for the reply. But that was not the problem i was stuck with. I am able to get the clientlibs values in the experience fragment page but not the "Default Class CSS". Below is the screenshot for the same. Also not seeing the style system option on the page. I could see the value ...
Hi All, In author mode, I am trying to get the classes defined in the policy for experience fragment template but not able to. Tried using the method "cssClassNames" of com.adobe.cq.wcm.core.components.models.Page but no luck.Same seems to be the case in wknd project as well. Anyways it will not be ...
Thanks a lot. So to brief.Connection details for multiple Database to be configured in JDBC pooling, and JAVA class add the Datasource name to the datasource object and get the connection. I don't have to worry about the the database url and username/password as its already taken care in JDBC poolin...
But how to get these objects. Is it via PID, i need to get the req object. One more thing, i tried by just passing different data source to data connection object it worked. Never mapped the Database1Config to any pool. Just configured 2 database details in JDBC Pool. Is it fine?Below is code snippe...
I have a scenario to interact with more than one DB. But in this scenario, in my java class, how to get the data source, connection details for respective database from JDBC Connection Pool. Any suggestions would be helpful.
Hi All,As per my knowledge on Reverse replication functionality has be removed in 6.1. Any alternate way to handle reverse replication. I hope programatic way ie by updating the last modified, last modifed by and cq:distribute true still holds good in 6.1 for reverse replication process.Any detailed...