Having a problem with a project migrated from IDEA 12. What's happening is IDEA13 is showing all imported our contexts as missing resources. Even though they're clearly present and the application runs without problems. It seems there is a regression here as the Spring facet worked fine in IDEA 12 locates all imported contexts. The Spring Facet details are exactly the same as IJ12, indeed reopening same project file in 12 doesn't show the same issue.
Because IDEA13 fails to resolve these contexts I get warnings every time I open the project over missing configurations (they're not missing). Also the warning on the Spring facet settings page becomes ridiculously large taking up 90% of the dialog height (see screenshots).
Struggling to understand the root cause, the Spring facet seems correct, it should include imported resources. I tried creating a simple test project, but so far IDEA13 isn't showing the same error. I've also tried deleting and rebuilding the IJ13 facet context, even tried creating a new IJ13 project from the project pom, but still see the missing resources in the full project. Bit stumped here - anybody know what's likely to have changed between 12 & 13?