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

pradeepdubey82
pradeepdubey82
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
16

Posts

Posts
93

Discussions

Discussions
11

Questions

Questions
82

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by pradeepdubey82
Customize the badges you want to showcase on your profile
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 27-07-2022
Good Morning Everyone, Thank you for giving me this opportunity to be part of your community. My name is Patrick Yee and I am a software engineer that loves using .NET, C#, C++, HTML, CSS, and JavaScript. I love to learn about technology. I also enjoy reading and writing, and playing video games. I am inspired to a game software developer, but in the meantime I want to be more knowledgeable person with a lot of skills.

Views

109

Like

1
Re: Custom Replication Agent problem - Adobe Experience Manager 17-02-2021
What libs did you modify in the pom.xml?

Views

592

Likes

0

Replies

0
Re: AEM 6.4 touch UI dialog | Reload the component dialog after select event - Adobe Experience Manager 23-08-2020
Hi Pradeep , any luck in getting this done. I am also looking for the same behavior. Thanks

Views

1.4K

Likes

0

Replies

0
Re: How to use hibernate in CQ6? - Adobe Experience Manager 27-12-2019
We have integrated Hibernate 5.4.5 and JPA 2.2 into Adobe Experience Manager 6.4.4 using two approaches below. Please, check https://soft-werke.com/en/archives/news-en/how-to-install-hibernate-5-4-5-jpa-2-2-in-adobe-experience-manager-6-4-4/ for more details.Classic approach - install zip package with all embedded Hibernate dependencies in AEM Package Manager with content-package-maven-plugin. Below is an example of Maven profile which can be later excluded to avoid installing Hibernate in each ...

Views

3.4K

Likes

0

Replies

0
AEM 6.4 SPA with Angular | Run mode specific environment.ts - Adobe Social 17-04-2019
Hi All,I have to read environment.ts based on run mode. For example in dev i have environment.dev.ts, in QA i have environment.qa.ts, in uat i have environment.uat.ts files.When starting AEM let's say in dev run mode then environment.dev.ts should read similarly for other run mode respective file to be read.At present it always read environment.ts file only.Please advise how to achieve it. Any help is highly appreciated.Thanks,Pradeep

Views

2.1K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 03-04-2019
Hi,you were using below which was returning null@AttributeDefinition(name = "Test Namel", defaultValue="Pradeep", description = "Read my name") String name();But I changed your config class like below, I was getting results@AttributeDefinition( name = "Test Name", description = "Read my Name", type = AttributeType.STRING )String getName() default "Pradeep";

Views

3.1K

Likes

0

Replies

0
AEM6.4 SP3 | OKTA + Oauth authentication integration - Adobe Experience Manager 14-03-2019
Hi All,After spending all most a day to figure out on how to implement okta+oauth in AEM6.4, i found nothing much on this. No proper documentation which can explain this use case.My client want to use okta + oauth in AEM for user authentication.I am using AEM6.4 SP3. Anyone please advise how to achieve this? Any help is greatly appreciated.Thanks,Pradeep

Views

1.3K

Likes

0

Replies

0
Re: AEM6.4 SP3 Asset metadata editor | dynamically populate list upon selection change - Adobe Experience Manager 11-03-2019
Yes this is what i was looking.Thank you very much for the help.Regards,Pradeep

Views

2.6K

Likes

0

Replies

0
Re: AEM6.2 sling models | Resource resolver is already closed - Adobe Experience Manager 20-03-2018
AN update - changed session id to :LOG.info("SESSION ID is " +session.getUserID() );Log message - 20.03.2018 23:21:02.626 *INFO* [Timer-25] com.adobe.community.time.core.TimeIml SESSION ID is admin

Views

3.4K

Like

1

Replies

0
Re: AEM6.3 | @Reference aanotation is not working in abstract class - Adobe Experience Manager 20-07-2018
Hey guysI face a similar issue and i am asked (by adobe) to avoid using @reference in abstract classes , and this worked on 6.2 and breaks on migration to 6.4, with bunch of scr annotation errors and components appear to be in satisfied stateInfact abstract keyword for a service at times sets the component to state "16", solution - remove abstract keywordIf you have nested inheritance and workflows and abstract classes take it off

Views

3.7K

Likes

0

Replies

0
Likes given to