Hi,I tried to feed data using RSSFeed and I faced the following issue.Caused by: javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72) at javax.xml.stream.FactoryFinder.find(Factory...
HiDid anyone performed a\the load testing on AEM author instance? Our scenario is that we want to perform the load testing during the bulk upload of assets in to DAM.Which tool is better and it would be great help if anyone can provide the steps to perform it.Thanks~S
HelloI was trying to make a touch UI multifield, I found this tutorial:http://experience-aem.blogspot.com/2015/03/aem-6-sp2-touch-ui-coral-ui-nested-multi-multifield.htmlBut this used a JSP to show the data, I was wondering if there was an example on how to do this using sightly or if anyone could g...
How can I limit dialog fields to only be edited/viewed by certain user groups with the right permissions?So for example, I added a new tab do the page properties but this tab should only be visible to users of a specific group. How would I go about doing that? Which node do I set the permissions on?...
Dear Team,I am trying to build my existing maven project in eclipse. After importing existing maven project in my Eclipse work space, my pom.xml file is throwing error, as shown in below screenshot.My pom.xml file is not able to get below dependency. <dependency><groupId>org.springframework</groupId...
Hi, Is there anyway to prevent assets which match a format to be added in the DAM on AEM 6.1? For example, can I say that no one can put videos in the DAM ? Thanks,Grégory
Hi All,SlingHttpServletRequest object is null when i am passing it from WCMuse class to an OSGI service . why it will behave like that. Also when we do an getRequest in WCMUse class it returns an org.apache.sling.scripting.core.impl.helper.OnDemandReaderRequest object instead of org.apache.sling.ap...
For example, in jstl the switch statement like below<c:choose><c:when test="${salary <= 0}"> Salary is very low to survive.</c:when><c:when test="${salary > 1000}"> Salary is very good.</c:when><c:otherwise>No comment sir...</c:otherwise></c:choose> Need to convert the above switch statement to sigh...
Hi,I need to add a custom link on AEM HomePage screen. So, I overlaid wcm/core/content in apps and added node with jcr:mixinTypes : cq:Console. The link is getting displayed properly on the top of all above existing links. What I need is to display link at the bottom of all already existing links.Ho...
Hi All,What would be the proper approach to configure dispatcher in front of publisher.1, One to one (each publish has its separate dispatcher)2, one to many (all the publishers and dispatchers are interconnected) Thanks,viki