mpaschke wrote:
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">
....
If the application works OK as an expanded WAR, I would suspect a WL
configuration issue rather than a Struts configuration issue.
Unfortunately I don't know WL so I can't offer specific advise. Maybe
someone else who uses it can point you in the right direction.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]