In this post, I will explain a common mistake we make, when we create a simple service class for AEM. Sometime we create a service class using @Service annotation & build our project using – mvn clean install -P<profileName> command. We found an error as shown below – [ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.4:scr (generate-scr-descriptor) […]
When I was working on my project, I got an interesting task in which – I have to retrieve workflow related information such as total number of model, total active model instances, total stale instances for a model, currently active model instances i.e. complete list as displayed in workflow launcher. In this post, I will […]
During my project work I got a task in which I have to create a container component having a parsys & some default child component. In this post, I will discuss, how I achieve this functionality. Agenda 1). How to create a container component having a parsys & some child component? i.e. ” Whenever […]
In this post, I will address a common issue which we face when we create a component with new group. Sometime it happens that we create a component using CRXDE Lite and defined a new group there & when we go to our web page sidekick in design mode, we are not able to see […]
During my project work, I got a task where I have to prepopulate a multifield with some predefined values. i.e when a multifield is loaded first time, It should be displayed with some default values. In this post, I will discuss, How I achieve this functionality. So Agenda of this post Prepopulate Multifield with default […]
In my last post you got a lot of information about CQ5 workflow basics. If you don’t remember all of them then not to worry about that I will use all those term in this series of tutorial. Agenda of this post Introduction to Process Step. Use of Inbuilt Processes through this Step. Use […]
Recent Comments