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: which is better for using external authentication with DB ? - Adobe Experience Manager 24-02-2016
Hi,I don't think the first scenario is really work considering.For the second scenario, you should be using an Oak Identity Provider. No Custom Login Module would be necessary.Regards,Justin

Views

845

Likes

0

Replies

0
[ANN] ACS AEM Commons 2.3.0 Released - Adobe Experience Manager 04-02-2016
I'm pleased to announce the release of ACS AEM Commons 2.3.0New Features in ACS AEM Commons 2.3.0 include:Support for raw Twitter data in Twitter feeds (largely for custom components).Support for limiting the number of components in parsys components.A lightweight cache for md5 hashes on Versioned Client Libraries.Support for DAM Assets in SitemapsAs well as a number of bug fixes largely around the multipanelfield widget and Ensure Oak Index features. Thanks to the following individuals for thei...

Views

1.0K

Likes

0

Replies

0
Re: AEM 6.0 Granite UI dynamic drop down value from servlet - Adobe Experience Manager 03-02-2016
Did you look at the DataSource examples?

Views

1.0K

Likes

0

Replies

0
Re: How to load component-specific resource bundle for translation? - Adobe Experience Manager 03-02-2016
Hi,It looks like there needs to be an additional mixin which allows the sling:basename property on nt:file nodes. You can create your own mixin to do that, but please also file a DayCare ticket so this gets addressed in the product.Regards,Justin

Views

1.1K

Likes

0

Replies

0
Re: 403 Response From Adobe Experience Manager OAuth 2 Token Endpoint - Adobe Experience Manager 03-02-2016
Hi,To be honest, I'm not very familiar with Postman's OAuth2 support. Can you provide a complete dump of the POST request to /oauth/token? My guess is that this is the Referrer Filter, but I'm not sure.Regards,Justin

Views

3.9K

Like

1

Replies

1
Re: Payment gateways =>Native eCommerce implementation - Adobe Experience Manager 08-12-2015
Hi,As Scott wrote above and as is documented a few times on https://docs.adobe.com/docs/en/aem/6-1/administer/ecommerce/concepts.html, the JCR commerce implementation is for demo and instructional purposes. It is not intended to be used in production. In your particular case, you could use it as a basis to build a custom commerce implementation which met all of your business requirements. Although more likely (again, to reiterate what Scott wrote) you would be best served by working with Adobe C...

Views

1.4K

Likes

0

Replies

0
Re: ThreadResourceResolver - is it safe to use and what are its limits? - Adobe Experience Manager 07-12-2015
Hi,I assume you are referring to https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/com/adobe/granite/resourceresolverhelper/ResourceResolverHelper.html. If so, this really only works in a request context in which case it will be the ResourceResolver associated with the current request.So:1) Yes it will always be non-null in a request context.2) The permissions of the current user.3) Depends upon the permissions of the current user.Regards,Justin

Views

787

Likes

0

Replies

0
Re: LdapIdentityProvider is not resolved in service - Adobe Experience Manager 03-12-2015
Hi,That package is not exported so you cannot use it. If you want to read the configuration values, I'd suggest using the OSGi Configuration Admin service.Regards,Justin

Views

418

Likes

0

Replies

0
Re: Integrating AEM to work with Azure data store - Adobe Experience Manager 30-11-2015
The Azure Blob Storage (which is the equivelant of S3) as a DataStore is not suppported. If you run on Azure, you have to use Azure File Storage and the FileDataStore. You could theoretically create your own DataStore implementation on top of Azure Blob Storage, but this would obviously not be supported by Adobe.

Views

965

Likes

0

Replies

0
Re: Tagging and Search - Adobe Experience Manager 10-11-2015
Hi,It depends upon how the query is formulated. If you run a full-text search (i.e. using the contains operator), then all keywords are searched, which in this case includes all of the path segements of the tagId. If you run a property search on the cq:tags property, then the exact property value would be matched.Regards,Justin

Views

1.0K

Likes

0

Replies

0
Likes given to