We have an overlay working fine against v.6.0.4.2, and have started working on porting it to 7.0.1.0, and have run into a problem.
When loading any page there are two warnings in the Javascript console - 'Module was requested but is missing. commentMacroApps' and 'Module was requested but is missing. forumMacroDiscussionApp'
intererstingly, we have overidden both of the FTL files that contain the javascript definitions for each of these modules. Is there possibly a build issue where modules defined in overidden FTL files are not included? I was seeing lots of modules missing (beyond the two noted above), but then upgraded to the latest version of the parent pom (7.0.1.0-4 -> 7.0.1.0-5) and all but two of the issues resolved themselves - partly why I think it might be a build issue. Any help appreciated.
The above can be ignored, it was a local deployment issue.