Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-4003

[API] Add ClientConfigFeature(String configName) constructor

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Major
    • None
    • None
    • None
    • None

    Description

      For predefined client-config settings in standalone.xml, it would be more elegant to add a new constructor in org.jboss.ws.api.configuration.ClientConfigFeature that only takes a configName and forces configureProperties=true.

         public ClientConfigFeature(String configName) {
            this(null, configName, true);
         }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            willem.salembier@gmail.com Willem Salembier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: