I've created two test WARs based on the struts2-blank WAR that demonstrate the
issue. struts-blank-201.war uses Struts 2.0.1, and struts-blank-203.war uses
code from subversion as of ~9AM EST this morning.

The changes to each include the following:

o A custom ResourceBundle (TestBundle)
o Removal of resource property files
o Addition of struts.properties files to declare the custom ResourceBundle

When running the 2.0.1 based WAR, two instances of TestBundle are created, but
after that no new instances are created. When running the 2.0.3 based WAR, every
message lookup causes a new instance to be created.

You can download the WARs from:

http://www.slimeslurp.net/s2 

Thanks!



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

Reply via email to