[ 
https://issues.apache.org/jira/browse/CXF-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

pre sto updated CXF-6486:
-------------------------
    Description: 
JAX-WS services are listed in random order in the generated html page.
In FormattedServiceListWriter the method writerSoapEndpoint() is traversing the 
list using
for (OperationInfo oi : sd.getEndpointInfo().getInterface().getOperations())
which gets the operations from the values() of a hashmap.

It would nice if the printed list was sorted or if there was a config option to 
do so.





  was:
JAX-WS services are listed in random order in the generated html page.
In FormattedServiceListWriter the method writerSoapEndpoint() is traversing the 
list using
for (OperationInfo oi : sd.getEndpointInfo().getInterface().getOperations())
which gets the operations from the values() of a hashmap.

It would nice if the list was sorted or if there was a config option to do so.






> Print generated service list in alphabetical order
> --------------------------------------------------
>
>                 Key: CXF-6486
>                 URL: https://issues.apache.org/jira/browse/CXF-6486
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.1.1
>            Reporter: pre sto
>
> JAX-WS services are listed in random order in the generated html page.
> In FormattedServiceListWriter the method writerSoapEndpoint() is traversing 
> the list using
> for (OperationInfo oi : sd.getEndpointInfo().getInterface().getOperations())
> which gets the operations from the values() of a hashmap.
> It would nice if the printed list was sorted or if there was a config option 
> to do so.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to