Working with Mule and Spring, my application context has the mule namespace and not the spring beans namespace as the default namespace. This means that Spring IDE is unable to discover these beans and thus show a dependency graph and and outline for the spring beans in the <spring:beans> namespace. Is there any way around this apart from reverting back to using the spring beans namespace as the default ?


Reply With Quote