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

KishCq5
KishCq5
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
2

Posts

Posts
39

Discussions

Discussions
9

Questions

Questions
30

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by KishCq5
Customize the badges you want to showcase on your profile
AEM 6.2 MongoDB(Enterprise V3.2.2) integration not working - Adobe Experience Manager 12-06-2017
Hi All,I am in progress of developing an POC of AEM 6.2(with SP1) author cluster integrated with Mongodb (Enterprise v3.2.2) replica set . The goal which i want to achieve is create two AEM instances pointing to MongoDB replica (primary,secondary,Arbiter)The issue which i am facing is First instance is coming up fine and able to login successfully and the second AEM instance has start up issues and i see jetty not coming up. The steps which i followed areMongoDB setup:1. Create an Mongo DB repli...

Views

14.8K

Likes

0

Replies

9
Re: How to get LoginContext object in Custom Authentication Handler? - Adobe Experience Manager 07-09-2016
Thanks for the response Samc. I tried various options but my main goal is achieve Kerberos authentication in AEM. IIS will do the Authentication part and pass the Authorization header Negotiate service token to AEM. the login module which i am trying to write should decrypt the service token. i am stuck at getting the logincontext object which talks to KDC and authenticates the service account of windows server. Need pointers in achieving the same in AEM.i tried implementing SSO in tomcat using ...

Views

6.2K

Likes

0

Replies

0
How to get LoginContext object in Custom Authentication Handler? - Adobe Experience Manager 22-08-2016
Hi Experts,I am writing an Custom Authentication handler in AEM in order to achieve the SSO functionality with Kerberos token. The code to decode the service token needs the LoginContext object. Below is the sample code this.loginContext = new JaasLoginContext("jackrabbit.oak", handler);this.loginContext.login();when i am trying to execute the above code i am getting below error javax.security.auth.login.LoginException: unable to find LoginModule class: org.apache.felix.jaas.boot.ProxyLoginModul...

Views

6.6K

Likes

0

Replies

4
SlingHttpServletRequest object is null when we pass it to OSGI service from WCMUse class - Adobe Experience Manager 03-02-2016
Hi All,SlingHttpServletRequest object is null when i am passing it from WCMuse class to an OSGI service . why it will behave like that. Also when we do an getRequest in WCMUse class it returns an org.apache.sling.scripting.core.impl.helper.OnDemandReaderRequest object instead of org.apache.sling.api.SlingHttpServletRequest object. Sample code is as belowpublic class MyWrapperClass extends WCMUse {private SlingHttpServletRequest request;@Override public void activate() { request = getRequest(); /...

Views

2.9K

Likes

0

Replies

4
Re: Sightly-Javascript USE Implemetaion - Question - Adobe Experience Manager 03-02-2016
Thanks a lot for the replies. Now i understood why it wont work which i tried.I have an scenario. can you please let me know how we can implement1. There is an HTML form in sightly2. once submit data has to be pushed to Servlet (as we cant invoke function in javascript use class i have wriiten an ajax call in another js file)3. we need to send the inputs to service which gives an additional details (calling the OSGI service in servlet and getting additional data)4. the additional details has to ...

Views

2.7K

Likes

0

Replies

0
Sightly-Javascript USE Implemetaion - Question - Adobe Experience Manager 02-02-2016
Hi All,i am new to sightly.i understand that javascript USE class will be an server side programming. is there any way we can call an function written in javascript use file from sightly template? below is code which i am trying to but the call is not getting executed onclick. let me know how to achieve this kind of scenarioHTML: Click logic.jsuse('/apps/todo/components/utils/filters.js', function (filters){'use strict'; var model = filters; function addItemAction() { log.info("11111111111111111...

Views

3.5K

Likes

0

Replies

4
Query regarding passing HTML hidden value to slighty - Adobe Experience Manager 07-01-2016
Hi All,The use case is when the user selects the drop down in UI we have to pass selected drop down option value to Sightly so that we hit back end service in java class. How to achieve above use case? how to pass an javascript variable value to slightly (java class) ? if we update the javascript variable in an HTML hidden variable how to pass the hidden variable slightly java class

Views

1.5K

Likes

0

Replies

2
Re: Workflow Launchers - Touch UI vs Classic UI - Adobe Experience Manager 15-10-2015
I am able to answer partially to your question. the point i want to state is workflows will be triggered on the action of button click. if you see the functionality of Activate, once the button is clicked default "request for activation" workflow will be triggered you can check the code /libs/wcm/core/content/siteadmin/actions/activate/menu/activateNow the handler CQ.wcm.SiteAdmin.activatePage will be fired in /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js. in the same way it might ...

Views

1.4K

Likes

0

Replies

0
Sorting in CQ5 Dialog SelectBox Dropdown - Adobe Experience Cloud 15-10-2015
Hi All,We are displaying list of IDs for example 3111111,3333333,3222222,21111111... etc in an dropdown of CQ5 dialog where author choose one and enter content so that the content will be persisted with ID in the jcr content.The issues is how to sort the numbers and display them in ASC/Desc order. I tried with sortDir property of Xtype select and it not sorting the above string values.when i research i found the property will be used to sort only characters.how to sort the above kind of values. ...

Views

1.8K

Likes

0

Replies

0
Sorting in CQ5 Dialog SelectBox Dropdown - Adobe Experience Manager 15-10-2015
Hi All,We are displaying list of IDs for example 3111111,3333333,3222222,21111111... etc in an dropdown of CQ5 dialog where author choose one and enter content so that the content will be persisted with ID in the jcr content.The issues is how to sort the numbers and display them in ASC/Desc order. I tried with sortDir property of Xtype select and it not sorting the above string values.when i research i found the property will be used to sort only characters.how to sort the above kind of values. ...

Views

965

Likes

0

Replies

0
Likes from