dependency « Context « Spring Q&A





1. Spring: Nested application contexts    stackoverflow.com

I have a hierarchy of application contexts. The bean that is defined in the parent context depends on a bean that is defined in the child. Here's how it looks like:

 ...

2. PDE build : cycle dependency with spring-context    forum.springsource.org

Hi, After upgrading to Spring IDE 2.2.2 I experienced a big problem. I'm unable to package my plugin (for my namespace handler) due to cycle dependency. The message from the PDE ...

3. Specifying context dependencies... in the context.    forum.springsource.org

I use contexts that reference beans specified in other contexts. For example, context A.xml uses a bean in B.xml. If I were using a ClassPathXmlApplicationContext to get the context, I'd have ...