Can any one help me with junit for the multifield model class for accordion: @Model(adaptables = Resource.class)public class Accordion {// Inject the accordion node under the current node@inject@Deleted Accountpublic Resource accordion;} Regards,Santosh
Hi Team, We are using Dispatcher version 4.1.0 with apache 2.2. We are able to invalidate pages using GET method. on /dispatcher/invalidate.cache. However, we would like to use refetch funcationality (POST /dispatcher/invalidate.cache). This results in 301. Can someone tell me the dispatcher ve...
I'm trying to write a policy violation in Sailpoint. But I don't know how to get the rights of the user who is asking a new right. I've tried this:List links1 = null;IdentityService service = new IdentityService(context);Application app1 = context.getObjectByName(Application.class, "Autres");try { l...
Hello Team - We have an utility page in author instance. In that page, there is a dynamic dropdown CoralUI field. We are facing issues with populating the dropdown as it throws an errror even though we have added the required clientlibs (coralui2/coralui3). Could someone help with the below error. P...
Hello everyone,First all thanks for your time reading my post.I'm having some issues after upgrade AEM 6.5 from SP4 to SP6.( this same issue happened with SP5 and I had to make a rollback and try luck with the SP6 ) , every time that I try to edit or save new content using any component dialog for T...
On AEM 6.5.3, I'm trying to create a content fragment programmatically inside a servlet using a content fragment model. This is my code. The content fragment model and parent folder do exist in the JCR at the paths I am specifying in modelPath and targetFolderPath, but resourceResolver.getResource i...
Hello Team, We are seeing the unclosed resource resolver issue in logs. Please suggest. 13.10.2020 15:33:38.690 *INFO* [Apache Sling Resource Resolver Finalizer Thread] org.apache.sling.resourceresolver.impl.CommonResourceResolverFactoryImpl Unclosed ResourceResolver was created here:java.lang.Excep...
I have a couple of questions revolving around what Adobe Sensei function can do. I was told that the more assets I load into the AEM DAM the quicker the Sensei AI will learn about how to smart tag my assets. I have questions off of that below. -If I add a manual Tags to assets in my DAM does and o...
HI, I need to create Symlinks in my Enabled farm and vhost folder as part of my code repository for Cloud Manager.Previously I used to create them after deployment right in the AEM box by issuing commands: sudo /bin/ln -s /etc/httpd/conf.d/available_vhosts/* /etc/httpd/conf.d/enabled_vhosts/sudo /bi...
Hi All, I have a use case to display List in multiple ways based on user selection1. Horizontal List2. Carousel List In my current approach I am loading both views on component load and just do a change of CSS "display:none" to block for selected option. So drawback is i have to load both views w...