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

codingStar
codingStar
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
14

Posts

Posts
44

Discussions

Discussions
14

Questions

Questions
30

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by codingStar
Customize the badges you want to showcase on your profile
Issue while migration from AEM6.5 project to AEM as a cloud manager - Adobe Experience Manager 23-07-2022
Hi All, I am migration from AEM6.5 project to AEM as a cloud manager and while analysis I found that below commerce component are not available in AEM as a cloud /libs/commerce /libs/commerce/component/product /libs/commerce/component/...other component AEM6.4 AEM as as cloud + CIF : I also in installed CIF .far file on my local but still not found those component. In AEM6.4 we my project heavily dependent on those component, Can you help me where I can find those component or do I need to insta...

Views

84

Likes

0

Replies

1
Adaptive form accordion expand and collapse event - Adobe Experience Manager 09-12-2021
Hi All, I have created an adaptive form in aem 6.5 and selected Layout as AccordionI want to write some custom code in rule editor on individual Accordion expand and collapse but did not find and method or guide bridge api. Can you help me to find method or guide bridge api for Accordion expand and collapse so I can write custom code in rule editor. Refer below images for from deatils Form structure Main Panel Expand Collapse

Views

121

Likes

0

Replies

0
Re: Getting error while building maven project " Bundle aem-digital.core:1.0.0-SNAPSHOT is importing package(s) com.fasterxml.jackson.dataformat.csv in start level 20 but no bundle is exporting these for that start level." - Adobe Experience Manager 03-12-2021
@arunpatidar I am getting this just after adding below dependency which I am using on servlet class. And I am getting this error even run mvn clean install

Views

2.1K

Like

1

Replies

1
Re: Getting error while building maven project " Bundle aem-digital.core:1.0.0-SNAPSHOT is importing package(s) com.fasterxml.jackson.dataformat.csv in start level 20 but no bundle is exporting these for that start level." - Adobe Experience Manager 03-12-2021
@B_Sravan I have already added dependency in main pom as well as in core pom gettig error while running below build commandmvn clean install -PautoInstallPackageMain pom. com.fasterxml.jackson.dataformat jackson-dataformat-csv 2.11.4 Core pom com.fasterxml.jackson.dataformat jackson-dataformat-csv

Views

2.1K

Like

1

Replies

0
Re: Getting error while building maven project " Bundle aem-digital.core:1.0.0-SNAPSHOT is importing package(s) com.fasterxml.jackson.dataformat.csv in start level 20 but no bundle is exporting these for that start level." - Adobe Experience Manager 03-12-2021
Jörg_Hoh I have tried to add below in core pom.xml but still getting same error. org.apache.felix maven-bundle-plugin 4.2.1 true com.fasterxml.jackson.* jackson-dataformat-csv;scope=compile|runtime true com.fasterxml.jackson.*

Views

2.1K

Like

1

Replies

1
Getting error while building maven project " Bundle aem-digital.core:1.0.0-SNAPSHOT is importing package(s) com.fasterxml.jackson.dataformat.csv in start level 20 but no bundle is exporting these for that start level." - Adobe Experience Manager 02-12-2021
Hi All, I have created AEM a cloud project using below archtype mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=30 -D appTitle="Digital Site" -D appId="digitalsite" -D artifactId="aem-digital" -D groupId="com.digital" -D aemVersion=cloud -D includeDispatcherConfig="y" I have added some project specific dependency com.fasterxml.jackson.dataformat jackson-dataformat-csv 2.11.4 But while building the project I am getting...

Views

2.2K

Likes

0

Replies

9
AEM Sql2 subqury is not working - Adobe Experience Manager 28-10-2019
Hi,I am trying to use SQL2 sub-query while I am executing the query getting error. Below is my query and error. Can someone look share whats wrong i am doing here?#QuerySELECT * FROM [nt:base] WHERE [sling:resourceType] = 'mywebsite/components/content/button' AND [buttonURL] IN(SELECT [jcr:path] FROM [dam:Asset] AS s WHERE CONTAINS(s.*, 'mysearchKeyword') AND [jcr:path] ISDESCENDANTNODE([/content/dam/mywebsite])) AND ISDESCENDANTNODE([/content/mywebsite/dashboard]) #Errorjava.text.ParseException...

Views

788

Likes

0

Replies

0
How to do fulltext search from cq:Page and dam:Asset in single query - Adobe Experience Manager 23-10-2019
I am able to do search in cq:Page and dam:Asset using query builder (refer below )1_group.1_group.path=/content/mywebsite/dashboard1_group.2_group.path=/content/dam/mywebsite1_group.p.or=true2_group.1_group.type = cq:Page2_group.2_group.type = dam:Asset2_group.p.or=true3_group.2_group.fulltext =mysearchKeywordHow I can so the same search in SQL2 query.?

Views

788

Likes

0

Replies

1
Re: AEM fulltext search result order - Adobe Experience Manager 21-10-2019
-ash​ You mean that I don't need to write any extra parameter in my query(below is my query) to get result in relevance order from DAM(either its .docx or .pdf file).?SELECT * FROM [dam:Asset] AS a WHERE CONTAINS(a.*, '" + searchKeyword+ "') AND [jcr:path] like '/content/dam/mywebsitefolder/%'

Views

2.3K

Likes

0

Replies

0
Re: AEM fulltext search result order - Adobe Experience Manager 18-10-2019
This not working.let me rephrase my questionI want to show most relevant file on top then so on. Suppose pdfs contain thousands words and only few word will match with keyword 'world' then i want to show list in order so i can say that in this list first file have the most matching word.

Views

2.3K

Likes

0

Replies

0