Adobe CQ5 uses the following technologies :– JCR – Java specification for accessing a content repository JSR-283 specification jcr 2.0 , cq5 uses its own implementation of jcr called CRX. Apache Jackrabbit is an open-source implementation of jcr 2.0 specification.– Apache Sling – RESTful framework t...
Hi All,I have a query regarding Adaptive Forms in AEM.I have created an AF with some fields(text box, date picker, drop-down and file attachment).I tried to submit the form without attaching any file, then it worked as per me. But when there is some file attachment it throws '500 error' as attached....
I configure Adobe Experience Manager Forms 6.3 on JEE on JBoss Cluster.The cluster includes two instances, one a "master" node on Windows Server 2012 VM, and one a "slave" node on another Windows Server 2012 VM. And JBoss Application Server runs as a Windows service on both VM.Now, if I reboot the V...
I need to retrieve the internal node structure(which is nothing but including the node structure of how the components of the page are stored in the JCR) of the page and render the UI giving the path of the page in aem6.3. Can anyone help me out?
Hey everyone,I set up AEM Forms (the OSGI flavour) on top of AEM 6.3 according to this guide: Installing and configuring AEM 6.3 forms After the "Boot delegate RSA and BouncyCastle libraries" step my instance needs up to 15 minutes to start up. What I did was adding following lines: sling.bootdelega...
Hi,We have a lot of schemas that we have used with our xdp-based forms.Most of these schemas have include-statements to refer other schemas.When we try to use these schemas to create an Adaptive Form, we get an error"XML Schema Validation Error".Is there any limitation in using include-statement whe...
Hi Teami want to configure SSO in AEM in our environment. Is it possible to configure SSO without SAML? OR we can do SSO Configuration with SAML?If we can configure SSO without SAML, could you please provide me a link with screenshots?Thanks,Bhaskaran
Hi17.01.2018 05:03:16.702 *ERROR* [FelixDispatchQueue] org.apache.sling.event FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory exception: Could not obtain lock)org.osgi.framework.ServiceException: Service factory exception: Could not obtain lock at org.apache.felix.f...
I am trying to use mysql database over TarMk.I made Install folder and dragged mysql-connector-driver and did a configuration file named as org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config and configure as Later I installed instance with command as java -jar aem-author-450...
Hi Team,I have to create a cookie based the page which is opened. It is getting created in publish instance. But when I accessed the same page through dispatcher, the cookie is not getting created. I have seen this thread - CQ dispatcher - Cookie issue . As per this we shouldn't cache pages, but my ...