Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi,I have a maven dependency<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>2.1.1</version></dependency>The jar and its dependencies don't have any OSGi bundle definition like symbolic bundle name under the manifest file. How do I convert it into ...
Hi,I would like to automate a bit the deployment of CRX/Vault packages to AEM instances. As of now I know about these two possibilities:- CRX HTTP Service API: Using cURL or some other tool to upload/install/uninstall/etc. packages via CRX- Sling OSGi Installer: Simply uploading bundles or vault pac...
Good evening AEM Team!We have integrated Okta as the IDM for our AEM 6.2 website. We have done so using a fairly standard SAML configuration which has worked well. In our live/production environment we have two publish instances so we have been testing the integration across two publish environments...
Hi AllI am facing an issue that the default metadata properties such as "cq:name" and "dam:baseVersion" are not getting set automatically on uploading a new asset.Earlier this was working fine but now have stopped working. I am not sure what customization have lead to this.Can someone please suggest...
The error is displayed for some of the users in AEM6.4 in Chrome.The page displays but after few seconds the below error is displayed.Error Message : aw snap something went wrong while displaying this webpageRequest you to please provide your suggestions
Hello Everyone,I am creating a component in which I need to add multifields based on the increment or decrement in the numberfield.For example in the above dialog - Suppose the author adds 3 in the numberfield, now he should be able to add only 3 sets of multifields in the dialog. That is he should...
There is a requirement from business to change the default AEM deletion functionality.Current functionality: When an already activated asset/web page is deleted from author instance, AEM first deactivates the asset/web page (results in deletion of the same from Publisher instance) and then it delete...
Hi Team,How can we check the version of a jar file embedded inside uber jar in aem.For example if i want to check the version of zxing jar present in uber jar how can we check that?And if we want to use the upgraded version of zxing library can we use that & how to update the version?Regards
Hi Team ,I have to provide a color picker inside a Rich Text RTE inline edit .I have followed couple of blogs ,but no luck . Could you please share any information if you have used any .javascript - Multiple custom plugins in TouchUI RTE in AEM not working - Stack Overflow