CXF web service client: “Cannot create a secure XMLInputFactory”

前端 未结 17 1503
礼貌的吻别
礼貌的吻别 2020-12-01 09:31

I am wrote and deployed a CXF web service into a Tomcat server using the instructions here. The web service deploys fine as I can see the WSDL file in a web browser.

<
17条回答
  •  有刺的猬
    2020-12-01 10:10

    Interestingly I had this issue in docker container and not while running it on tomcat server.

    The problem that I faced was that the project had another lower version of wstx-asl-3.2.7 and the class loader probably could have loaded this versions first. I got rid of it and the necessary woodstox was considered and the problem was solved.

提交回复
热议问题