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

justin_at_adobe
justin_at_adobe
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
259

Likes Received

Likes Received
88

Posts

Posts
529

Discussions

Discussions
21

Questions

Questions
508

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by justin_at_adobe
Customize the badges you want to showcase on your profile
Re: AEM as a Cloud Service doesn't download logs more than one week - Adobe Experience Manager 11-08-2021
@y-sawayama Thanks for submitting this idea. We are tracking this internally and will consider this during future prioritization planning sessions. In the meantime, I would suggest looking at using the Cloud Manager API to download the logs you are interested on a recurring basis and persisting them into your own storage infrastucture.

Views

203

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
It is really up to you. The point of the tutorial is not really to integrate with Slack It's to help you understand how to create your own integration using Slack/Teams as *examples* of things you might want to integrate with. The idea being that once you've gone through the tutorial step by step you have the building blocks necessary to create your own "real" integration. The tutorial code is *only* capturing the started event. If you want to capture a different event, you'll need to adjust the...

Views

1.5K

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
I've updated the tutorial content to reflect this. For what it is worth, you actually can see this difference in the Debug Tracing screen as indicated by @shikhartanwar although it perhaps a bit subtle -- if you compare @shikhartanwar's screenshots to yours, his show an object whereas yours shown an array. Apologies for missing this.

Views

1.5K

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
Yes, this code only works with the Single style. I'll update the documentation to reflect this. When you use the Batch style, the body of the POST request is an array, not an object. So if you want to use that style, you'd iterate through the array and process each event. Not a ton more code, but outside the scope of the tutorial.

Views

1.5K

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
Actually, I might know the reason. Did you select the "Batch" Delivery Style?

Views

1.5K

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
Ah, OK. So you were able to get the challenge working. The only thing I can suggest at this point would be to log the body. Take a look at lines 117 to 120 of https://glitch.com/edit/#!/easy-melted-dust.

Views

1.5K

Likes

0

Replies

0
Re: Adobe Cloud Manager API Tutorial Webhook - x-adobe-si... - Adobe Developer Events 16-07-2021
@jasonhamplemanLooking at https://glitch.com/edit/#!/candy-gifted-hallway, I believe the problem is in how you commented out the signature verification. You appear to have commented out the injection of the body-parser express middleware. The result of this is that the body is, well, not parsed and thus req.body is undefined.What you should do instead is to have this minimal piece: app.use(bodyParser.json()); In other words, the bit to comment out is actually the object passed to bodyParser.json...

Views

1.6K

Likes

0

Replies

9
Re: querybuilder search on Property case insensitive - Adobe Experience Manager 13-03-2019
As I understand it, the issue is not really XPath vs. SQL2, but really with the QueryBuilder. But you might want to ask in the other thread to be sure.

Views

2.5K

Likes

0

Replies

0
Re: querybuilder search on Property case insensitive - Adobe Experience Manager 13-03-2019
farahz913310​ Based on the discussion in Re: AEM 6.2 "fn:lowercase" is not working (and some other linked threads), it appears that the function described in my original "correct" answer (from 2015) stopped working with AEM 6.2 and was never officially supported. That thread has a proposed solution which does (apparently) work in 6.2 and beyond.

Views

2.5K

Likes

0

Replies

0
Re: Twitter Feed Component from ACS commons on AEM 6.3 not working - Adobe Experience Manager 27-09-2018
I'm not sure what you mean by "API constraints". That bundle works fine on AEM 6.3. Same thing with "JSP used in the component". There's no requirements put on the JSP (or even a requirement to use JSP) imposed by the ACS AEM Commons Twitter integration.But if this is the path you want to go down, that's ultimately up to you. My guess is that you are missing the service user configuration. You said you created the service user, but didn't say whether or not you created the service user configura...

Views

1.3K

Likes

0

Replies

0
Likes given to