Hi All,I have written simple Java class to connect to repository and get the session but it's throwing below error.javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: http://<hostname>:<port>/wcm_author/crx/serverThe follo...
We are using a custom xtype to create cusom multifield lists. The xtype takes the declarations from our dialog, and creates repeatable sections based on your standard dialog xml.We have created another custom xtype, which is a select box, that populates the options based on a function which returns ...
Our platform is used by English speaking content authors to author content in all languages.We wish to force the WCM authoring interface to use English for all out-of-the-box strings (editbars, context menus, sidekick, etc), while still using the i18n bundle for our own strings.So far: Tried setting...
I'm very new to CQ and if I use the wrong terms, I apologize. The Java app I'm writing runs on a different physical server than CQ. The app uploads pdfs to DAM via webDav and then sets metadata on the pdfs using JCR over RMI. All of that is working peachy. My question is - how can I programmatically...
Hi,We are experiencing an issue when trying to import content packages from an existing 5.6.1 installing towards a new 6.0.0 (SP1 / hotfix-5176) Installation. We use MongoDB together with customBlobStore (file based). Although it seem to be in a full MongoDB persistence config as well.We get either...
Hello, I'm trying to figure out the order of precedence/resolution if one configures different run modes for the same instance using the different methods available, such as naming the jar file, passing in system or JVM arguments, and configuration in sling.properties.The following documentation htt...
Hello,I started with AEM a few days ago and I have read a lot of documentations - they are quite good and so far all is clear for me concerning the documentation. But I still have a few problems to get the whole picture - so therefore I would like to write what I have understood (I hope it is right)...
I have a Sling Model class and i want to use it in sightly.My Sling model should be map to the JCR node in order to access the node properties.So how to map sightly with Sling Model and JCR node?
Hi All,How can we prevent duplicate asset uploading in AEM 6.0 using the checksum. It should not be only name validation of the asset, but also content wise it should validate before triggering the DAM upload workflow. If there are any steps please let me know. Any links/blogs regarding the same als...
Hi!We are using the AEM teaser system (experiences, campaigns, segments under cq/personalization). A teaser's content at the end is a parsys filled with custom data. Within this data we are using i18n resource strings with <fmt:message key="some_key" />.Under my local environment (localhost:4502) th...