Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recente
AEM version: 6.5.14 with Java 11 Following is my custom replication event handler class (service = EventHandler.class, configurationPolicy = ConfigurationPolicy.REQUIRE, immediate = true, property = { Constants.SERVICE_DESCRIPTION + "=replication description", EventConstants.EVENT_TOPIC + "=" + ReplicationAction.EVENT_TOPIC}) public class ReplicationHandler implements EventHandler { some logs... extract ReplicationAction object from event. adding the action as a job to a particular Topic using JobManager. } When replication events triggers, some logs are printed and some code is executed. The problem that I'm facing is that this works inconsistently.Sometimes the code doesn't execute and the logs are also not printed. The resources are replicated with no errors.Has anyone faced this kind of issue before?
Very informative and digestible article from @martin_ecx_io regarding how to leverage AEM to improve content creation and delivery efficiency! Check it out here: https://www.linkedin.com/pulse/six-ways-improve-content-creation-efficiency-ecx-io-ltd/?trackingId=SvUUMtNcF2kscG9kFRnhNw%3D%3D
I have defined the component policy for COMPONENT A. Is it possible to reuse the Component policy of COMPONENT A in COMPONENT B? @smacdonald2008
Hi Experts,I'm facing an issue while updating a table. Below's the log (Namespace & tablename masked):05/02/2019 11:33:32 AM QUE-370007 Unable to find key values for element 'TABLE_NAME' (document with schema 'TABLE_NAME')05/02/2019 11:33:32 AM XSV-350023 Unable to save document of type 'NAMESPACE_:TABLE_NAME'.05/02/2019 11:33:32 AM SOP-330011 Error while executing the method 'Write' of service 'xtk:persist|xtk:session'.Key is based on 4 columns & I've verified that, data exits on all those columns & they're unique when put together.Below is the key declaration xml: <element label="TABLE_NAME" name="TABLE_NAME"> <key internal="true" name="PrimaryKey"> <keyfield xpath="@COL1"/> <keyfield xpath="@COL2"/> <keyfield xpath="@COL3"/> <keyfield xpath="@COL4"/> </key>Below is the update statement:xtk.session.Write( <TABLE_NAME xtkschema="NAMESPACE_:TABLE_NAME" _operation="update" _key="@COL
By default, when a form is submitted, Marketo looks up the system Email Address field (the form field named Email ) and merges the submitted values into an existing Person record, if there is one.[1] If the address is not found, a new Person is created. The default behavior is desirable in the vast majority of cases. But for specific forms, you may want each submission to result in a brand new Marketo Person. This may not be a marketing-driven request, but sales-driven: for example, a new CRM Lead can be worked separately by sales instead of merging with the Contact. Tweaking the behavior is almost shockingly easy (at least compared to how many people assume the default can’t be avoided!). Show a secondary Email type field on the form, like Email Address Proxy, instead of the system field. Add the system Email Address field as a hidden field. When the form is submitted, set the hidden Email A
Hello, I am new to AEM and I need to add special characters to my rich text component and I keep on having an empty dialog where the special characters should be. The plugin part of my component _cp_dialog\.content.xml looks like that : <misctools jcr:primaryType="nt:unstructured" features="*"> <specialCharsConfig jcr:primaryType="nt:unstructured"> <chars jcr:primaryType="nt:unstructured"> <shy jcr:primaryType="nt:unstructured" entity="&amp;#173;"
Is there any documentation for creating a nested AEM React SPA Component? For example, if you want to create a Component A which has Component B as a fixed component. I have a requirement where I want to render component B by Configuring component A.
Hello, I am using adobe campaign v7.When I preview some data in the worktable, it has a comma separating thousands because that is how I defined the data load to format the data. However, when I get the delivery and populate said integer personalization field, the commas are gone. Is there way to fix this within the workflow, and not in the delivery itself?
Hi All,I have recently upgraded my 6.3 instance to SP1 by installing the package. After the installation when I try to access the DAM folders I am seeing the below error. Any idea on whats going on?Also I am unable to save any Asset properties or folder properties in DAM.<<HOST>>/mnt/overlay/dam/gui/content/assetsrouter.htmlInternal Server ErrorCannot serve request to /mnt/overlay/dam/gui/content/assetsrouter.html in /libs/dam/gui/components/admin/assetsrouter/assetsrouter.jspException:java.lang.NullPointerException at org.apache.jsp.libs.dam.gui.components.admin.assetsrouter.assetsrouter_jsp._jspService(assetsrouter_jsp.java:158) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper
5 Top Questions and Answers Experience League has countless free resources to help you along your Workfront journey, but you just need to know where to go or what to search for. Lucky for you, we made it easy and took the 5 most-asked questions and put them in a handy guide (see attached) so you can quickly find what you need and spend more time being the powerhouse Sys Admin that you are. If you have additional best practices to get the most out of Experience League or have further questions, reply to this thread!
Hi, We are facing some issue with manual bundle deployment. Previously it was working well but we recently configured Jenkins job to build and deploy. Jenkins deployment is working well but in case if we do manual deployment now, code is not reflecting even after re start. Only Jenkins deployment is working now. Any idea,
Hi all, One of my clients got alerted about the Adobe Target VEC Helper-plugin going to be changed to Adobe Experience Cloud Visual Editing Helper-plugin. They ae now asking: When they first implemented Adobe Target VEC Helper it was seen as a SaaS-solution, but is this plugin – and the Adobe Experience Cloud Visual Editing Helper-plugin actually a SaaS solution? And if it is – why do you think so? Thanks,Matteo
Hi all, One of my clients got alerted about the Adobe Target VEC Helper-plugin going to be changed to Adobe Experience Cloud Visual Editing Helper-plugin. They ae now asking: When they first implemented Adobe Target VEC Helper it was seen as a SaaS-solution, but is this plugin – and the Adobe Experience Cloud Visual Editing Helper-plugin actually a SaaS solution? And if it is – why do you think so?
Hello I have a doGet servlet method like below @3214626 private transient ProductXfQueryService productsService; protected void doGet(@Nonnull SlingHttpServletRequest request, @Nonnull SlingHttpServletResponse response){ response.setContentType("application/json"); PrintWriter out = response.getWriter(); String id = request.getParameter(CAT_ID_PARAM); String variant = request.getParameter("variant"); Session session = request.getResourceResolver().adaptTo(Session.class); ProductCategory category = this.productsService.getCategory(id, variant, session); if (category == null) { response.setStatus(SC_NOT_FOUND); out.write("{ \"error\": \"Could not find category for given id.\" }"); return; } //some code below neglect it... } so I write the testcases like @2785667 void testCategory() throws ServletException, IOException { lenient().when(reques
I would like to be able to build a dynamic multifilter component. Some of these multiple criteria come from AEM Tags and some can be dates and/or time. The idea is when one tag is selected then the next filter opens with more selection then the next and so on. The result from this filtering pattern is a list of resulting resources that meet all the selected criteria. The selected criteria can me written/read from the URL. What would be a good approach to bild a dynmaic filter pattern that I could use for filtering different types of resources?
Hi , While setting up dispatcher for AMS, we are getting error during dispatcher build i.e. multiple immutable files are being identified as modified hence build is failing. But there has been no changes been done on these files and it has been copied as it is from default files. Any suggestion on why this is happening and how to resolve this?
Hello AEM Community! This opportunity was posted a few weeks ago, but I'm reposting for visibility! My colleague Susan Aziz (@susanaziz) on the Customer Adoption team is building out a program to support our customers with their Cloud Manager onboarding experience! We know there are many considerations and challenges to work through when leveraging a new feature like Cloud Manager, but we'd like to hear from and collaborate directly with YOU to help us prepare materials that will support a seamless CM onboarding experience. We know your time is valuable, and we appreciate your collaboration, so we'll be raffling off five $20 gift cards at random for those who volunteer to meet with Susan! If you are interested feel free to sign up using Susan's Calendly link. What to expect during the 30-minute meeting: Discussion around customers’ onboarding journey (challenges, successes, etc.) Identify potential gaps in the content that currently
All, Is there a limit to the number of items in an ACS Commons generic list . The page just appears blank and a 500 error is thrown. Limiting to 6 entries or 4 helps. Anyway i can get around the issue? I am on aem 6.5.8
Hello - I was curious if anyone has looked at the new layout for Notifications in Preview? What do you think? I'm always up for change, but have to admit, I miss the date/time stamp being close in proximity to the actual notification. In Preview, the date (time seems to have been dropped) is all the way across the "great white divide" of the UI, pushed all the way against the right. It's so "detached" from the Update that I almost missed it. I think it would have been more helpful to have the Date (and Time) displayed on the left side, just before the Notification instead of all the way across the page. I like that the entire screen is utilized to spread the Update out. I just wish the same applied to the Project and Name fields. After approx. 40 characters, the Project and Name fields wrap to a 2nd line (🤢). It would be nice if the Project and Name fields were able to span the width of the screen
https://author-p69802-e616155.adobeaemcloud.com/content/wknd/language-masters/en/magazine/guide-la-skateparks/rep:cugPolicy.infinity.json I am hitting this api using administrators group memebers credentials but not able to get the response. Why this is so? Usually members of administrators group have all permissions?
Hello, Has anyone noticed their data layer is unstable in production today? We had the issue in our UAT environment and we were told to change our extension. We corrected this and pushed our changes to production. In production, we are using the correct extension we pushed our code and we are still experiencing an unreliable data layer firing.
I need to unpublish several (1,000+) assets in AEM Assets to remove them from Brand Portal. I keep getting the message "Not enough rights to manage publication" when I attempt to unpublish a folder containing a large amount of assets. I am a member of the "administrators" and "admin" groups, and those groups are members of the "workflow-users" group. I am attempting to follow the instructions in this post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-fix-quot-not-enough-rights-to-manage-publications-quot/td-p/389211. I do not know how to get to the useradmin page mentioned in the post to check the "admin" group privileges.
Would you like to know the benefits of managing translations with two powerful cloud-native tools? Join our upcoming webinar with XTM Xpert John Weisgerber and Adobe Technical Communication's Evangelist Stefan Gentz on November 22 at 8 am PT to learn everything you need to know about connectivity, DITA, digitalization, and more. Discover the path to a faster and better translation journey with Adobe Experience Manager Guides and XTM Cloud! Register now
Happy Monday Marketo Community! In case you missed going through last month's (October 2022) product release notes or are looking for a quick recap of all the October 2022 updates, I've got you covered in this article. Dynamic Chat Application Updates -1. Auto Arrange Dialogues streams If you've worked with Marketo's Dynamic Chat dialogues in the past, you'd have an idea of how messy the dialogue stream canvas would become if you have too many dialogue cards and a complex flow. With dynamic chat's auto arrange dialogues stream feature, you can offload arranging all your dialogue cards and transitions with a click of a button. Dialogue canvas before utilizing the Auto Arrange feature. Dialogue canvas after utilizing the Auto Arrange feature. 2. Support for Additional Data Types Dynamic Chat now supports additional three datatypes (Boolean, Integer, and Float) that'll enable syncing and using diverse types of Marketo fields in the dynamic chat. T
In Editable Templates , unlocking and adding the components to allowed components , after that locking back the templates load the actual page content in template and resetting it back to initial content. Can anyone faced similar issue before ? Thanks, Poovithaa S
Já tem conta? Login
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.