JAX-WS Error Soap CLient Error Liferay 7.4 GA19

Kevin Matthews,修改在3 年前。 Expert 帖子: 253 加入日期: 16-1-25 最近的帖子

Hello, I have jax-ws soap client that is currently running in production in my liferay bundle under Liferay 7.2 GA3 which uses generated stubs to for client soap proxy. However, when I upgraded liferay to GA19 and re-generate the stubs to use in my bundle I am getting the following error below. I am using jdk1.8.0_191. Has anyone encountered this issue?

java.lang.NullPointerException: null
    at com.sun.xml.internal.ws.client.ClientContainer$1.getResource(ClientContainer.java:45) ~[?:1.8.0_191]

 

Thanks

Kevin