IMO it makes perfect sense as all that attributes are all on on resource.

On Mon, Dec 8, 2014 at 3:09 PM, Claudio Miranda <claudio@claudius.com.br> wrote:
Hi, to better understand subsystem api, I am changing the WS subsystem
to use the PersistentResourceXMLDescription, more in line with the
other subsystem api.

There are some wsdl settings, they are xml elements.

<subsystem xmlns="urn:jboss:domain:webservices:2.0">
    <modify-wsdl-address>${ws.modify-wsdl-address:true}</modify-wsdl-address>
    <wsdl-host>${jboss.bind.address:localhost}</wsdl-host>
    <wsdl-port>${ws.wsdl-port:9090}</wsdl-port>
    <wsdl-secure-port>${ws.wsdl-secure-port:9443}</wsdl-secure-port>
    <wsdl-uri-scheme>https</wsdl-uri-scheme>
    <wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule>


What do you think of those settings as attributes ?

<subsystem xmlns="urn:jboss:domain:webservices:2.0">
    <wsdl-settings modify-wsdl-address="${ws.modify-wsdl-address:true}"
        wsdl-host="${jboss.bind.address:localhost}"
        wsdl-port="${ws.wsdl-port:9090}"
        wsdl-secure-port="${ws.wsdl-secure-port:9443}"
        wsdl-uri-scheme="https"
        wsdl-path-rewrite-rule="s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g"/>


Later I can submit it for review if is of interest.

Kind regards
--
  Claudio Miranda

claudio@claudius.com.br
http://www.claudius.com.br
_______________________________________________
wildfly-dev mailing list
wildfly-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev