Hello,I'm trying to port my simple webservice consuming app to CQ5 but I'm still getting this errorcom.sun.xml.internal.ws.model.RuntimeModelerException: A WebService annotation is not present on class: info.server.app.catalogservices.services.csscatalogservicesinterface_1.PortTypefrom this callvari...
Hi,We're using Sling Models successfully in our AEM 6.0 projects. We also have some projects using CQ 5.5. Right now the Sling Models 1.0.6 implementation doesn't work in a 5.5 instance as the dependency is thas on org.apache.sling.commons.osgi isn't satisfied - 5.5 supplies 2.1.0 and Models needs ...
I was reading the docs about clustering and I stumbled upon this shockingly surprising statement:In cases where a write bottleneck is reached, additional cluster nodes will not improve performance. In such circumstances the correct strategy is to increase the hardware performance through improved CP...
Hi,We are using LDAP login module and have overridden most part of sling form based authentication. I want to configure the login token duration and make it a few days if user indicate so. I know i can configure tokenExpiration within LDAP_login.conf but if i do that then for every request that will...
If I do a package install or a reinstall using the CRX Package Manager, I get an "Activity Log" at the bottom of the screen which displays details of the install. Is there a way to get these details to output when doing a cURL command? Specifically, I would like the activity log to either 1) show ...
Hi!I'm using CQ 5.5 and want to create a workflow model. On a certain step the workflow instance just should wait a defined time and after timeout go to next step. I used an out of the box Process Step, set a timeout of 30 seconds (I overwrote the dialog options) and selected Auto Advancer as Timeou...
I have a content package that contains some translation software that I would like to deploy to author instances only. I would like to use content-package-maven-plugin to do this, but although it's possible to embed bundles into a /apps/app/install.author folder so that they are deployed only to au...
I am getting error while running the following command "java -jar crx2oak.jar [source CRX 2 repository] mongodb://remoteserver:27017/aem-author" the error is : Exception in thread "main" java.net.UnknownHostException: remoteserver at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)...
When user browses certain page, dispatcher will cache js and css the page using, like /apps/project/components/componentA/clientlibs.css. While if the css or js (under clientlibs folder) is updated on Author and Publish, will the dispatcher re-cache this updated file like html page does? In my envir...