[jboss-jira] [JBoss JIRA] (WFLY-5068) Console don't show web services deployed in jar

Manuel Aznar Pérez (JIRA) issues at jboss.org
Fri Aug 7 03:14:04 EDT 2015


Manuel Aznar Pérez created WFLY-5068:
----------------------------------------

             Summary: 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: 9.0.1.Final, 8.2.0.Final
            Reporter: Manuel Aznar Pérez
            Assignee: Heiko Braun
            Priority: Minor


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 at 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list