Description
There is a validation error in the web.xml of JUDDI. How to reproduce:
- Download juddi 3.3.2 distro
- Go to juddiv3-war folder
- Open command line and execute: mvn clean install
- Take the WAR from the target folder
- Deploy on WebLogic 12c.
It seems that the problem is not WebLogic itself but the web.xml which is indeed not valid according to the XSD/DTD. I have opened notepad++ and validated the web.xml and it is indeed not valid (see attached screenshot).