Questions tagged [aem-6]

AEM-6 stands for Adobe Experience Manager version 6.x. AEM formerly known as CQ5 is one of the leading CMS(Content Management Systems) that focuses on giving more control to a business user to decide, manage and control the content that is displayed on webpages.

336 questions
2
votes
1 answer

ImageIO.read( new URL(imagePath)) is not responding for HTTPS URLS

My code is working as expected on localhost starter kit but when I deployed it to development server my below code is taking around 2-3 mins and after that it says Invalid URL The requested URL "http://%5bNo%20Host%5d/index.html?", is…
Mirza
  • 369
  • 1
  • 14
2
votes
1 answer

AEM 6.4: Using wildcards in filter definition

I'm facing following issue: In one of my content project exists the file "filter.xml". It contains following entries:
Reporter
  • 3,897
  • 5
  • 33
  • 47
2
votes
0 answers

Creating custom personas within AEM 6.3

I've just started learning AEM and more specifically, how to use Context Hub. There are a number of pre-fab personas that I can use to ensure that any targeting I employ will reach particular audiences, but some of my parameters I have set for…
gothamprince
  • 37
  • 1
  • 5
2
votes
1 answer

Whats the difference between content and structure folders in AEM

I am using Adobe Experience Manager (AEM) 6.3. In the basic structure, components folder contains content and structure folders. In both the folders we put components. What is the difference in both the folders?
Ritter7
  • 166
  • 2
  • 14
2
votes
1 answer

AEM 6.3 - How to read design properties within component helper for a dynamic editable template

I have a dynamic editable template with design dialog at page component. The design properties are persisted under /conf/myapp/settings/wcm/policies/myapp like this: My requirement is to read these page level design properties and use them inside…
Saravana Prakash
  • 1,321
  • 13
  • 25
2
votes
2 answers

Do we need to close Resource Resolver and Session both?

I am getting a ResourceResolver Object from ResourceResolverFactory i.e. I am creating this resourceResolver and I am adapting to Session. Session session = resourceResolver.adaptTo(Session.class); Do I need to close both, the resolver and the…
Oliver
  • 6,152
  • 2
  • 42
  • 75
2
votes
2 answers

javax.inject,version=[0.0,1) -- Cannot be resolved

Is there any other work around to fix the javax.inject,version=[0.0,1) -- Cannot be resolved issue in OSGI bundle I have tried all the approaches provided in the below forum. but still my bundle doesn't resolve. I am using AEM 6.2 + Java version:…
VAr
  • 2,551
  • 1
  • 27
  • 40
2
votes
3 answers

How to debug on remote AEM server?

While reading online AEM documents, I came across how to run the AEM on debug mode. But How to debug on remote AEM server ?
krish
  • 469
  • 1
  • 15
  • 34
2
votes
1 answer

How Many JCR Sessions can an AEM instance will be able to handle.?

Recently am able to see while accesssing pages are loading very slow and in error.log file cache, memory leakage related errors, which landed me in a question How many JCR Sessions an AEM instance can handle.?
VAr
  • 2,551
  • 1
  • 27
  • 40
2
votes
1 answer

Resolving dependencies for migration AEM 6.0 to 6.2

Hi I have trying to start the bundle in 6.2 as part of migration from 6.0. I have included UBER jar and still bundle is not started. com.day.cq.replication,version=[5.5,6)-- this is the error.
Karthik
  • 71
  • 4
  • 10
2
votes
1 answer

How do I get runmode in java using resourceResolver

I have an OSGi service which needs to run only in publish instance. How do I get runmode in java when I only have a resourceResolver and not request ?
Ajay
  • 421
  • 3
  • 17
2
votes
2 answers

Intergrating AEM/CQ5 and Spring Framework?

I have been trying to integrate Spring framework within AEM6/CQ5. I am following this tutorial. LINK As per the tutorial I have installed the NEBA package. All NEBA bundles are active in OSGi console. Then I created my own Maven CQ5 project, I added…
Oliver
  • 6,152
  • 2
  • 42
  • 75
2
votes
2 answers

AEM 6.1 : ACS AEM commons bundle - multifield

I am using AEM 6.1 and using the multifield provided by the acs aem commons version 2.2 bundle. I want to limit the number of multifield that I can configure. I have gone through the documentation here but nothing seems to be working. Any ideas?
user972418
  • 817
  • 3
  • 25
  • 58
1
vote
1 answer

AEM Static vs Editable Template

What is the exact difference between static and editable template? I read everywhere that "Once a page is created using static templates, after that if we make any change in static template it wouldn't affect the page.". I have an AEM 6.5 system…
sushmita
  • 13
  • 3
1
vote
0 answers

How can I add an editable child component in another component using React in AEM?

The requirement is to add a child component which is editable on its own within another component. If I just include the component in React, it is static(No dialog available & not editable). Tried referring to this but the same issue here as well -…
1 2
3
22 23