I'm having a problem with using Struts2 and Spring with Weblogic9.1. When I deploy the application as an exploded directory, no problem. Struts2 autowires without a problem. When I deploy as a WAR, with NO other changes, autowire can't find the beans. Is there some special classpath setting I'm missing, something I need to change when deploying as a war?
I have the basic settings correct (I think) struts.properties: struts.objectFactory=spring struts.objectFactory.spring.autoWire=name struts.objectFactory.spring.useClassCache=true application-context.xml: <beans default-autowire="autodetect"> ... Thanks! Mike -- View this message in context: http://www.nabble.com/Struts2---Spring-not-working-a-a-WAR-in-Weblogic9.1-tp16310355p16310355.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]