Hi!
> However Orchestra does need a proper solution for this. I've created the
> following JIRA issue to track it:
> http://issues.apache.org/jira/browse/ORCHESTRA-18
>   
Yes! What about creating a BasicSpringFrameworkAdapter which uses the
same "trick"

ApplicationContext appContext =
WebApplicationContextUtils.getWebApplicationContext(getServletContext());

return appContext.getBean("pwdForgottenJSF");

to lookup the beans in its getBean() function.

Ciao,
Mario

Reply via email to