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
missing page property not showing in node(CRX/DE) but seen/available in view-as-published - Adobe Experience Manager 31-03-2022
TLDR: I cannot find a page property when checking the page properties in CRX/DE but the property value is showing up when checking view-as-published---------so I have a property called "fileReference" which just points to an image in the DAM (e.g. /content/dam/images/animals/frog.jpg). I checked the node (/content/mysite/en/animals/frog/jcr:content) and I cannot find the property there.BUT when I view-as-published on the page, the property value is showing in the rendered page.Additional tests:I...

Views

118

Likes

0

Replies

3
Re: help with javax.jcr.NamespaceException (Unknown namespace URI). Thanks! - Adobe Experience Manager 22-03-2022
the error does NOT happen all the time. I'm trying to read user properties.

Views

152

Like

1

Replies

2
help with javax.jcr.NamespaceException (Unknown namespace URI). Thanks! - Adobe Experience Manager 22-03-2022
Line 67 of the error message (see below) is the adaptTo lineimport com.adobe.granite.security.user.UserProperties; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHttpServletResponse; ResourceResolver resolver = request.getResourceResolver(); UserProperties userProperties = resolver.adaptTo(UserProperties.class); error message21.03.2022 15:30:09.630 *ERROR* [10.46.0.17 [1647837009626] GET /services/portal/myservice.json HTTP/1.1] com.adobe.granite.security.u...

Views

171

Likes

0

Replies

4
Re: how do I configure AEM to use HTTP instead of HTTP when creating links? - Adobe Experience Manager 21-03-2022
Thanks for the reply @milind_bachani I've edited the original post to answer your questions.

Views

55

Like

1

Replies

0
how do I configure AEM to use HTTP instead of HTTP when creating links? - Adobe Experience Manager 20-03-2022
might be best with examples. 1. in my RTE component, I created a link to "/content/mysite/en".2. using the built-in image component, I configured to link to "/content/mysite/en". in both examples, the rendered page uses HTTP. I want it to use HTTPS. I'm trying to avoid writing a custom Java code if there's a built-in solution already available. some info:prod environment is hosted by AMS (adobe managed services).AMS configured SSL on all environment including the public site (www.my-company-name...

Views

96

Likes

0

Replies

2
REST and AEM development - what's the deal? - Adobe Experience Manager 16-03-2022
I've been looking at REST and AEM/sling (and other technologies around AEM) and it seems to be if I use AEM, it's automatically RESTful? (there are various websites that explains/defines REST and it seems to be AEM qualifies.If no to my 1st question, what do I need to do to make it RESTful?Thanks a lot!

Views

63

Likes

0

Replies

1
Re: what's the difference between "/apps/my-apps/config" and "/apps/my-app/configs"? - Adobe Experience Manager 16-03-2022
Great share. I didn't know about these settings in configMgr. Are there other important configMgr settings I need to look at? (I know there's hundreds but some must be more important than others). Thank you!

Views

107

Like

1

Replies

1
what other things can I do with OSGI in the context of AEM? - Adobe Experience Manager 15-03-2022
presently, I've only used OSGI (where I've used the import Java directive to include various OSGI libraries in my custom code) store custom app configget environment info (whether it's test,prod or author, publisher and etc)------- In our custom code base, we have a folder called "core" and inside it is a pom.xml that imports several OSGI jars. Is it likely that the whole "core" folder is an OSGI bundle? (I know the core folder shows in /system/console/bundles) all the java code inside is a "com...

Views

71

Likes

0

Replies

1
what's the difference between "/apps/my-apps/config" and "/apps/my-app/configs"? - Adobe Experience Manager 15-03-2022
This 2 folders are in our custom package. I know from experience that the config available in the XML file is --not-- applied if I placed them inside "/apps/my-apps/config". I'm only asking since I was looking at the ACS commons error handling and it states to put the XML config file inside "/apps/my-app/config" but in our case, we have it inside "/apps/my-apps/configs"

Views

121

Likes

0

Replies

4
how do I hide the page delete button from a group of users? - Adobe Experience Manager 20-01-2022
might be best explained with an example: - I have a user called called "no-page-delete"- this group has full access to manage content inside /content/my-site- But I want to remove their ability to delete pages.- I tried doing removing their delete page ability via ACL but removing one of the write permissions also disables create page and edit content permissions. How can I do it? Thanks!

Views

169

Likes

0

Replies

1