On Wed, 2007-08-29 at 13:47 -0700, Dan Tran wrote: > The latest snapshot of orchestra logs this error, but does no harm to my app. > > Any suggestion I should do? Is there any more info i can provide? It must > be related to > some changes in Flashscop handling in orchestra source tree >
> threw exception: java.lang.IllegalArgumentException: no FlashScopeManager > found. Propably you forgot to add <import > resource="classpath*:/META-INF/spring-orchestra-init.xml" /> to your spring > configuration. Yes, it's a new feature Mario added today to allow apps to configure a list of views that can be invoked without flushing "flash" scopes. This is particularly useful when a page has javascript or frames that perform "ping" type operations to keep sessions alive. I think you just need to follow the advice in the message above.. Regards, Simon
