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: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 02-04-2019
I followed the same link, not working in  sling servlet.

Views

4.0K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 02-04-2019
Hi Hemant arora tried your way also, didn't work.

Views

4.0K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 02-04-2019
Hi Donald,My requirement is to read custom configuration properties from osgi console in sling servlet using AEM6.4 SP2.The example you shared is just to define and use the class in @Reference. I didn't find any custom configuration.Thanks,Pradeep

Views

4.0K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 01-04-2019
Hi Donald,Below is my entire codeimport org.osgi.service.metatype.annotations.AttributeDefinition;import org.osgi.service.metatype.annotations.ObjectClassDefinition;@ObjectClassDefinition(name = "My Service Configuration", description = "Service Configuration")public @interface CustomConfigIntf {@AttributeDefinition(name = "Test Namel", defaultValue="Pradeep", description = "Read my name") String name();}public interface MySimpleService {public String getName();}import org.osgi.service.component...

Views

4.0K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 01-04-2019
Yes, My bundle is in active state, and servlet is unsatisfied state due to @Reference

Views

4.0K

Likes

0

Replies

0
Re: AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 01-04-2019
Yes, If I add @Reference sling servlet stopped working. It is in unsatisfied state due to the reference.

Views

4.0K

Likes

0

Replies

0
AEM6.4 @Reference not working in SlingServlet - Adobe Experience Manager 01-04-2019
Hi All,My sling servlet is not working as soon as i add @Reference in it, otherwise it works fineBelow is the servlet code, i have create custom configuration as per the AEM6.4 standards(one @Interface class, one Interface class, one Impl class with proper annotations(org.osgi.service.component.annotations))@Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=Simple Demo Servlet","sling.servlet.methods=" + HttpConstants.METHOD_GET, "sling.servlet.paths=" + "/bin/tes...

Views

20.1K

Like

1

Replies

23
Re: Custom Replication Agent problem - Adobe Experience Manager 30-03-2019
Thank you Airtash. It worked.

Views

3.4K

Like

1

Replies

0
Re: Custom Replication Agent problem - Adobe Experience Manager 28-03-2019
Hi,I am also facing same issue,Agent is not valid. ContentBuilder not availablecreated multi module aem project using archetype 15. Below is my content builder code@Component(name="Custom Content Builder", service=ContentBuilder.class)public class CustomContentBuilder implements ContentBuilder {private static final Logger LOGGER = LoggerFactory.getLogger(CustomContentBuilder.class);@Reference private ResourceResolverFactory resolverFactory;public static final String NAME = "Custom Content Builde...

Views

3.4K

Like

1

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
Likes given to