|
From: <jue...@we...> - 2003-07-17 14:05:46
|
Jean-Pierre, I guess my recent tests weren't thorough enough. Inheritance of = attributeCSV does _not_ work with the current Spring version. I've just looked into this issue: The reason is modified behavior of the = bean factory, which now _replaces_ a property value if is defined again. = It does not call the property setter multiple times like before. This = behavior is actually more consistent in terms of property value = handling, as it doesn't make sense to call a normal setter repeatedly on = bean initialization. Unfortunately, the new behaviour has the drawback that inheriting static = attributes via repeated setting of attributeCSV on a web view is not = possible anymore - it will overwrite the superclass value now. Note that = the repeated setting has only worked before because the attributesCSV = setter isn't a real bean setter: It calls addStaticAttribute for each = name/value pair, adding attributes on repeated setter calls. All things considered, we should simply define all static attributes on = each view instead of relying on repeated property setting via some = atypical bean setter. I've just changed the countries code accordingly. = BTW, I've also turned all links between pages into relative ones, which = for example makes moving the directory structure easier, and modified = the build file to include iText and POI. Juergen -----Original Message----- From: jp....@ti... [mailto:jp....@ti...] Sent: Wednesday, July 16, 2003 6:28 PM To: j=FCrgen h=F6ller [werk3AT] Subject: RE: [Springframework-developer] CSV instable? Thanks Juergen. I have cleaned all at work, but I still have the same = issues. I will download the repository from scratch at home.=20 Jean-Pierre ---------- Initial Header ----------- From : j=FCrgen h=F6ller [werk3AT] <jue...@we...> To : = <jp....@ti...>,<spr...@li...> Cc :=20 Date : Wed, 16 Jul 2003 18:17:22 +0200 Subject : RE: [Springframework-developer] CSV instable? Hi JP, On my system everything works nicely. I've just rechecked, attributeCSV = works too, with and without bean definition inheritance. I guess the = origin of your issues is outside of Spring. Juergen -----Original Message----- From: jp....@ti... [mailto:jp....@ti...] Sent: Wednesday, July 16, 2003 12:41 PM To: spr...@li... Subject: [Springframework-developer] CSV instable? Hello, Since I have upgrated from the last CSV changes from the week-end, I = have two wrong behaviors. 1) JBoss is no more able to correctly undeploy the new application and = patially crashes in this situation. As long as I don't try to undeploy = it, early applications undeploy and redeploy correctly. 2) In the view property file, the defaultView's attributeCSV entries are = no more merged with the current view ones. The other properties are = correctly inherited. Regards, Jean-Pierre =20 ********** L'ADSL A 20 EUR/MOIS********** Tiscali propose l'ADSL le moins cher du march=E9 : 20 EUR/mois et le = modem ADSL offert !=20 Pour profiter de cette offre exceptionnelle, cliquez ici : = http://register.tiscali.fr/adsl/ Offre soumise =E0 conditions. ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ********** L'ADSL A 20 EUR/MOIS********** Tiscali propose l'ADSL le moins cher du march=E9 : 20 EUR/mois et le = modem ADSL offert !=20 Pour profiter de cette offre exceptionnelle, cliquez ici : = http://register.tiscali.fr/adsl/ Offre soumise =E0 conditions. |