Hi, I'm trying to use the httpclient-osgi in an osgi bundle to act as a SOAP client, and I'm getting an issue at run-time.My OSGi bundle is failing to start as its "Unable to resolve [302.23] : missing requirement : [302.23] : osgi.wiring.package; (osgi.wiring.package=com.ibm.uvm.tools)I think this...
Hi, I have SMTP configured in my CQ. My requirement is that I need to send mail when a new user account is created to the mail id which will be given when creating the user. Does CQ provides any such default functionality similar to "Notify User Via Email" on workflow completion? Thanks & Regards...
Hi,QUESTIONIs it possible to plug in a custom flush agent in AEM or somehow modify the behavior of the existing flush agent?MOTIVATIONI am trying to find a neat way to solve the Dispatcher cache invalidation problem that occurs when using Sling mapping. When Sling mapping is used, the Dispatcher cac...
Purpose: I want to refresh parsys component after deleting child component in it.So far, after insert component into parsys there is Extjs function to refresh the parsys, just configure as below under [parsys/cq_editConfig/cq:listener]<cq:listeners jcr:primaryType="cq:EditListenersConfig" afteredit=...
Hi,I am using QueryBuilder to execute a search operation for all the cq:Page under a path. There are two custom date properties that are being set through page properties :displayStartDate and displayEndDate. All the pages for which displayStartDate <= current Date and time and displayEndDate>= curr...
Hi,I'm building a query to search result in multiple path with multiple properties. fulltext=testgroup.p.or=truegroup.1_group.path=/content/myprojectgroup.1_group.type=cq:Pagegroup.2_group.path=/content/dam/myprjectgroup.2_group.type=dam:Assetdaterange.p.or=truedaterange.1_property=jcr:content/jcr:...
hi all,is there a configuration or log setting that allows to log whenever a user enters invalid credentials?I am invoking the j_security_check mechanism, it seems that these requests are handeled outside of Sling so I cannot write a Filter.I know that I could create a custom Login Module to do this...