diff --git a/plugins/org.springframework.ide.eclipse.aop.ui.matcher/src/org/springframework/ide/eclipse/aop/ui/matcher/internal/PointcutMatchQuery.java b/plugins/org.springframework.ide.eclipse.aop.ui.matcher/src/org/springframework/ide/eclipse/aop/ui/matcher/internal/PointcutMatchQuery.java index 937685569d..0391b1496f 100755 --- a/plugins/org.springframework.ide.eclipse.aop.ui.matcher/src/org/springframework/ide/eclipse/aop/ui/matcher/internal/PointcutMatchQuery.java +++ b/plugins/org.springframework.ide.eclipse.aop.ui.matcher/src/org/springframework/ide/eclipse/aop/ui/matcher/internal/PointcutMatchQuery.java @@ -215,7 +215,7 @@ public boolean visit(final IModelElement element, IProgressMonitor monitor) { try { // get beans before messing around with the class // loader - final Set beans = config.getBeans(); + final Set beans = BeansModelUtils.getBeans(config); getClassLoaderSupport(project).executeCallback( new IProjectClassLoaderSupport.IProjectClassLoaderAwareCallback() {