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 に答える