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 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:<html> <head> <title>Throwing an Exception</title> </head> <body> ...
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=/a...
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.
I need to collect some info from page properties and child nodes properties befor replication(delete) occursIf i implement EventHandler @Component(immediate = true) @Service @Property(name = EventConstants.EVENT_TOPIC, value = ReplicationAction.EVENT_TOPIC) public class RedisVideoUpdaterService impl...