Reports the following problems inside `application.xml` configuration files:

Example:



<application>
    <module id="ExampleWebModule">
      <web> // Error: 'web-uri' child tag should be defined
        <context-root>ExampleWebApp</context-root>
      </web>
    </module>
</application>