Description
Would be nice to have the NetUI URL Templates test webapp included with the test distribution.
The urlTemplates web app includes a TestServletContainerAdapter that is loaded using the
META-INF/services/org.apache.beehive.netui.pageflow.ServletContainerAdapter file. I noticed
that the coreWeb web app (which also includes a TestServletContainerAdapter) does not
copy the META-INF/services file from WEB-INF/src to the WEB-INF/classes directory when
running/testing the test distribution. The EventReporter test creates a diff file.
This issue could be fixed with this bug as well because the urlTemplates test will definitely
need the TestServletContainerAdapter to be used correctly.