Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1
-
None
-
Java 5 rev 10, tomcat 5.5.20, windows server 2003
Description
[stacktrace in the attached file - it comes from stdout in tomcat/log]
Using Struts 2.0.2 snapshot build from SVN (last weekend)
My struts.properties:
------------------
struts.devMode=true
struts.enable.DynamicMethodInvocation=false
struts.action.extension=action
- http://cwiki.apache.org/WW/spring.html
struts.objectFactory=spring
struts.objectFactory.spring.autoWire=name
------------------
I am using actions with setters for some of my Spring services.
This lets Spring to inject them into my actions. Works perfectly.
I do not store anything in the session scope, this is just a simple test app.
For me it looks like some property/properties are not marked as transient.