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

Parusharam
Parusharam
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
4

Posts

Posts
20

Discussions

Discussions
1

Questions

Questions
19

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Parusharam
Customize the badges you want to showcase on your profile
Re: Maven build issue in AEM 6.4 - Adobe Experience Manager 06-02-2019
Yes, I am using maven archetype 13.

Views

915

Likes

0

Replies

0
Maven build issue in AEM 6.4 - Adobe Experience Manager 06-02-2019
Hi,We are in process of migrating AEM 6.2 to 6.4. While doing maven build or jenkins build, in existing jsp's some random text is getting appended like "org.apache.maven.project.MavenProject".example:actual code should be: and after the build the code is like : .Any pointers please..

Views

1.5K

Like

1

Replies

5
AEM mocks returns Null for @Reference objects - Adobe Experience Manager 23-10-2018
I am trying to mock Querybuilder and resolverfactory in my test class but I am getting null always.Main class:@ReferenceQueryBuilder builder;@ReferenceResourceResoloverFactory resolverFactory;Test class:@Mock QueryBuilder builder;setup(){ context.registerAdapter(ResourceResolver.class, QueryBuilder.class, builder); when(builder.createQuery(any(PredicateGroup.class), any(Session.class))).thenReturn(query);}Suggest me how to mock @Reference objects in mockito.Note: I am using Junit4 and mokito and...

Views

2.3K

Likes

0

Replies

3
Re: Unable to reference the osgi service into a servlet - Adobe Experience Manager 04-10-2018
Yes, i removed it and it's working fine. But If I add Configuration-policy = require then My service is missing in /system/console/components.

Views

1.8K

Likes

0

Replies

0
Re: Unable to reference the osgi service into a servlet - Adobe Experience Manager 04-10-2018
Yes looks like issue with the service as it is showing unsatisfied (reference). When I tried to make it active it is going to disabled state.Do I need create ocd class for service as well..?

Views

1.8K

Likes

0

Replies

0
Re: Unable to reference the osgi service into a servlet - Adobe Experience Manager 04-10-2018
Hi, Yes, I am using import org.osgi.service.component.annotations.Reference annotation only.

Views

1.8K

Likes

0

Replies

0
Unable to reference the osgi service into a servlet - Adobe Experience Manager 04-10-2018
I am trying to reference a service into a servlet,but when I use @Refernce annotation i am getting 404 not found exception even though my service is registered properly. here is my code snippetNote: I am using OSGI R6 Annotations in AEM 6.2Servlet:--------@Component(immediate = true, service = Servlet.class, property = { "sling.servlet.paths=/express/bin/getDynamicData", "sling.servlet.extensions=json", "sling.servlet.methods=GET" })@Designate(ocd=DynamicDataServlet.Configuration.class)public cl...

Views

4.2K

Like

1

Replies

12
How can I read the segmented data from third party DMP tool to display the AEM personalisation using context hub? - Adobe Experience Manager 12-09-2018
Hi,I am trying to read the data to create the segments in aem from third party dmp tool (relay 42). Based on the segments, i want the display the dynamic content in aem using contexthub. How to achieve this use case. I also want to load the segments frequently. I am using AEM 6.2

Views

859

Like

1

Replies

1
Event is not working when I add EVENT_FILTER in sling event handling - Adobe Experience Manager 19-01-2017
Hi,I am trying to trigger an event when any file is uploaded under particular path. I am using Event_filter to specify the path.Sample code snippet:@Properties({@Property(name=EventConstants.EVENT_TOPIC, value={SlingConstants.TOPIC_RESOURCE_ADDED,SlingConstants.TOPIC_RESOURCE_CHANGED})@Property(name=EventConstants.EVENT_FILTER, value="(Path=/content/fca-brands/na/jeep/product-data)")}) and the same is working when when I remove the EVENT_FILTER property.Can some one help me here.

Views

686

Likes

0

Replies

0