I'd like to use JSF-Spring to configure my JSF managed-beans, and nothing more.
I'm running JSF in a portlet-context, and always get a FacesException thrown from RestoreViewPhase: calling externalContext.getRequestPathInfo() returns null in the portlet-enviroment, therefore deriving the view always fails.
The problem is: I don't think I need that feature at all anyway, but my attemps to simply remove all custom factorys as installed by the xml files in jsf-spring.jar/META-INF doesn't help.
It seems like more then just the ContextLoaderListener is necessary to allow Spring handling managed beans with scope.
Any hint would be very welcome, thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to use JSF-Spring to configure my JSF managed-beans, and nothing more.
I'm running JSF in a portlet-context, and always get a FacesException thrown from RestoreViewPhase: calling externalContext.getRequestPathInfo() returns null in the portlet-enviroment, therefore deriving the view always fails.
The problem is: I don't think I need that feature at all anyway, but my attemps to simply remove all custom factorys as installed by the xml files in jsf-spring.jar/META-INF doesn't help.
It seems like more then just the ContextLoaderListener is necessary to allow Spring handling managed beans with scope.
Any hint would be very welcome, thanks.