WSDL does not deploy in EAP
Issue
- We are using JBoss EAP 5.1.2 in our production environment.
- We are deploying a war file in JBoss and following log appears in the
server.logfile:
2015-01-16 12:03:06,595 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/example
2015-01-16 12:03:07,056 INFO [com.sun.xml.ws.server.http] (HDScanner) WSSERVLET12: JAX-WS context listener initializing
2015-01-16 12:03:09,750 INFO [com.sun.xml.ws.servlet.http] (HDScanner) WSSERVLET14: JAX-WS servlet initializing
2015-01-16 12:03:09,779 INFO [com.sun.jersey.api.core.PackagesResourceConfig] (HDScanner) Scanning for root resource and provider classes in the packages:
com.example.web.rest
2015-01-16 12:03:10,235 INFO [com.sun.jersey.api.core.ScanningResourceConfig] (HDScanner) Root resource classes found:
class com.example.web.rest.FooService
class com.example.web.rest.BarService
class com.example.web.rest.BazService
2015-01-16 12:03:10,235 INFO [com.sun.jersey.api.core.ScanningResourceConfig] (HDScanner) No provider classes found.
2015-01-16 12:03:10,367 INFO [com.sun.jersey.server.impl.application.WebApplicationImpl] (HDScanner) Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
- But when I observe the
$EAP_HOME/server/$PROFILE/data/wsdl folder, none of the web services are deployed.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
