|
From: <jue...@we...> - 2003-07-21 15:04:56
|
FYI, I've just fixed AbstractBeanFactory's circular reference mechanism: 1. It now correctly handles repeated references to the same FactoryBean = instance. Formerly, it resolved them via newlyCreatedBeans to the = FactoryBean itself instead of the created object, resulting in a type = mismatch exception on property population. 2. It does not use newlyCreatedBeans for prototype references anymore. = Formerly, it returned the same prototype instance for multiple = references to the same prototype. Thanks to Thomas Achleitner for reporting the first issue! He spent = numerous hours debugging his app until we finally found the root cause = in a phone session... Juergen DI J=FCrgen H=F6ller Senior System Architect ______________________________________ werk3ATS - division systementwicklung part of werk3AT internetmedien oeg europaplatz 4 A - 4020 linz t. +43 (0) 732 71 65 29 502 f. +43 (0) 732 71 65 29 3 jue...@we... www.werk3at.com ______________________________________ werk3ATS - WIR ENTWICKELN ERFOLG |
|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-07-21 16:07:58
|
Hi guys, I was planning to do some work on the JSPs of the Petclinic today and some other interesting stuff, but I can't seem to reach the CVS through anynomous access. On some other projects (where I'm a developer) the SSH access still works. I've had those problems before, and heard other people complaining in the past as well... (it either take ages and then I get nothing, or it says error: cvs.sourceforge.net: 0)... Any way we can get around this... I'd like to stay up-to-date to the sources and stuff... Alef -----Oorspronkelijk bericht----- Van: spr...@li... [mailto:spr...@li...] Namens j=FCrgen h=F6ller [werk3AT] Verzonden: Monday, July 21, 2003 5:03 PM Aan: spr...@li... Onderwerp: [Springframework-developer] Fixed circular reference mechanism FYI, I've just fixed AbstractBeanFactory's circular reference mechanism: 1. It now correctly handles repeated references to the same FactoryBean instance. Formerly, it resolved them via newlyCreatedBeans to the FactoryBean itself instead of the created object, resulting in a type mismatch exception on property population. 2. It does not use newlyCreatedBeans for prototype references anymore. Formerly, it returned the same prototype instance for multiple references to the same prototype. Thanks to Thomas Achleitner for reporting the first issue! He spent numerous hours debugging his app until we finally found the root cause in a phone session... Juergen DI J=FCrgen H=F6ller Senior System Architect ______________________________________ werk3ATS - division systementwicklung part of werk3AT internetmedien oeg europaplatz 4 A - 4020 linz t. +43 (0) 732 71 65 29 502 f. +43 (0) 732 71 65 29 3 jue...@we... www.werk3at.com ______________________________________ werk3ATS - WIR ENTWICKELN ERFOLG ------------------------------------------------------- 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 |
|
From: Ken K. <kk...@kk...> - 2003-07-22 13:22:19
|
Alef, Anonymous access to repositories at Sourceforge is pretty awful. I've created a snapshot of my local copy (up-to-date) of the repository. You can download it here <http://www.globaldialog.com/%7Ekkrebs/files/spring_main.zip>. Please let me know when you have it so I can remove this large file from this website as soon as possible. I will be glad to help you check out and commit your changes. Ken Alef Arendsen (JTeam) wrote: >Hi guys, > >I was planning to do some work on the JSPs of the Petclinic today and >some other interesting stuff, but I can't seem to reach the CVS through >anynomous access. On some other projects (where I'm a developer) the SSH >access still works. I've had those problems before, and heard other >people complaining in the past as well... (it either take ages and then >I get nothing, or it says error: cvs.sourceforge.net: 0)... > >Any way we can get around this... I'd like to stay up-to-date to the >sources and stuff... > >Alef > > >-----Oorspronkelijk bericht----- >Van: spr...@li... >[mailto:spr...@li...] Namens >jürgen höller [werk3AT] >Verzonden: Monday, July 21, 2003 5:03 PM >Aan: spr...@li... >Onderwerp: [Springframework-developer] Fixed circular reference >mechanism > > >FYI, I've just fixed AbstractBeanFactory's circular reference mechanism: > >1. It now correctly handles repeated references to the same FactoryBean >instance. Formerly, it resolved them via newlyCreatedBeans to the >FactoryBean itself instead of the created object, resulting in a type >mismatch exception on property population. > >2. It does not use newlyCreatedBeans for prototype references anymore. >Formerly, it returned the same prototype instance for multiple >references to the same prototype. > >Thanks to Thomas Achleitner for reporting the first issue! He spent >numerous hours debugging his app until we finally found the root cause >in a phone session... > >Juergen > > >DI Jürgen Höller >Senior System Architect >______________________________________ > >werk3ATS - division systementwicklung >part of werk3AT internetmedien oeg > >europaplatz 4 >A - 4020 linz > >t. +43 (0) 732 71 65 29 502 >f. +43 (0) 732 71 65 29 3 >jue...@we... >www.werk3at.com >______________________________________ >werk3ATS - WIR ENTWICKELN ERFOLG > > > >------------------------------------------------------- >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 > > > >------------------------------------------------------- >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 > > > > |