com.sun.ws.rs.ext.RuntimeDelegateImpl error

后端 未结 2 906
我寻月下人不归
我寻月下人不归 2021-02-07 04:19

please help currently I\'m building a system that allowing the restful (jersey 1.12) to be invoked by some webservices (Axis2) the scenario is like this:

client --> w

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 05:18

    The com.sun.ws.rs.ext package, and therefore RuntimeDelegateImpl, is contained in the jersey client jar. If you're using maven then add this dependency to your pom.xml (here I'm using jersey client v1.12):

    
        com.sun.jersey
        jersey-client
        1.12
    
    

提交回复
热议问题