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

Stanleyor
Stanleyor
Online

Badges

Badges
15

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
6

Posts

Posts
38

Discussions

Discussions
6

Questions

Questions
32

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Stanleyor
Customize the badges you want to showcase on your profile
Re: AEM Editable Templates, how to add properties such as... - Adobe Experience Manager 28-07-2022
Setting allowedChildren String[] property has no effect on 6.5.11.0

Views

67

Likes

0

Replies

0
Re: SAML Logout - Adobe Experience Manager 01-07-2020
Thank you @Jörg_Hoh and @Andrew_Khoury for your answers, information and ideas.

Views

623

Like

1

Replies

0
Betreff: 404 when access resource using /etc.clientlib proxy - Adobe Experience Manager 27-04-2020
you have to put all static resources (icons, images, etc.) in the subfolder with name "resources", see alsohttps://docs.adobe.com/content/help/en/experience-manager-65/developing/introduction/clientlibs.html#locating-a-client-library-folder-and-using-the-proxy-client-libraries-servlet

Views

2.3K

Likes

0

Replies

0
Re: Facebook log-in is broken - Adobe Experience Manager 05-07-2017
Hi all, good news!In fix pack 6.3 (released on 23, June 2017) we found solution for this issue (among others fixes).Please follow this link :Adobe Experience Manager Help | Release Notes: AEM 6.3 Cumulative Fix PackRegardsMateo Recoba​Pablo.Larrosa​

Views

1.4K

Likes

0

Replies

0
Re: Adobe Granite Durbo Import Configuration Provider - Adobe Experience Manager 28-03-2017
Not all nodes do have UUIDs, as you already seen.So if I understand you right, you want to keep track of all replicated nodes, even if the node is moved on author after the replication. May I ask what the requirement is?Jörg

Views

832

Likes

0

Replies

0
Re: Query returns obsolete results - Adobe Experience Manager 05-08-2016
Instance restart has fixed the problem

Views

984

Likes

0

Replies

0
This widget could not be displayed.
Re: Error "File /META-INF/tags/HelloTag.tag not found" when creating custom JSP Tag lib - Adobe Experience Manager 26-10-2017
The issue was fixed in https://issues.apache.org/jira/browse/SLING-7044This fix will be included in AEM 6.3.1.1, you can contact Adobe to get the pacth for this issue.ThanksArun

Views

5.7K

Like

1

Replies

0
Re: OSGi prioritisation mechanism - Adobe Experience Manager 26-10-2015
Hi,from my experience trying to specify the order for bundles to start is very problematic.The only time I attempted to do this was when one bundle was dependent on another bundle performing an action/updating content. Unfortunately the client did not have time to rewrite everything, so I added checks in bundle B to see if Bundle A had completed all it's activities, before allowing bundle B to start.Another approach, if there are no dependencies between the bundles, would be to kick off a job fo...

Views

764

Likes

0

Replies

0
Logs parsing - Adobe Experience Manager 15-10-2015
I try to use https://code.google.com/p/otroslogviewer/ for CQ error.log parsing. For example here's one line output: 01.12.2014 00:10:06.593 *INFO* [jackrabbit-pool-2] org.apache.jackrabbit.core.query.lucene.IndexMerger merged 2 documents in 5 ms into _5yx.Mine pattern parser is:type=log4j pattern=TIMESTAMP LEVEL [THREAD] CLASS MESSAGE dateFormat=dd.MM.yyyy HH:mm:ss.SSS name=CQ Logs pattern charset=utf-8The problem is that wildcards are used for _ignoring_ "Note the * - it can be used to ignore ...

Views

728

Likes

0

Replies

0
Re: Handling InvalidItemStateException - Adobe Experience Manager 15-10-2015
Hi,if you get that exception, you can handle it programatically like this:call session.refresh(true) and retry the session.save() againin case it doesn't work, you can call session.refresh(false) to discard your changes, try to execute your operations and then call session.save().kind regards,Jörg

Views

781

Like

1

Replies

0