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

davidjgonzalezz
davidjgonzalezz
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
16

Likes Received

Likes Received
46

Posts

Posts
54

Discussions

Discussions
10

Questions

Questions
44

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidjgonzalezz
Customize the badges you want to showcase on your profile
Re: AEM 6.5 Assets Http Api - 404 error for tif assets - Adobe Experience Manager 29-10-2020
What exact version of AEM are you on? Can you try moving to 6.5.6 if you are not on it?

Views

2.4K

Likes

0

Replies

0
Re: Need to remove OOTB roles in the AEM Create Project W... - Adobe Experience Manager 29-10-2020
Disclaimer: I'm not a Projects expert.Are you overlaying a project under /libs? If so can you use create the same-named resources as the observer/editor/owner entry item resources, and use "sling:hideResource=true" [1] to hide them in your overlay? [1] https://docs.adobe.com/content/help/en/experience-manager-65/developing/platform/sling-resource-merger.html

Views

393

Like

1

Replies

1
Re: RedirectTarget Property Issue || .html extension issue - Adobe Experience Manager 29-10-2020
I assume you're using Core Components Page component. It looks like you're running into: https://github.com/adobe/aem-core-wcm-components/blob/master/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/Utils.java#L94...based on the above code, you could add a vanity URL to the target page that is the page URLe with minus the ".html" and it looks like that should work. If you wanted to write come code, you could overlay the Core Components Page's "redirect.html" script, and provi...

Views

699

Like

1

Replies

0
Re: Junit test cases for AEM Event Listener - Adobe Experience Manager 29-10-2020
The cleanest way to unit test this is to simply test is an OSGi service using AEM Mocks [1] (which are a super-set of Sling Mocks/JCR mocks [2]).You can see how something (of similar complexity, though a servlet) is achieved via this unit test [3]Basically you'll need to: 1. Create a Unit Test using Mockito and AEM Mocks2. In the @Before methodDefine the testing node structure in a JSON file and load it into the mock text context Mock the AEM Externalizer service (I don't think AEM Mocks provide...

Views

1.8K

Like

1

Replies

0
Re: AEM 6.5 non-turnkey installation documentation - Adobe Experience Manager 29-10-2020
Please review: https://docs.adobe.com/content/help/en/experience-manager-65/deploying/introduction/technical-requirements.html (search for JBOSS on this page)As noted to use JBOSS 7.1.4 has restricted support, so make sure you understand and accept ramifications. Else you can review https://docs.adobe.com/content/help/en/experience-manager-65/deploying/deploying/application-server-install.html for installing AEM on App servers.

Views

294

Likes

0

Replies

0
Re: AEM 6.5 Assets Http Api - 404 error for tif assets - Adobe Experience Manager 29-10-2020
This works just fine on AEM 6.5.6 for me. Try issuing these Curl commands (updating user/pass, path as needed) curl --user admin:admin http://localhost:4502/api/assets/test.jpeg -X PUT -H"Content-Type: application/json" -d '{"class":"asset", "properties":{"dc:title":"My JPEG"}}' curl --user admin:admin http://localhost:4502/api/assets/test.tiff -X PUT -H"Content-Type: application/json" -d '{"class":"asset", "properties":{"dc:title":"My TIFF"}}' curl --user admin:admin http://localhost:4502/api/a...

Views

2.5K

Like

1

Replies

17
Re: What controls the order of new assets in card view fo... - Adobe Experience Manager Assets 23-10-2020
Ahh - that makes sense. Ordered folders list by their defined order - its in the name after all -- and new items go at the end of the list.

Views

896

Like

1

Replies

0
Re: while installing package , getting "A different version seems to be installed" - Adobe Experience Manager 22-10-2020
And how are you installing the 2.0.1 package? Manually via Package Manager? Or running a mvn install command (if so, what is it exactly)? Or something else (ex. custom Jenkins)

Views

1.4K

Likes

0

Replies

0
Re: Integrate Angular 10 component with AEM 6.4 - Adobe Experience Manager 22-10-2020
Are you asking how you have your Maven AEM project invoke a Node.JS project that builds all your Angular components (both 1 and 10) into there compiled bundles, and automatically adds them (the built bundles) to your AEM Project deployment package as clients libs? If so, check out the ui.frontend project in the WKND Sites project (or the ui.frontend project generated from the latest AEM Project archetype).Note that even though your on AEM 6.4 the ui.frontend project is "agnostic" to the version ...

Views

481

Likes

0

Replies

0
Re: while installing package , getting "A different version seems to be installed" - Adobe Experience Manager 22-10-2020
What is the installed version, and what is your "new" package's version?

Views

1.4K

Likes

0

Replies

0