HiIn CQ 5.5 we connected to the ldap jmx bean via: javax.management.MBeanServer.getClassLoaderFor("com.adobe.granite.ldap:host=localhost,port=10389,type=Tools")e.g. for the operation syncAllExternalUsers(), which worked fine.Now with AEM 6.1 I try to use the new JMX Bean via:javax.management.MBeanSe...
Hi,On the aem-project-archetype, it has a module for content, that holds /content/<my-site>/ and /content/dam/<my-site>. In a real project is this module used? Thanks
During default Replication agent configuration we specify the publish instance URL under transport tab in URI field whose value would be something like"http://mypubliship:port/bin/receive?sling:authRequestLogin=1 "What is the significance of "sling:authRequestLogin=1" in the above value, As test con...
I have one scenario to discuss in programatically node creation in JCR with out administrative access.Is there any way we can create node in publisher , lets say we hit the URL like below via dispatcherhttp://example.domain.com/content/project/example.htmland in the component jsp we will write some ...
When I go to:www.example.com/us/index.html the request works as expected. See dispatcher log below:[Wed Sep 02 11:48:45 2015] [D] [20333(1121016128)] Found farm website for www.example.com[Wed Sep 02 11:48:45 2015] [D] [20333(1121016128)] checking [/us/index.html][Wed Sep 02 11:48:45 2015] [D] [203...
Hi, I am looking at the Landing Page functionalities in 6.1. According to the documentation (http://docs.adobe.com/docs/en/aem/6-1/author/personalization/campaigns/landingpages.html) you can reset an existing landing page by clearing the page, opting to keep content changes that you've already made....
In trying to query the JCR from an OSGI bundle I am not getting any errors, just 0 returns. The query I use is SELECT * FROM [cq:Page] WHERE ISDESCENDANTNODE('/content/***/en/recipes/all-recipes').If I run the query tool in CRXDE lite I get back 174 results. In my OSGI bundle I have code as follow...
Hello !I have an issue with some bundle who remain inactivated (let's call it BundleX) because of an unresolved package import on a specific version of Google Guava. Guava is actually present in the OSGI container, but with a version that satisfy another dependency of the project (MyBundle).So I hav...
Hello Everyone,Good evening alll......As i got requirement like to implement "Access the Dynamic WSDL binding with CXF Web Service" and tried i could get only theory information only not code.Could you please share me if any one already worked? Suggest me your thoughts if possible pls.Thanks in adv...