In web.xml, i have the following,
<listener
>
<listener-class>
com.sun.xml.ws.transport.http.servlet.WSServletContextListener
</listener-class
>
</listener
>
<servlet
>
<servlet-name>jaxws</servlet-name
>
<servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class
>
</servlet
>
<servlet-mapping
>
<servlet-name>jaxws</servlet-name
>
<url-pattern>/BillPayService</url-pattern
>
</servlet-mapping
>
When I start the Jboss 4.3 server, i get the below error, not able to deploy the webservice.
10:41:46,421 ERROR [STDERR] Jul 19, 2010 10:41:46 AM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
INFO: WSSERVLET12: JAX-WS context listener initializing
10:41:48,955 ERROR [STDERR] Jul 19, 2010 10:41:48 AM com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/BillPayInboundWs-BillPayService-BillPayServicePort
10:41:49,225 ERROR [STDERR] Jul 19, 2010 10:41:49 AM com.sun.xml.ws.transport.http.servlet.WSServletDelegate <init>
INFO: WSSERVLET14: JAX-WS servlet initializing
10:41:49,265 INFO [EARDeployer] Started J2EE application: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundWsApp.ear/
10:41:49,265 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@8d0a4c0f { url=file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl
altDD: null
lastDeployed: 1279554109265
lastModified: 1279554109265
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@8d0a4c0f { url=file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Documents and Settings/e005934.MASTERCARD/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_EAP_4.3_Server/deploy/BillPayInboundService.wsdl
altDD: null
lastDeployed: 1279554109265
lastModified: 1279554109265
mbeans:
Any help would greatly be appreciated...
Thanks,
Rajesh