Hello, Is there a way how circular dependencies of non-interface instances could be supported by Tapestry IOC?
It seems that a service without an interface is not proxied and it leads to the stack overflow(https://issues.apache.org/jira/browse/TAP5-1772), I know that Hibernate can create a proxy without an interface so it should't be a problem. Spring doesn't have a problem with circular dependencies, I'm converting Spring code to Tapestry IOC and I'm surprised Tapestry cannot handle it. Denis
