Service Based Rules not getting picked up #193
-
Hey there! I have been trying to get the ColumnControlRewriteRule to work that is in the 2.1.1 release for AEM 6.5 sp10, but I can't seem to get it to ever get picked up. Maybe I don't understand how the service based rules get applied. When I create a job in AEM if there are no node based rules, then it says there are 0 rules that will be applied which is fine because I just want the service rule (column control to take effect). If I go forward with processing, then the page shows a stack trace instead of results, but when I add debuggers to the ColumnControlRewriteRule class I haven't been ever able to get it to break in there so I'm not sure how or when the service based rules get applied. I've watched all the documentation videos and read the docs, but still can't figure it out. Any direction would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out why it wasn't working. The config is looking for very specific inputs and what I added didn't match what was expected so it was erroring and didn't start up. |
Beta Was this translation helpful? Give feedback.
I figured out why it wasn't working. The config is looking for very specific inputs and what I added didn't match what was expected so it was erroring and didn't start up.