-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
None
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); }
This exists in current master version 5.3.1-SNAPSHOT