DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26497>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26497

Multiple WAR in a EAR problem(DynaActionFormClass)

           Summary: Multiple WAR in a EAR problem(DynaActionFormClass)
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Overview Description: The private field "dynaClasses" of the 
class "org.apache.struts.action.DynaActionFormClass is static". 
It makes difficult to use multiple Struts-based application loaded in the same 
JVM. 

Steps to Reproduce: You have a DynaActionForm named, suppose, "DAF1" in web-
application "A" and DynaActionForm with the same name in web-application "B". 

Actual Results: If "DAF1" is loaded by web-application "A" then web-
application "B" will use the DynaActionForm loaded by web-application "A", not 
its own. 

Additional Information: I think it'll be enough to make the "dynaClasses" field 
non-static.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to