1
JAX-WS 2.1 Webサービスでエンタープライズアプリケーションを使用しています。 (WebSphereアプリケーション・サーバ)WAS上のアプリケーション展開8.0.0.0(32ビット)の間、これが発生します。JAX-WS 2.1検証エラー:WSエンドポイントで指定されたSEIが見つかりません
2/17/12 14:46:38:857 CET 000004b8 WSModuleDescr E WSWS7027E:
**JAX-WS Service Descriptions could not be correctly built because of the following error:
javax.xml.ws.WebServiceException: Validation error: cannot find SEI specified by the WebService.endpointInterface.**
Implementation class: com.dummy.ws.bean.impl.DummyWSManager; EndpointInterface: com.dummy.ws.bean.DummyWSManagerSei
EndpointEnabler configuration :
verbose = true
http.enableRouterSecurity = false
dummy-ejb.http.contextRoot = /dummyrouter
dummy-ejb.DummyWSManager.http.urlPattern = /DummyWSManager
間違っている可能性が何?この例外は非常にまれで、私はその問題の本当の理由を知る必要があります。 JAX-WSでも同様のアプリケーションを使用していますが、問題はありません。
これら2つのクラスファイルは使用できますか?すなわち「com.dummy.ws.bean.impl.DummyWSManager」および「com.dummy.ws.bean.DummyWSManagerSei」を含む。それらは正しいフォルダのWEB-INF/classes、またはWEB-INF/libのjarファイルで利用できますか? – davidfrancis