Still your aspect will work only on dispatcherContext but not rootContext, in my case I have one aspect for logging and 2 config context as you mentioned but when put @EnableAspectJAutoProxy in app...
Type: Posts; User: bassem.zohdy@gmail.com; Keyword(s):
Still your aspect will work only on dispatcherContext but not rootContext, in my case I have one aspect for logging and 2 config context as you mentioned but when put @EnableAspectJAutoProxy in app...
I solved it as same as springmatt and you can remove "@RequestMapping("VIEW")" from controller class.
it should be solved by framework the "@RequestMapping" should contain portlets attribute to...
Is there any way to update the webflow configuration and reload it to make impact on the flow of web application on the fly?