Version attribute required warning.
"<Warning> <Munger> <BEA-2156203> <A version attribute was not found in
element web-app in the deployment descriptor in .../web.xml. A version attribute is required, but this version of
the Weblogic Server will assume that the JEE5 is used. "
I tried modifying the element to: <web-app version = "5"> Then I get an error:
weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-enumeration-valid: string value '5' is not a valid enumeration va
lue for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null
>
So, I then tried <web-app version = "2.5">