I have created an interface and then its Implementation.When I run mvn clean install -e -X > installerrors.txt my text file has the following error[ERROR] C:\Users\clive\git\Shoprite.Holdings.StoreLocator\Shoprite.Holdings.StoreLocator\bundle\src\main\java\shoprite\holdings\impl\StoreLocatorImpl.jav...
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 { ...
Since I changed to AEM 6 CRXDE has become very slow. It takes a very long time to get past Initialising Java tooling (1+ hours). I have followed the following advise on http://blogs.adobe.com/contentmanagement/tag/crxde-wont-open/ but it has not helped. Make sure the crxde:paths property doesn’t in...
I used the following and command line to start aem and I can connect to the debug server in eclipsejava -Xms1024m -Xmx2024m -agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n -jar cq-author-4502.jar
I have started my instance using the following command line java -Xms1024m -Xmx2024m -XX:MaxPermSize=256M -jar cq-author-4502.jar -debug 30303 -nofork -guiIf I select "connect to server in runmode " Ithe localhost server in the AEM perspective shows [Synchronized] next to it. However from the AEM pe...
How do I point the column control to look at any specific css.It does not look at the clientlib by default. The dialog appears to point to a default path or it is using one of the dialog properties in the JCR to point to the style sheet.
I am trying to change the dialog in a custom control component.I have copied the component out of /libs/foundation/components/parsys into my own application folder.However, the dialog no longer picks up the Coulmn Layout in the Selection.I assume it is not able to find the css to set the columns.My ...