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=22447>.
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=22447

When using multiple modules the plugins are initialized double

           Summary: When using multiple modules the plugins are initialized
                    double
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have switched from a single module impl. (default) to a multiple module 
implementation. When looking at the log files in the Tomcat window I see that 
the plugins a initialized double. This happens with the Tiles pluging (Tiles 
definitions for /reflection are initialized twice; see log), but also with the 
plugin I'm writing myself.

I'm wondering if this is a bug; when if so it has no advantage of using 
multiple modules.

Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
15-aug-2003 8:49:45 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
15-aug-2003 8:49:45 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', 
returnNull=true
15-aug-2003 8:49:48 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='ApplicationResources', returnNull=true
15-aug-2003 8:49:48 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='resources.application', returnNull=true
15-aug-2003 8:49:49 org.apache.struts.tiles.TilesPlugin init
INFO: Tiles definition factory loaded for module '/reflection'.
15-aug-2003 8:49:49 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='resources.application', returnNull=true
15-aug-2003 8:49:49 org.overdijk.xcontent4struts.XContentPlugIn init
INFO: XContent factory loaded for module '/xcontent4struts-0.3'.
15-aug-2003 8:49:50 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
15-aug-2003 8:49:50 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', 
returnNull=true
15-aug-2003 8:49:51 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='ApplicationResources', returnNull=true
15-aug-2003 8:49:51 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='resources.application', returnNull=true
15-aug-2003 8:49:51 org.apache.struts.tiles.TilesPlugin init
INFO: Tiles definition factory loaded for module '/reflection'.
15-aug-2003 8:49:52 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='resources.application', returnNull=true
15-aug-2003 8:49:52 org.overdijk.xcontent4struts.XContentPlugIn init
INFO: XContent factory loaded for module '/xcontent4struts-0.3'.
Starting service Tomcat-Apache
Apache Tomcat/4.0.3

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

Reply via email to