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

jayv25585659
jayv25585659
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
71

Posts

Posts
187

Discussions

Discussions
46

Questions

Questions
141

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jayv25585659
Customize the badges you want to showcase on your profile
Re: how do I use BouncyCastle libraries in my maven project? - Adobe Experience Manager 27-04-2022
the page you linked mentions the 3rd party libraries are not resolving in system/console/bundles. but I'm not seeing it in my local AEM.Also we've "imported" other 3rd party libraries like gson before and never encountered this problem. Thanks

Views

70

Like

1

Replies

1
how do I use BouncyCastle libraries in my maven project? - Adobe Experience Manager 18-04-2022
problem: My Java code cannot see BouncyCastle libraries.----------------situation: I have a component that needs to use BouncyCastle libraries. The other vendor has provided some Java examples on how to use their API and the examples uses BouncyCastle.I have tried using regular Java libraries (java.*) and it's not working. I'm just testing to see if the implementation requires BouncyCastle.----------------mvn integration with BouncyCastle:To integrate BouncyCastle into my maven project, I change...

Views

103

Likes

0

Replies

3
com.adobe.granite.security.user.UserProperties Java Class: what's the difference between authorizableId vs principalName? - Adobe Experience Manager 05-04-2022
I created a new user (ID=a0001) in my local AEM and both functions give me the same value (which is a0001). The Adobe reference document is not very clear on the distinction. Thanks EDIT: I had a look in CRX/DE for the properties of a0002 user and rep:principleName and rep:authorizableId has the same value. String principalName = userProperties.getPrincipalName(); String authorizableID = userProperties.getAuthorizableID();

Views

102

Likes

0

Replies

1
Re: missing page property not showing in node(CRX/DE) but seen/available in view-as-published - Adobe Experience Manager 04-04-2022
I am admin though. (or at least the admin account provided to me by Adobe Managed Services).

Views

77

Like

1

Replies

0
Re: selector (resource resolution) not working - Adobe Experience Manager 03-04-2022
was different to the example provided here (but this could apply to earlier versions)http://www.aemcq5tutorials.com/tutorials/sling-resource-resolution-aem/Thank you.

Views

68

Like

1

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/mysite/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/mysite/components/page/content-page/content-page.html and called it /apps/mysite/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT I added a "hello there" text on the test.html version. When viewing the page via view-as-published with the selector (example: http://-->...

Views

98

Likes

0

Replies

2
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT 2 changes I made: I added a "hello there" text on the test.html version.The body tag of the test.html version does not have a CS-->...

Views

81

Likes

0

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT I added a "hello there" text on the test.html version. When viewing the page via view-as-published with the selector (example: h-->...

Views

30

Likes

0

Replies

0
selector (resource resolution) not working - Adobe Experience Manager 31-03-2022
I have a page that uses this page template (sling:resourceType = /apps/flinders/components/page/content-page) to test selectors (which I have not done before), I created a copy of /apps/flinders/components/page/content-page/content-page.html and called it /apps/flinders/components/page/content-page/content-page.test.html. The contents of the 2 files are the same EXCEPT I added a "hello there" text on the test.html version. When viewing the page via view-as-published with the selector (example: h-->...

Views

37

Likes

0

Replies

0
Can someone please explain the differences/purposes of these main folders (example: /conf) in AEM? - Adobe Experience Manager 31-03-2022
mainly looking at these/apps - i know custom osgi packages are installed here but what's the differences between /apps and /libs/conf - I know some of our custom config goes here./etc - I know our resource mapping goes here but what else is in here? more settings?/libs - almost seems/system/var - this seems to be the logging/"working area"? I have linux experience but I'm unsure if the path names translate to their Linux equivalent (where available).Thanks!

Views

83

Likes

0

Replies

2