pre sto created CXF-6486:
----------------------------

             Summary: 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 for the values() of a hashmap.

It would nice if the 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