|
From: <jue...@we...> - 2004-03-29 08:15:29
|
Cameron, Send me your stuff, I'll have a look at it. I'd like to address all such = issues for the upcoming 1.0.1, so feel free to report any further ones = :-) Juergen -----Original Message----- From: spr...@li... = [mailto:spr...@li...]On Behalf = Of Cameron Braid Sent: Monday, March 29, 2004 10:04 AM To: spr...@li... Subject: [Springframework-developer] I think I have found a bug in = BeanNameAutoProxyCreator I am using a BeanNameAutoProxyCreator to wrap my service beans in a = security and a transaction interceptor. =20 I have run into a situation where a bean, that is named in the beanNames = property, isn't getting proxied. =20 I am not receiving any exceptions. =20 The BeanNameAutoProxyCreator loggs messages like=20 =20 [17:58:26]INFO [BeanNameAutoProxyCreator] Creating implicit proxy for = bean 'authenticationService' with 2 common interceptors and 0 specific = interceptors =20 For all beans in the beanNames property, except two beans. =20 The only thing that is special about these two beans is that they are = depended on by another bean. =20 If I remove this dependency (which will cause NullPointerExceptions when = running my app), all of my service beans get proxied correctly. =20 There are no ERROR messages, and no stack traces to report. =20 If someone can help, I can send my applicationContext.xml and log output = directly, since I don't want to share it with the world ;) =20 Cheers, =20 Cameron |