[wildfly-dev] Change WebServices subsystem to use PersistentResourceXMLDescription

Tomaž Cerar tomaz.cerar at gmail.com
Mon Dec 8 09:17:49 EST 2014


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 at 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 at claudius.com.br
> http://www.claudius.com.br
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20141208/f310f295/attachment.html 


More information about the wildfly-dev mailing list