Thomas Dudziak
Jun 28th, 2005, 02:04 AM
Hi folks,
I have a problem with the combination Spring+Acegi+Struts+Webflow. Due to Acegi, I have to use two different context files, one for my normal beans (serivces, DAOs etc.) which is loaded already by Acegi, and one for the struts stuff (actions mostly) which is loaded as late as calling the first action via the ContextLoaderPlugIn.
Now I want to combine this with webflow, but as a mixed webapp: flows and normal struts action. For this I obviously have to put the webflow-related stuff (XmlFlowFactoryBean and the webflow actions) into the struts context file. But this won't work, I only get a NoSuchBeanDefinitionException, because it seems that webflow does not recognize the presence of ContextLoaderPlugIn (eg. via Spring's ActionSupport classes) ?
Tom
I have a problem with the combination Spring+Acegi+Struts+Webflow. Due to Acegi, I have to use two different context files, one for my normal beans (serivces, DAOs etc.) which is loaded already by Acegi, and one for the struts stuff (actions mostly) which is loaded as late as calling the first action via the ContextLoaderPlugIn.
Now I want to combine this with webflow, but as a mixed webapp: flows and normal struts action. For this I obviously have to put the webflow-related stuff (XmlFlowFactoryBean and the webflow actions) into the struts context file. But this won't work, I only get a NoSuchBeanDefinitionException, because it seems that webflow does not recognize the presence of ContextLoaderPlugIn (eg. via Spring's ActionSupport classes) ?
Tom