]
Harald Pehl reassigned WFLY-5068:
---------------------------------
Assignee: Harald Pehl (was: Heiko Braun)
Console don't show web services deployed in jar
-----------------------------------------------
Key: WFLY-5068
URL:
https://issues.jboss.org/browse/WFLY-5068
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 8.2.0.Final, 9.0.1.Final
Reporter: Manuel Aznar PĂ©rez
Assignee: Harald Pehl
Priority: Minor
Attachments: Captura de pantalla de 2015-08-07 09-09-13.png
- I see webservices deployed at log console:
08:40:20,849 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-8) JBWS024061:
Adding service endpoint metadata: id=TOCService
address=http://localhost.localdomain:10080/comet-iop/TOCService
implementor=carreras.comet.iop.cgl.TOCService
serviceName={http://cgl.iop.comet.carreras/}TOCServiceService
portName={http://cgl.iop.comet.carreras/}TOCServicePort
annotationWsdlLocation=null
wsdlLocationOverride=null
- From jboss-cli view endpoints:
[standalone@127.0.0.1:11990 /]
/deployment=comet-ear-1.0-SNAPSHOT.ear/subdeployment=comet-iop-1.0-SNAPSHOT.jar/subsystem=webservices/endpoint="*":read-resource
{
"outcome" => "success",
"result" => [
{
"address" => [
("deployment" => "comet-ear-1.0-SNAPSHOT.ear"),
("subdeployment" =>
"comet-iop-1.0-SNAPSHOT.jar"),
("subsystem" => "webservices"),
("endpoint" => "comet-iop%3ATOCService")
],
"outcome" => "success",
"result" => {
"class" => "carreras.comet.iop.cgl.TOCService",
"context" => "comet-iop",
"name" => "TOCService",
"type" => "JAXWS_EJB3",
"wsdl-url" =>
"http://localhost.localdomain:10080/comet-iop/TOCService?wsdl"
}
}
]
}
- But in admin console "Runtime/System Status/Subsystems/Webservices" don't
show endpoints deployed. I attach screenshot.
- I tested at WF 8.2.0 and WF 9.0.1.