I have an application running on IBM Websphere 8.5 and im using hibernate 4.2.8. I am having the follow warning on server startup:
[3/4/14 1
Yes, using this property:
...xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
metadata-complete="true" ...
at the head of
web.xml
that help me!
The metadata parsing can be configured both at the server and application level as described at http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg21381764
Did you upgrade to Servlet specification 3.0 from an earlier version? This is the case for me and I am seeing the same error now.