We have a case where we have a domain that has content from AEM and other applications. So, there are times where an author will want to put in a relative link to content on the domain that isn't in AEM. The link checker appears to be thinking these are invalid and removing the link from the page.I ...
I'm using ServiceComponentRuntime (http://javadox.com/org.osgi/osgi.cmpn/6.0.0/org/osgi/service/component/runtime/ServiceComponentRuntime.html ) to get Component configuration and description DTOs.But on building the project, I get the exception org.osgi.dto.DTO not found.I searched for this package...
Hi,I have tried to configure the replication from Author to Publish via SSL/TLS.I have followed this documentation: Replicating Using Mutual SSL But I can't find the following OSGi config for the "Apache Felix Jetty Based HTTP Service" which is named there as follow:Enable HTTPS To Use Granite KeySt...
While trying to hit the login page "/libs/granite/core/content/login.html" getting filter rejects error, even though the filter is allowed in publish farm. unable to access any content pages also. What else can be the possible reason for this ? We are using Apache 2.4.Publish farm30 # allow non-pub...
Hi Experts, We are facing difficulties with migrating content from Production to lower regions. We have a huge AEM content which serves 100+ markets and has MultiSite Management in place.But for development and other related activities, it will be of great help if we can sync content in production ...
I am experiencing issues when publishing some pages that have an alias on them, I am publishing the following path .../about-us/shopping-with-usThe json looks like this:about-us:{ "jcr:primaryType":"cq:PageContent", "jcr:mixinTypes":[ "cq:LiveRelationship" ], "jcr:createdBy":"admin"...
Hi,I need AEM 6.0 jar. Can anyone please let me know from where I can download the same.The jar file which I had is throwing below error at startup:Unable to compile class for JSP: An error occurred at line: 95 in the jsp file: /libs/granite/core/components/login/login.jsp The type java.lang.CharSeq...
Hi, I'm just getting started and trying get it setup withDirect Download | Adobe Experience Manager Desktopand following thisAdobe Experience Manager Desktop AppI'm installing it on macOS (10.12). I should see the login screen for username and pass, but i just get this after "Mount AEM assets". Thi...
I have a sling model which inject an OSGi service. The request parameter for the service call is configurable. This service request is also generated in the sling model. This will invoke an API call and process the result in the sling model. I need to invoke this sling model inside a sling servlet c...
I am working on a AEM 6.1 to 6.3 Migration project. After replacing all the deprecated methods/api's like admin resource resolver and WCMUse with getServiceResourceResolver and WCMUsePojo respectively, my application is throwing an error on sling models (as below). Basically it's not getting instant...