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

Ove_Lindström
Ove_Lindström
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
66

Likes Received

Likes Received
43

Posts

Posts
159

Discussions

Discussions
8

Questions

Questions
151

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ove_Lindström
Customize the badges you want to showcase on your profile
Re: Integration with Salesforce - Adobe Experience Manager 24-06-2020
Were you able to find a solution for this issue?

Views

281

Likes

0

Replies

0
Re: Problem facing Maven build - Adobe Experience Manager 19-05-2020
I am facing the same issue with archtype 23 anyone is facing the same issue, it works fine in my local environment but the same doesn't work client network, so how to debug it or any specific network change we need to do?

Views

2.0K

Likes

0

Replies

0
Re: JPorifler, YourKit, etc. - Adobe Experience Manager 15-10-2015
Hi,first of all, you should not run a profiler on a production environment if you don't have problems that only occure in production. However, you should use a JMX Monitor to log memory usage and such and if you find yourself in trouble that you can't solve in another environment, then push the profiler to the environment. Don't monitor unless you need to.Over the years, I have taken a like in YourKit. It seems to be the one that has the least impact on the system. Some years ago, we got the err...

Views

1.3K

Likes

0

Replies

0
Re: Passing parameters between CQ pages - Adobe Experience Manager 15-10-2015
Ove & smacdonald2008 , Thanks for you replies.I have many pages which have same link and on click this link I will land second page which shows some information passed by the previous page.For Ex: Title and Description of one component which is present in the first page. I am trying to pass them using the request Object but they are not appearing on second page.If I set those properties to Second Page node when I click the link on First Page will it create any problem if number of users accessin...

Views

992

Likes

0

Replies

0
Re: Extending OSGI Configuration | Different configurations of a service according to the time of the server - Adobe Experience Manager 15-10-2015
IMO no such hooks available. Configure your service to have both day & night settings. In service factory have the instances pick right configuration based on a time pattern.

Views

1.4K

Likes

0

Replies

0
Re: Why jcr:created property is being changed in case of any activation? - Adobe Experience Manager 05-02-2019
Is there a way we can stop updating jcr:created date in AEM published instance?

Views

1.4K

Likes

0

Replies

0
Re: Disabling Design mode in CQ author - Adobe Experience Manager 15-10-2015
Give only read permision for /etc/design for that group or member[img]design mode.png[/img]

Views

622

Like

1

Replies

0
Re: The type com.book.rental.modal.Book cannot be resolved. It is indirectly referenced from required .class files - Adobe Experience Manager 15-10-2015
There are no dumb questions.When using the JCR API code within an OSGi bundle -- you cannot get a session object using this Java code: repository = JcrUtils.getRepository("http://192.168.0.104:4503/crx/server"); session = repository.login( new SimpleCredentials("admin", "admin".toCharArray())); You need to get a session using this Java code://Invoke the adaptTo method to create a Session used to create a QueryManagerResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceRes...

Views

596

Like

1

Replies

0
Re: How do we allow post request to CQ from external sites? - Adobe Experience Manager 15-10-2015
browser-reports Http Referer header with the domains/urls submitted for your particular setup. Payment Gateways should pass it back to next integration layer. Check your payment configuration to pass it. Dispatcher just acts as proxy & does not add anything. If required you can fake using rewrite.

Views

855

Likes

0

Replies

0
Re: Granite jQuery UI interferes with site jQuery UI (dialogs etc) - Adobe Experience Manager 15-10-2015
dcollie wrote... You need to either "scope" your own jQuery UI CSS, or scope the CQ version. If you choose to scope the CQ version, you need to change "\etc\clientlibs\granite\jquery-ui\css\jquery-ui.css" file. Add the scope of ".cq5jqui" to all the classes. If you continue to have problems, please log a Daycare ticket. Wouldn't it then also be necessary to add that css scope to all the places where AEM is using jquery-ui dialogs? IMHO, that is a bit to intrusive on the author system and I think...

Views

1.3K

Likes

0

Replies

0