Warning “Call in violation of protocol”

前端 未结 3 651
囚心锁ツ
囚心锁ツ 2020-12-29 10:55

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         


        
相关标签:
3条回答
  • 2020-12-29 11:16

    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!

    0 讨论(0)
  • 2020-12-29 11:17

    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

    0 讨论(0)
  • 2020-12-29 11:19

    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.

    0 讨论(0)
提交回复
热议问题