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

Dinu_Arya
Dinu_Arya
Offline

Badges

Badges
37

Accepted Solutions

Accepted Solutions
17

Likes Received

Likes Received
52

Posts

Posts
201

Discussions

Discussions
35

Questions

Questions
166

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dinu_Arya
Customize the badges you want to showcase on your profile
How to compare exact date without time stamp using query builder - Adobe Experience Manager 24-03-2021
Hi Team, I have to get the nodes using the date value YYYY-MM-DD but the node also contains timestamp.Kindly let me know how can I do that?I tried below but got the exception-map.put("daterange.property", "joiningDate");map.put("daterange.lowerBound", "2021-02-16" + "-01-01");map.put("daterange.lowerOperation", ">=");map.put("daterange.upperBound", "2021-02-16" + "-12-31");map.put("daterange.upperOperation", "<="); Exception:javax.jcr.query.InvalidQueryException: java.text.ParseException: Query:...

Views

449

Like

1

Replies

1
How to get login-token generated using TokenUtil - Adobe Experience Manager 06-04-2020
Hi Team, I need to get login-token which is generated using TokenUtil upon creation. I'm using the below method to create it. I need it in the very next step of the below method call-public static AuthenticationInfo createCredentials(HttpServletRequest request, HttpServletResponse response, SlingRepository repository, String userId, boolean httpOnly) Please help me in this. Is there any way to get it without admin login? Thanks,AryA

Views

1.1K

Likes

0

Replies

2
i18n are not getting updated through translator - Adobe Experience Manager 19-11-2019
Hi Team,I'm trying to update an i18n message through translator (http://localhost:4502/libs/cq/i18n/translator.html ) but the updated message is not getting reflected in CRXDE (/etc/designs/mi/i18n/modules/en). It has above 300 i18n keys under it.It is getting updated under other folders. Is there any limit for i18n keys? Why are they not getting updated? Please help me in this,Thanks,AryA

Views

728

Likes

0

Replies

0
Why POST call doesn't work within AEM? - Adobe Experience Manager 16-10-2019
@For security reasons I would like to use POST call in passing the data from one AEM page to another AEM page. When I do a POST call, I'm getting the below error. What is the exact reason behind this and why it is not allowed to do POST call within AEM? Any other work around from front-end? Please let me know.Status 500Message org.apache.sling.api.resource.PersistenceException: Resource at '/content/myapp/en' is not modifiable.kautuk sahni​ edubey​ @Jörg Hoh

Views

2.2K

Likes

0

Replies

3
AEM linkchecker - Adobe Experience Manager 18-07-2019
Hi Team,I'm trying to find out the broken links in my site using com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks() but it is giving only returning the external links. I need the internal broken links also. Please let me know how can I find them using any of AEM API. Please let me know how LinkInfoStorage's getLinks() work. Why is it not returning the broken internal links?Please help me in this.Thanks,AryA

Views

832

Likes

2

Replies

1
Re: Utility to convert AEM 6.4 multifield node into JSON format - Adobe Experience Manager 24-05-2019
You can achieve this using sling models very easily-@Model(adaptables=Resource.class)public class MyModel { @Inject private List addresses;}Here addresses the node name under which the multi-field nodes are getting saved+- addresses | +- address1 | +- address2Refer:Apache Sling :: Sling Models

Views

1.4K

Like

1

Replies

0
Re: Change runmode of existing AEM instance - Adobe Experience Manager 24-05-2019
Go crx-quickstart/bin folder. Open start.bat file for windows and start(.sh) file for linux. change the run mode from author to publish then start AEM using command prompt.Double click on start.bat file(Windows) or run ./start (linux)

Views

2.4K

Like

1

Replies

1
Re: How get page properties of a specific page? using template? or path=?¿? - Adobe Experience Manager 24-05-2019
You should use the C page's path. First you should convert the C page's path to a resource then adapt it to Page or Node to get the jcr:title property. You can use Sightly's JavaScript Use API by passing page C's path and the required property (jcr:title).or try below${resolver.getResource('/path/to/page/C/jcr:content')['jcr:title']}if the above one doesn't work,try 1st step.

Views

871

Like

1

Replies

0
Re: AEM 6.3 migration osgi bundle whitelist error-osgi-service is NOT whitelisted to use SlingRepository.loginAdministrative - Adobe Experience Manager 24-05-2019
Is there any other way to fix this issue without white listing the bundle? In my code, I'm using the system user to get the resource resolver but still I'm getting the same issue. Any idea?

Views

12.3K

Like

1

Replies

0
AEM6.4 Workflow launcher is not loading - Adobe Experience Manager 17-03-2019
Hi Team,We have migrated AEM 6.2 to AEM 6.4. In author, launcher is not getting displayed. In console, we are getting 500 error.Any idea?Thanks,AryA

Views

3.8K

Likes

0

Replies

4