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: question on Oak login Idle timeout setting (org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl) and protected+published pages. - Adobe Experience Manager 25-08-2022
I think it would. But you need to take care of account creation, credential management etc on your own. I would recommend to use SAML.

Views

6

Like

1

Replies

0
Re: How do I track user site website interaction for implementing an idle timeout feature? - Adobe Experience Manager 25-08-2022
I understand that. So it's a security feature, is it? In that case you should come up with a holistic plan of security, and integrate this feature into it. And any client-side security measure must be augmented with a server-side component, because you cannot trust the client.

Views

5

Likes

0

Replies

0
Re: component HTML has changed but local publisher is still showing the old version - Adobe Experience Manager 15-08-2022
@jayv25585659 Below are some of the questions i have can you check that in your local instance. 1. Is your replciation agent working fine in your author instance please check ? 2. Can you trigger a build to publisher instance using below command mvn clean install -PautoInstallPackage -Daem.port=4503 and also please check your bundles if they are active or not ? 3. Once when trying to replicate the page or html please check logs for any errors.

Views

67

Likes

3

Replies

0
Re: logs not getting updated when running AEM inside windows - Adobe Experience Manager 11-08-2022
@jayv25585659 you can tail log in windows using Jtail.jar. Please refer to below article: https://aem4beginner.blogspot.com/how-to-tail-log-files-of-aem-in-windows

Views

44

Like

1

Replies

0
Re: logs not getting updated when running AEM inside windows - Adobe Experience Manager 31-07-2022
I just tried inside a cmd+run-as-admin. same results. none of the log files has been updated. The only change that I can see is that a new s7access-my-current-date.log has been created for today.

Views

45

Like

1

Replies

0
Re: ACS commons: Cannot retrieve Marketo cloud config when viewing --published-- pages - Adobe Experience Manager 01-07-2022
this issue still there. Has anyone fixed this or any fix available from acs commons side ?Error log till date:Caused by: java.lang.NullPointerException: nullat com.adobe.acs.commons.marketo.impl.MarketoClientConfigurationManagerImpl.getConfiguration(MarketoClientConfigurationManagerImpl.java:56) [com.adobe.acs.acs-aem-commons-bundle:4.7.0]... 294 common frames omitted01.07.2022 14:32:22.397 *ERROR* [0:0:0:0:0:0:0:1 [1656666142022] GET /content/we-retail/us/en.html HTTP/1.1] org.apache.sling.scri...

Views

51

Likes

0

Replies

0
Re: what JCR node type combinations are possible? - Adobe Experience Manager 12-06-2022
Hi,To get information about possible properties and children nodes , you need to look for CND files example - https://docs.jboss.org/author/display/MODE50/Compact%20Node%20Type%20(CND)%20files.html You can simple look for cnd file in CRXDE e.g. /libs/cq/commons/nodetypes/core.cnd

Views

84

Like

1

Replies

0
Re: I created an OSGI service that accesses a configuration in configMgr. How do I access this service inside a workflow item? - Adobe Experience Manager 08-06-2022
Hey @jayv25585659 , As you have already mentioned that you are using a OSGIService which is accessing the OSGIConfig.MyConfiguration:@ObjectClassDefinition( name = "My Configuration", description = "This configuration reads the values") public @interface MyConfiguration { // All attribute definitions } MyServiceUsingConfig looks like :@Component(service = MyServiceInterface.class, immediate = true) @Designate(ocd = MyConfiguration.class) public class MyServiceUsingConfig implements MyServiceInte...

Views

81

Like

1

Replies

0
Re: Is it possible to set ACL on a path inside our custom maven AEM project? if yes how? - Adobe Experience Manager 07-06-2022
You can set the permissions in repoInit file and push the changes with in build .Refer: sling.apache.org/documentation/bundles/repository-initialization.html

Views

72

Likes

2

Replies

0
Re: Is it possible to have multiple OSGI bundles in 1 project? If yes, how? - Adobe Experience Manager 29-05-2022
@jayv25585659 Yes, You can have bundles with same Symbolic Name and different versions. You can have in parallel. But what is your use case. What are you trying to achieve with 2 bundles.

Views

85

Likes

3

Replies

0