Hello EverybodyI downloaded and installed the adobe archetype maven project. -> mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault \ -DarchetypeArtifactId=multimodule-content-package-archetype \ -DarchetypeVersion=1.0.0 \ -DarchetypeRepository=adobe-public-releasesTestcase: I added a new fo...
How to add a new trait in Segmentation for my teaser such that teaser will be shown to specific User's group , and also Is there any way to execute java code as part of segmentation.Some one please help on this.Regards,Madhav
Hi, I had a doubt regarding form text field Component.Once we insert form component into the parsys, and we add a textfield into the form generally the text field should display as" LABEL TEXTBOX".where as when we insert a textfield component LABEL is appearing at the top of TEXTBOX. I am using c...
We have using CQ5 Text component which is Rich Text Editor with link plugin. When we create a link in a table component with target=_new param it preservs this parameter in rendered html. When we use this in a para tag it drops the target=_new parameter from the rendered html.Anyone has any idea why...
Hi Folks , I'm running in to a strange issue with my local AEM 5.6.1 version . On startup of my AEM 5.6.1 on the console I can see errors stating[Fatal Error] :1:1: Content is not allowed in prolog[Fatal Error] :1:1: Content is not allowed in prologAfter this it indicates as start up completed but ...
I developed a basic project as an OSGI bundle. I tested it by installing it using http://localhost:4502/system/console/bundles. The bundle shows as active.Then I switch to http://localhost:4502/system/console/services and the services of the bundle show.Later after doing some development, my bundle ...
If I have a bundle imported into AEM using http://localhost:4502/system/console/bundles and I do not have any Interfaces exposed as Services but my bundle is active and has the package with my class in the export packages. The examples I have come across in the documentation use something like the b...
Hi,Is there a way to make code similar to what follows transactional:UserManager userManager = ...; // org.apache.jackrabbit.api.security.user.UserManager userManager.createUser(...); userManager.createGroup(...); updateGroupService.updateGroup(...) // org.apache.sling.jackrabbit.usermanager.Update...
I have created a MAVEN project in Eclipse. It compiles and installs. Importing it I getjavax.json,version=[1.0,2) -- Cannot be resolvedjavax.json.stream,version=[1.0,2) -- Cannot be resolvedorg.apache.http -- Cannot be resolvedorg.apache.http.client -- Cannot be resolvedorg.apache.http.client.method...
I am trying to use the following line of code from http://helpx.adobe.com/experience-manager/using/using-sling-apis.htmlResourceResolver resourceResolver =resolverFactory.getAdministrativeResourceResolver(null); //line 82 but I get java.lang.NullPointerException at shoprite.holdings.impl.FetchSto...