0

我无法从我的 WebService 中获取人对象,并且总是收到此错误消息。由于我什至不使用这个 IndirectList,我想知道我可能做错了什么。有什么想法或您需要更多信息吗?

Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.IndirectList at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(Unknown Source) at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(Unknown Source) at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(Unknown Source) at com.sun.proxy.$Proxy34.checkLogin(Unknown Source) at KundeClient.main(KundeClient.java:20)

4

1 回答 1

1

我也有同样的问题

error unmarshalling return; nested exception is: 
java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.IndirectList

也许你可以在这里找到一些东西。

于 2013-05-14T13:32:03.863 回答