Hi, Does anyone out there actually have a struts2 app running under a grails project? We have a large app (mainly struts1 actions) but running in struts2 with the s1 plugin and are trying to get it to run under grails.
The app boots up as a spring bean, but struts1 actions fail and error with the below. I've tracked this down to something is wiping the default catalog that gets stored in the CatalogFactory, but I'm not sure what is the reason. Can anyone assist? [215940] [/].[action] Servlet.service() for servlet action threw exception javax.servlet.ServletException: Cannot find catalog 'struts' at org.apache.struts.chain.ComposableRequestProcessor.init(ComposableRequestProcessor.java:182) at org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:648) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1991) at org.openmrm.core.view.web.MrmActionServlet.process(Unknown Source) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:464) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=155849&messageID=296205#296205 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]