If I place package StoreLocator.Shoprite.Onnet;import java.util.ArrayList;import Objects.Stores;public interface StoreLocator { public ArrayList<Stores> getStores(Integer countryId); }and then in my implementation class@Component@Service public class StoreLocatorImpl implements StoreLocator { ...
Hi,I installed AEM 6.0 on Centos latest version 7 64 bit. After installation done , am getting the below error.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.CharSequence cannot be resolved. It is indir...
I have project which contains 3 content sub modules and 2 bundle sub modules. I want to pack all of them into one package which will contain 3 zips with content's module and 2 with jars. How to achieve this while using content-package maven plugin?Thanks in advance.
Currently working on the PoC where I have a servlet that listens on CQ resource e.g.@Component(metatype = true, label = "IndexingPage") @Service @Properties({ @Property(name = "sling.servlet.resourceTypes", value = {"indexing/components/pages/page"}), @Property(name = "sling.servlet.methods", value ...
Hi,In Multidomain CQ mappings and Apache configuration, there's an internalRedirect defined that has two values:geometrixx.com: { sling:internalRedirect: ["/content/geometrixx/en"], jcr:primaryType: "sling:Mapping", redirect: { sling:internalRedirect: ["/content/geometrixx/en/$1","/$...
We are using Adobe CQ (5.6.1) . We need to do load testing and wanted use JMeter (2.11) for this. As CQ Author instance requires authentication for all pages we are facing the challenge to find the way to set the authentication for CQ in JMeter. Please provide the details to set the authenticati...
Hi, In the damadmin, on the right hand pane, if you add the title column, it's editable. How can i make this readOnly? I've tried setting readOnly=true / disabled=true as property for the 'title' gridcolumn -> /apps/wcm/core/content/damadmin/grid/assets/columns/title to override /libs/wcm/core/conte...
Hi,We were see quite a number of issues within the error logs about sessions that aren't closing. I went through Adobe's article about debugging the sessions issues and we then decided to test the application over qa environment with debug enabled. We do quite a number or reverse replications and we...