The root cause of the problem that custom objects are prohibited from
being deserialized. See more at stackoverflow answer:aem - Sling job not
being processed with custom serializable property - Stack Overflow
Hello Vari,As far as I know code provided by you is extJS code that is
used only by classic UI.As I could see 319x319 rendition is used in
content finder for Touch UI:--Yaraslau
By default DAM Update Asset generate the following structure of
renditions:I have verified our request log, where I could see all
renditions except 140x100 are used on authoring instance.Is it safe to
remove 140x100 rendition? Is it used by default AEM components? Is it
safe to remove that rendition if we use only Touch UI?
Hello Jörg,Yes I was verifying that files are cashed before I request
it, but only 503 was returning content from cache.When I was requesting
resource with 502 and 504, cache was deleted and 502/504 status was
returned on dispacherThank you,Yaraslau
According to How to serve stale content in case no render is available I
have configured /serveStaleOnError on our dispatcher(apache 2.2
dispathcer 4.2.3/4.2.2).For testing purpose I've created the following
page: Throwing an Exception
Throwing an Exception <% response.sendError(503, "test
failure" ); %> serveStaleOnError works fine for 503:And
doesn't work for 504,502:What am I doing wrong? Should anything else be
configured?
I need to get only first level child jcr:content
node(`/content/qwe/shows/{showName}/jcr:content` where showName's
template is showpage, showpage2 or showpage3)I use the following config
for QueryManagerpath=/content/qwe/shows/ path.flat=true
0_property=@jcr:content/cq:template
0_property.1_value=/apps/qwe/templates/showpage
0_property.2_value=/apps/qwe/templates/showpage2
0_property.3_value=/apps/qwe/templates/showpage3Wich equals to the
following `XPATH` wich returns cq:Page
nodes:/jcr:root/co...
I configured Custom Workflow via Workflow Launcher Configuration on
'removed' Event type. Result the same as for first case.Workflow
executed after page has been deleted.