Hi all,I am aware that AEM does not function on any RDBMS, as an underlying backend and it has to be a Java Content Repository (JCR) based one.Could you please suggest whether the following is possible with AEM, at least on the latest versions?AEM Database = MS SQL Server.Appreciate a quick reply.T...
Hi All,As part of AEM 6.1 to 6.3 Upgrade, For Repository Migration I've run the below command and it is throwing exception as org.apache.jackrabbit.core.data.DataStoreException: Record 0894fb02b1ebfe3354ad3b7bab7ab92076bd3598 does not exist. Please suggest how to fix this DataStoreException.Comman...
Hi,We have a process in which our AEM 6.2 authoring server needs to perform a nightly backup. We notice that on the next day the 2 OSGI components that we need to publish content will have these states:ActivateListener (to decide what type of content to publish) - may be satisfied or activeConfigur...
Recently we started using AEM forms for our web application development. For our requirements mostly out of the box form components itself are good enough. We started using components like textbox, submit button, panel and many more. Is it fine to continue our development using these components itse...
I created cq:dialog with some nodes in Scaffold Page. When rendered the scaffold page in editor.html (Touch UI) mode and Classic Mode (cf#) mode, both the modes render the fields present in cq:dialog and also have the look and feel of Touch UI. Also verified the default scaffold provided by AEM and ...
Hi Team,we are trying to add dependency for cq-social-console on POM and ended up in the following error, Any pointer to fix this issue will help us moreDependency:<dependency><groupId>com.adobe.cq.social</groupId><artifactId>cq-social-console</artifactId><version>1.3.0</version><scope>provided</sco...
I have created a slingServlet like below with post request. It worked before and somehow stopped working. @SlingServlet(methods = {HttpConstants.METHOD_POST, HttpConstants.METHOD_OPTIONS}, paths = {"/bin/v1/cms/content/sitemap"})public class SitemapServlet extends SlingAllMethodsServlet {}Not sure...
When I am trying to create any Content fragment model using the configuration that i created, it gets stored in CRX under: /conf/testconfig/settings/dam/cfm/models/test-modelThis model by-default has the property "allowedPaths" created. And the value of this property is "/content/entities(/.*)?"Can ...
Hi All,I am getting error in sing model class saying resource resolver is already closed Below is my code for reference.@Model(adaptables = Resource.class)public class SchedulerComponent {private static Logger LOG = LoggerFactory.getLogger(SchedulerComponent.class);@Inject private Date timer;@I...