Hi I have created custom client context component, which renders the data from ERP system onto client context. Issue is when i view client context on page, onwards 3rd level properties are not editable. Does anyone has any idea? I have attached my files.Thanks
I put following jars into a package an installed into AEM standalone (jar) instance, then created a SpringTestBundle with applicationContext.xml file in [SpringTestBundle]\src\main\resources\META-INF\spring folder. Spring bean injection works, but only for singleton scope. Then I created AEM war ins...
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...