[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:15:07 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Aznar Pérez updated WFLY-5068:
-------------------------------------
    Description: 
- 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.

  was:
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.



> 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: 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