Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

scottm91515441
scottm91515441
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
8

Posts

Posts
35

Discussions

Discussions
10

Questions

Questions
25

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by scottm91515441
Customize the badges you want to showcase on your profile
Re: How to inherit editable templates into child templates? - Adobe Experience Manager 23-10-2019
is it resolved?if yes pls mark it as correct..

Views

1.6K

Likes

0

Replies

0
Re: Is a 6.1 content package compatible with with 6.5? - Adobe Experience Manager 11-10-2019
Backward Compatibility in AEM 6.5

Views

1.0K

Likes

0

Replies

0
Re: Debug with IntelliJ: Ide does not stop at breakpoint(s) - Adobe Experience Manager 21-10-2019
Accendently I could solve this issue. I did follow way:Open the start script in folder "crx-quickstart / bin" ('start' or 'start.bat) in an editorReplace the line "CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx256m -XX:MaxPermSize=512M -Djava.awt.headless=true" by "CQ_JVM_OPTS=-Xmx256m -XX:MaxPermSize=512M -Djava.awt.headless=true -agentlib:jdwp=transport=dt_socket,address=,server=y,suspend=n"For now I have to use the startscript to start the enviroment. What ever circumstances are in charged for this action.

Views

2.8K

Likes

0

Replies

0
Re: RSS feed creation for AEM website - Adobe Experience Manager 12-10-2019
This is not a specific AEM OOTB use case. You need to write a custom service perhaps using Java/OSGi bundle: https://www.vogella.com/tutorials/RSSFeed/article.html AEM is a development stack and you can pretty much use Java to make develop solutions to meet your business requirements.

Views

4.9K

Like

1

Replies

0
Re: AEM6.5 - Error when edit component's dialog - Adobe Experience Manager 07-10-2019
As per the error[1], this looks to be a permissions issue. Can you check if you have properly created the service users?Try to compare all the workflow related service user permissions with OOTB instances.[1] Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakAccess0000: Access deniedat org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidator.checkPerm

Views

768

Likes

0

Replies

0
Re: User generated content sync between two publishers in AEM(Sling Content Distribution) - Adobe Experience Manager 07-10-2019
Can you verify the configuration as described at [1]Also, setup a DEBUG logger on the following classes to get more info on the failure:org.apache.sling.distributioncom.adobe.granite.distribution.corecom.day.cq.replication[1] User Synchronization

Views

755

Likes

0

Replies

0
Re: Move digital content from Google Drive to Author (Digital asset management) - Adobe Experience Manager 06-10-2019
As Scott mentioned, you can use asset manager API on your custom servlet to import the assets. OR1. Use ACS Tools CSV Asset importer - CSV Asset Importer OR1. update your DAM asset workflow to your required specification2. Install Use AEM Desktop App 3. Move the assets via desktop app.

Views

1.1K

Likes

0

Replies

0
Re: org.owasp.esapi is not getting resolved - - Adobe Experience Manager 02-10-2019
nope, I am trying to use ESAPI.encoder().encodeForXML( message );on existing class, so importing import org.owasp.esapi.ESAPI; into the project module

Views

3.7K

Likes

0

Replies

0
Re: Not able access AEM author using JcrUtils.getRepository - Adobe Experience Manager 25-09-2019
Get Repository API is generally used to connect to the instance from a standalone web application to do content creation/updates. Where are you executing this piece of code. Inside a servlet or a service? What is your actual requirement to connect from one environment to other? If you are looking for content sync, there are multiple options like using package manager or Grabbit etc..

Views

7.2K

Like

1

Replies

0
Re: Dynamically populate Touch UI dialog - select options - Adobe Experience Manager 01-10-2019
Hiwrote a small blog about this approach, thanks all for your valuable inputs.https://medium.com/the-telegraph-engineering/saying-more-with-less-how-to-build-components-for-aems-two-uis-without-repe…

Views

1.7K

Like

1

Replies

0
Likes from