Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 17699 invoked from network); 11 Jun 2008 15:49:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 15:49:35 -0000 Received: (qmail 86514 invoked by uid 500); 11 Jun 2008 15:49:38 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 86424 invoked by uid 500); 11 Jun 2008 15:49:38 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 86413 invoked by uid 99); 11 Jun 2008 15:49:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 08:49:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 15:48:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 004BC234C139 for ; Wed, 11 Jun 2008 08:48:45 -0700 (PDT) Message-ID: <695579600.1213199325000.JavaMail.jira@brutus> Date: Wed, 11 Jun 2008 08:48:44 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1630) Make nicer service list for CXFServlet In-Reply-To: <1493347728.1212615945153.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604258#action_12604258 ] Daniel Kulp commented on CXF-1630: ---------------------------------- Glen, The patch sorts the Services that are deployed in the servlet by Service name. It doesn't sort the operations in the service. Since the services are stored in a HashMap, right now, the list would be a semi-random order depending on the state of the Map. Thus, I think providing some sort of consistent order to them is probably a good thing. Dan > Make nicer service list for CXFServlet > -------------------------------------- > > Key: CXF-1630 > URL: https://issues.apache.org/jira/browse/CXF-1630 > Project: CXF > Issue Type: Improvement > Components: Transports > Affects Versions: 2.1 > Reporter: jmi > Assignee: Daniel Kulp > Priority: Trivial > Attachments: patch.txt, servicelist.css, sorting.patch > > > service list is ugly. Working on nicer version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.