Hi All,We are using latest version of cq-personalization jar available in repository (http://repo.adobe.com/nexus/content/groups/public) in our custom bundle which is working fine till AEM 6.1. Now we are migrating to AEM 6.3, and there we are getting error as "java.lang.NoClassDefFoundError: com/d...
We are using the “HtmlEmail -Apache Commons Email API” for sending emails and exception occurred in the method for setting mail content (email.setMsg(message); ). We were able to resolve the issue by changing the method as email.setContent(message, "text/html");We have modified the sling.properties ...
What can be the impacts of adding the following property in sling.properties to resolver class linkage error for the javax.activation errors?(We have seen that adding this property is affecing sending HTMLemails)org.osgi.framework.system.packages.extra=javax.activation;version\="1.1.1".Is it advisab...
Hi All,We are getting below exception while invoking webservice from AEM.org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: java.lang.LinkageError: loader constraint violation: when resolving overridden method "org.apache.cxf.jaxb.attachment.JAXBAttachmentMarsh...
Hi Subhan,We were able to fix the linkage error by setting this property. But we have a HTML email functionality in our bundle and now it is not working. Do we have any alternate solution for this?Thanks,Anusha
Hi All,We are using CXF API 3.2.0 for accessing SOAP webservice in AEM.We are have included below given dependency for cxf-rt-frontend-jaxws with default scope.<dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-rt-frontend-jaxws</artifactId><version>3.2.0</version></dependency> While inv...
How can we sign up to "Adobe Digital Marketing Suite Search and Promote" (https://searchandpromote.omniture.com/center/)?I want to login to this portal for getting Member ID and Account number to configure Adobe Search and Promote feature.(https://docs.adobe.com/docs/en/aem/6-1/administer/integrati...
I have tried these approaches,but that doesn't work for me. Please find the atttached cq:dialog content.xml. there are 3 checkboxes in total, 2 inside a field set(isbutton,hidenonlogin) and 1 outside(isBorderRequired). The one outside fieldset is working as expected. The two is having the issue.
I have checked the checkbox in dialog(Touch UI), and the content node value is getting updated as true. But when i reopen the dialog, check mark is not getting populated. I have tried the other way round, by setting the checkbox marked as true by default. so when i open the dialog, i could see the c...