Nevermind...I missed you saying that it ran successfully on 4.0.1, however that's hard for me to believe (unless you're missing a dependency that they removed in Jboss-4.0.2 or something). I have...
Type: Posts; User: cwbrandon; Keyword(s):
Nevermind...I missed you saying that it ran successfully on 4.0.1, however that's hard for me to believe (unless you're missing a dependency that they removed in Jboss-4.0.2 or something). I have...
Try running the same app on jboss-4.0.1sp1, it'll tell you what your root problem is, for some reason it seems like after 4.0.1sp1, jboss stopped logging the root cause (that's why you only see...
Well doing a search for "BeanPostProcessor" I found this post: http://forum.springframework.org/showthread.php?t=10982 which offered a couple suggestions for a work-a-round. I implemented the...
Will do..thanks for the info.
When I set default-autowire="byType" or "autodetect" (when I have 2 beans that reference each other), I get an infinite loop while spring initializes, sounds like a bug to me.
I'm helping Wouter out trying to debug this issue. And you're right it does occur when two proxied beans reference each other, if you look at the applicationContext.xml Wouter has pasted, you'll...