I've got non singleton beans in a parent/children relation. For example : - a Folder bean with a property Files which point on a Set of File beans. - several File beans with a property Folder which point on a Folder bean.
Until Tapestry 5.0.18, i used to implement those non singleton beans as Spring beans with prototype "scope". Since Tapestry 5.1, and the new Tapestry/Spring integration, i get an "unresolvable circular reference" when injecting one of those beans. I think that i'm not the only one to encounter this common use case. So i would be glad to hear from others how they have implemented such a case with Tapestry IOC and/or Spring beans. Thanks in advance. Stephane