Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-862

Web Console doesn't show deployed web service endpoints in runtime

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 2.8.13
    • 2.8.10, 2.8.11
    • Subsystem Monitoring
    • None
    • Hide
      1. build and deploy and enable web service endpoint (let's say jboss-helloworld-ws.war from jboss-eap-6.4.0.GA-quickstarts)
      2. using web console go to Runtime > Standalone Server > Subsystems > Webservices > click View button
      3. Look for deployed WS endpoint in Web Service Endpoints table
      Show
      build and deploy and enable web service endpoint (let's say jboss-helloworld-ws.war from jboss-eap-6.4.0.GA-quickstarts) using web console go to Runtime > Standalone Server > Subsystems > Webservices > click View button Look for deployed WS endpoint in Web Service Endpoints table

    Description

      User can't see neither reqest/response statistics nor the endpoint itself.
      The deployed endpoint is responding.
      Using CLI I can see it

      /deployment=jboss-helloworld-ws.war/subsystem=webservices/endpoint=jboss-helloworld-ws%3Aorg.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl:read-resource
      {
          "outcome" => "success",
          "result" => {
              "class" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl",
              "context" => "jboss-helloworld-ws",
              "name" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl",
              "type" => "JAXWS_JSE",
              "wsdl-url" => "http://localhost:8080/jboss-helloworld-ws/HelloWorldService?wsdl"
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-hbraun Heiko Braun
              pjelinek@redhat.com Pavel Jelinek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: