Hi, When I use the method setProperty("Name", String[]) only the Name and type are added to the JCR. The Value is empty. But if I use setProperty("Name", "Value") everything is fine. pageResource = page.adaptTo(Resource.class); Resource jcrContentResource = pageResource.getChild(JcrConstants.JCR_CON...
Hi,I have implemented simple program for fetching image using JCR. ResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);Resource res = resourceResolver.getResource("/content/dam/geometrixx-media/articles/bored.jpeg"); Asset asset = res.adaptTo(Asset....
Within the sitcatalyst.js under /foundation/vault/web/apps/cq/analytics/components/sitecatalyst/if(framework != null) { for (String name : framework.getAllComponents().keySet()) { FrameworkComponent cmp = framework.getAllComponents().get(name); for (String key : cmp.inheritedKeySet()) { if(key.index...
Although I have replication setup between author and a publish instance, when I activate something, it tells me the operation was successful, but nothing gets written on the publish instance.How can that be? the transport user is «admin».When I launch the replication test, it tells me it succeeded....
Hi All.I'm trying to get a workflow step to time out and advance to the next step via the Auto Advancer. However the workflow never advances.I have a test with a couple of no-op process steps. I'd like the first step to time out and automatically advance to the second step. For the first step I unc...
Hi,I want to disable publishing of renditions from author. I didn't find any reference for writing custom replicator for disabling the rendition from getting published.Regards,Girish
We have customized cq5 login component, so that we can use in one of our web site page and also using login authenticator pid for handling invalid credentials.Now if login component is put in web page that is configured in http, everything works fine and we are redirected to secure section(i.e. http...
Does anybody know of collections feature in 5.6.1 DAM Interface.CQ5-21531 New Collections feature I am trying to find but not able to make any progress. If anybody has documentation, appreciate if you could send it to me.