You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/01/28 18:03:23 UTC

DO NOT REPLY [Bug 26497] New: - Multiple WAR in a EAR problem(DynaActionFormClass)

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: struts-dev@jakarta.apache.org
        ReportedBy: sglotov@hotmail.com


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org