Hi,
I got a weird problem here, my "components" folder is empty in CRX Lite however i can see the whole jcr structure using JCR Content Explorer. All pages are working fine so i'm assuming the nodes / structures are there.
My project is maven based and i didnt find any POM or XML inconsistence and no exceptions as well. Any clues what may be the problem?
Solved! Go to Solution.
Views
Replies
Total Likes
When you have done a check on the page, for which you don't find any components but it loads fine, then use the "Recent requests" tool of the Felix console (http://localhost:4502/system/console/requests) and select your request there (maybe you need to repeat it, by default only the last 20 requests to the instance are listed there). Then the path of all used components is displayed (if they are in fact cq:Component nodes and no servlets).
Jörg
Views
Replies
Total Likes
When you have done a check on the page, for which you don't find any components but it loads fine, then use the "Recent requests" tool of the Felix console (http://localhost:4502/system/console/requests) and select your request there (maybe you need to repeat it, by default only the last 20 requests to the instance are listed there). Then the path of all used components is displayed (if they are in fact cq:Component nodes and no servlets).
Jörg
Views
Replies
Total Likes
Hi, i can confirm (from requests console) that sling is resolving all the components correctly to my "component" tree, however the "components" tree is appearing empty in CRXDE Lite. On the other hand Content Explorer display the "component" tree correctly.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies