Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-124

Missing configuration options in Console for new attributes in webservices subsystem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.DR7
    • 7.0.0.DR1
    • Web Console
    • None
    • Workaround Exists
    • Hide

      use management CLI for configuration of these attributes

      Show
      use management CLI for configuration of these attributes

    Description

      http://localhost:9990/console/App.html#webservices (Configuration->Subsystems->Web->Web Services)

      With JBossWS 5 two new attributes for altering published WSDL (wsdl-uri-scheme and wsdl-path-rewrite-rule) were introduced and should have configuration options in console too.

      Also statistics-enabled attribute should be configurable in console, most likely on the same page as other webservices attributes.

      Subsystem options in CLI:

      /subsystem=webservices:read-resource(attributes-only=true
      {
          "outcome" => "success",
          "result" => {
              "modify-wsdl-address" => true,
              "statistics-enabled" => false,
              "wsdl-host" => expression "${jboss.bind.address:127.0.0.1}",
              "wsdl-path-rewrite-rule" => undefined,
              "wsdl-port" => undefined,
              "wsdl-secure-port" => undefined,
              "wsdl-uri-scheme" => undefined
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-hbraun Heiko Braun
              jbliznak@redhat.com Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: