I have enterprise aplication with JAX-WS 2.1 webservice. During application deployment on WAS (websphere application server) 8.0.0.0 (32-bit) this occurs :
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
What could be wrong ? This exception is quite rare, i need to know real reason for that problem. I am using similar applications also with JAX-WS and without any problems.