Hello ,I am trying to build a project, before it was working fine. I have created new component and trying to run the command mvn clean -PautoInstallPackage when I do that, I'm getting this violation error. Can anyone help me with this ? Thanks in advance.
When migrating from 6.5.10 service pack to 6.5.11 service pack facing issues with Jaxb marshalling. While unmarshalling the xml level3 is not able to assign to a pojo and throws out a null pointer exception. Here is the sample code attachedhttps://drive.google.com/file/d/1Yht5u9EC77UPVXXmtt1-wTOt3Le...
Hello Community - There are some issues with rollback of the installed service pack (6.5.11) on our AEM instance. We have followed the below forum to rollback to previous version but no luck. Even after the uninstall of the service pack or installing the /lib folder taken from the other environment ...
I need to create a solution that allows me to click on elements within a given component in edit mode. I am able to add custom toolbar actions on a component level but i would also like to be able to create a component toolbar action that lets me interact with the content of a given component while ...
I would like to search for any users under home/users with a first or last name that contain a non-alphanumeric character. I've tried the following SQL2 but no luck: SELECT * FROM [rep:User] AS user WHERE ISDESCENDANTNODE([/home/users]) AND [profile/familyName] is not null AND [profile/familyName] L...
Hi community, production build fails in the last step, custom functional testing, in com.xxxxxx.it.tests.PublishPageValidationITthe publish url is pointing to localhost:4503 which is the same problem described here https://github.com/adobe/aem-project-archetype/issues/794 i created a new vhosts file...
Hi All, I am having a hard time figuring out if it is possible to copy and paste a Experience Fragment Template into another folder. When I try to do so, I will get this error. In the example below I was trying to copy and paste a Header(Experience Fragment) from "us" to the site folder in "Language...
Hello together,is it possible to edit the page properties via Java Script? I would have to do this for 4000 pages, which would take a very long time manually.The script must go to the page properties --> Advanced tab --> Break inheritance --> Check an option --> Close inheritance and activate the pa...
Hi, I am facing Http error 503 authentication support missing while opening publisher server. In the logs file it is showing AuthenticationSupoprt service missing. Cannot authenticate request.Please find below the error screenshot: Could you please help me on this asap as it is a production publish...
Hi,Checking what can be better approach to implement countdown time so that:- On Day3 it displays message text X- On Day2 it displays message text Y- On Day1 it displays message text Z All these X ,Y , Z message should not be exposed to end user before time. We are planning to expose Product Promo c...