Dunno if anyone already ran into this, but at least one element in 1.1b3 is not 
compatible with the 1.0 configuration files, as it is professed to be on the web site 
and everywhere else I've looked.  Specifically, the web.xml specification of the 
MessageResourcesFactory class to use does not work 
properly--PropertyMessageResourcesFactory gets initialized everytime as the default 
factory implementation when the ActionServlet initializes.  Now, when the application 
comes up, our default module is initialized and our MessageResourcesFactory 
implementation *does* get loaded.  However, from the logs, I see 
PropertyMessageResources getting initalized quite often, no doubt by 
PropertyMessageResourcesFactory.  This has the unfortunate side-effect of over-riding 
the returnNull property, which has been wreaking havoc with our app because we don't 
want to return null.

I've hard-coded our MessageResources implemenation to ignore the returnNull property 
to deal with this, but it's still annoying as hell.

peace,
Joe

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

Reply via email to