Error when deploying jax-ws webservice on Websphere 7.0.0.7
--------------------------------
Hi,
I am trying to deploy a jax-ws webservice test application on to websphere app server 7.0, but i am getting the below exception during deployment. Any help is apprciated, if i have posted in a wrong forum please advice.
I created a war file with all the necessary files including BenefitConfig.wsdl file inside WEB-INF/wsdl folder, still getting the below errors. Thanks in advance
The WEB-INF/wsdl/BenefitConfig.wsdl Web Services Description Language (WSDL) file specified by annotations in class com.adp.es.v1.hwse.BenefitConfig cannot be loaded correctly due to the following error: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
[3/19/10 14:42:25:204 EDT] 0000001a WSModuleDescr E WSWS7011E: The configuration for the BenefitConfigTest.war application module cannot load correctly.
The following error occurred: com.ibm.ws.websvcs.exception.DeploymentException: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition(WSServerMetadataMerger.java:1689)
at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.associateWSDLDefinitions(WSServerMetadataMerger.java:1528)
at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.mergeMetadata(WSServerMetadataMerger.java:719)
at com.ibm.ws.websvcs.desc.WSModuleDescriptorImpl.initDBCMap(WSModuleDescriptorImpl.java:1670)
at com.ibm.ws.websvcs.desc.WSModuleDescriptorImpl.getDBCs(WSModuleDescriptorImpl.java:1980)
at com.ibm.ws.websvcs.deploy.WSCacheWriter.writeModuleCache(WSCacheWriter.java:491)
at com.ibm.ws.websvcs.deploy.WSCacheWriter.writeApplicationCache(WSCacheWriter.java:222)
at com.ibm.ws.websvcs.deploy.WSCacheWriter.writeApplicationCache(WSCacheWriter.java:147)
at com.ibm.ws.websvcs.deploy.PersistentStorageInstallSaveTask.performTask(PersistentStorageInstallSaveTask.java:194)
at com.ibm.ws.management.application.sync.AppBinaryProcessor$ExpandApp.expand(AppBinaryProcessor.java:1556)
at com.ibm.ws.management.application.sync.AppBinaryProcessor.postProcessSynchronousExt(AppBinaryProcessor.java:654)
at com.ibm.ws.management.bla.sync.BLABinaryProcessor.postProcess(BLABinaryProcessor.java:565)
at com.ibm.ws.management.bla.sync.BLABinaryProcessor.onChangeCompletion(BLABinaryProcessor.java:448)
at com.ibm.ws.management.repository.FileRepository.postNotify(FileRepository.java:1915)
at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1424)
at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:655)
at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1954)
at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1902)
at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:511)
at com.ibm.ws.console.core.action.SyncWorkSpaceAction.execute(SyncWorkSpaceAction.java:258)
at org.apache.struts.action.RequestProcessor.processActionPerform(Unknown Source)
at org.apache.struts.action.RequestProcessor.process(Unknown Source)