Warning “Call in violation of protocol”

前端 未结 3 673
囚心锁ツ
囚心锁ツ 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!

提交回复
热议问题