Not able to create a package to export the content.While creating throw an error "not able to modify content.File or directory not found" after adding the filtersWe upgraded from 5.5 to AEM
Hello, We are trying to publish a portlet from AEM to a WebCenter portal server. Following the guide at http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.htmla. We have the cq-portal war file deployed and active on the WebCenter portal serverb. Configured the author/publish urls (CQ i...
I have the plugin configured as below : <plugin><groupId>com.day.jcr.vault</groupId><artifactId>content-package-maven-plugin</artifactId><version>0.0.20</version><configuration><failOnError>true</failOnError><name>core-app</name><targetURL>http://localhost:4502/crx/packmgr/service.jsp</targetURL></c...
Hi,We have login page requirement for our site .We are using out-of-the-box login and userinfo components (foundation components) by moving them to /apps/<myprojct>/components. In publish server if I give wrong credentials in our site login page its redirecting me to "/content/geometrixx-outdoors/en...
Hi,I am trying to find the asset reference, (ie) which all the pages using the particular asset.My requirement is:once i delete the asset from the DAM, it has to delete the asset link from the reference page as well.So i found the API called: AssetReferenceResolverand the method: getReferences()i ha...
Team, We are working on setting up a beta site with the same domain as main site, but support using the same author instance. We are thinking that on author, we would have two content nodes - /content/mainsite/en/mainsitepages for main site and /content/betasite/en/betasitepagesAuthor should be a...
Hi,As part of a CQ5 project of ours, we have implemented a custom administration dashboard using AngularJS. This app, along the rest of our project, is deployed to a CQ5 instance as an OSGi bundle.In our app, we have implemented a few servlets to let the admin interface communicate with the backend....
Hey thereI'm kinda new to the OSGi development and to get some experience I'm trying to develop a smaller project for our company. Basically it's a form which allows the user to enter the business hours of their location, so I can submit them to a SAP web-service.I already started developing somethi...
Hi all,I'm using in my servlet code 3rd party library to dynamically generate PDFs (iText). The library have dependancies on the org.xml.sax package. Here is the relevant stack fragment:.....Caused by: java.lang.ClassNotFoundException: org.xml.sax.SAXException not found by iText [384] at org....
CQ 5.6.1 - In a nutshell, the design cell path generated by a component's design_dialog doesn't match the component's "currentStyle.getPath()". This makes retrieving properties,via...currentStyle.get(String name, T defaultValue)...always return the default value.I'm trying to figure out if this pro...