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: Error while creating workspace - Adobe Experience Manager 17-11-2016
In our project's code a workspace creation is used for a page version restoring. A page node is cloned, copied to the new workspace and needed revision (version) is restored without any affect on the current page node state.The process is:new workspace is created (temporary)a page node cloned from current (working) workspace to the temporary workspaceneeded version (revision) of the page node is restored in the temporary workspace How to restore a revision without changing a page node state?

Views

2.6K

Likes

0

Replies

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

Views

984

Likes

0

Replies

0
Re: Query returns obsolete results - Adobe Experience Manager 05-08-2016
You are right. SQL-2 returns correct results. Thank youI'm acknowledged that everything except SQL-2 is deprecated. (Practice shows that sometimes XPath is much faster than SQL-2 and SQL-2 joins are really slow. But that's not a subject of our discussion)That is not our code. The initiator of this request is Siteadmin search. The complete sequence is: Siteadmin search functionality -> querybuilder request -> XPath queryIs it possible to make Siteadmin Search (Fulltext search) use SQL-2 instead o...

Views

980

Likes

0

Replies

0
Query returns obsolete results - Adobe Experience Manager 04-08-2016
2 days ago I renamed some nodes on a production Author system. Now I've found out that a XPath query returns old paths results.For example a path /a/de_CH/c was renamed to /a/de_DE/c. Currently a XPath query returns /a/de_CH/c that does not exist anymoreInconsistency exists on Author where there are approximately 1 million pages. I don't want to reindex everything. I know which pages I renamed. Is it possible to reindex just part of a tree? CQ 5.6.1 (SP2)Thanks

Views

1.4K

Likes

0

Replies

4
OSGi prioritisation mechanism - Adobe Experience Manager 26-10-2015
For example there are several services. One of services is very resource-intensive (makes high CPU load, IO). Respectively the service has big influence on the performance of other services. That is not acceptable because while resource-intensive background processing is taking place frontend-related services are very slow (users are waiting for pages). Is it possible to prioritise a bundle or a service in Felix context? Thanks

Views

789

Likes

0

Replies

1
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
Handling InvalidItemStateException - Adobe Experience Manager 15-10-2015
According to the doc the sesion's save() method can throw InvalidItemStateException exception.It means that some item that was modified in current session also was modified from other thread and already saved. The transient space of the session cannot be savedThe quesion is what is a best practice in such case? Some code would be really appriciated. I cannot find any examples

Views

810

Likes

0

Replies

3
Add additional header field - Adobe Experience Manager 15-10-2015
How to add additional response header field? For example the request looks like this:http://example.com/content/dam/examples/ex.pdf?I want to add: Content-Disposition: attachment It will force a browser to download file, not showing a file in a browserThanks

Views

2.1K

Likes

0

Replies

2
XPath query fails when "as" is a part of a path - Adobe Experience Manager 15-10-2015
XPath query:/a/b/asthrows an error: {results: [ ],total: 0,success: false,time: 0,errorMessage: "Encountered "as" at line 1, column 16. Was expecting one of: ... ... ... ... " ... ... ... ... ... ... ... ... ... ... ... ... "$" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... "*" ... ... ... "(" ... "@" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... "." ... ".." ... ... "<" ... "<" ... " ... for statement: for $...

Views

756

Likes

0

Replies

1
SQL2 query PDF content - Adobe Experience Manager 15-10-2015
What's an example of SQL-2 query for content of a PDF file that was uploaded to DAM?I've checked all nodes and properties but cannot find property with file's contentThanks in advance

Views

1.9K

Likes

0

Replies

3