Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 11434 invoked from network); 19 Aug 2010 20:48:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Aug 2010 20:48:28 -0000 Received: (qmail 94701 invoked by uid 500); 19 Aug 2010 20:48:28 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 94612 invoked by uid 500); 19 Aug 2010 20:48:27 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 94604 invoked by uid 500); 19 Aug 2010 20:48:27 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 94601 invoked by uid 99); 19 Aug 2010 20:48:27 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 20:48:27 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 20:48:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7JKlmGn007971 for ; Thu, 19 Aug 2010 20:47:48 GMT Message-ID: <21799116.10981282250868198.JavaMail.jira@thor> Date: Thu, 19 Aug 2010 16:47:48 -0400 (EDT) From: "Ben O'Day (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (CAMEL-2993) Enable the deletion of routes via REST in camel-web In-Reply-To: <23200614.51881280133471794.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61298#action_61298 ] Ben O'Day edited comment on CAMEL-2993 at 8/19/10 4:47 PM: ----------------------------------------------------------- Claus, just an FYI...I submitted that patch. I assume it was reviewed prior to committing, but since it was my first patch, I wanted to make sure...thx was (Author: boday): Clause, just an FYI...I submitted that patch. I assume it was reviewed prior to committing, but since it was my first patch, I wanted to make sure...thx > Enable the deletion of routes via REST in camel-web > --------------------------------------------------- > > Key: CAMEL-2993 > URL: https://issues.apache.org/activemq/browse/CAMEL-2993 > Project: Apache Camel > Issue Type: Improvement > Components: camel-web > Affects Versions: 2.1.0, 2.2.0, 2.3.0, 2.4.0 > Environment: Any > Reporter: Max Ullinger > Assignee: Claus Ibsen > Fix For: 2.5.0 > > Attachments: camel-web-route-remove.txt > > > The camel-web allows a user to deploy and manipulate routes. > It seems currently impossible to delete routes through camel-web. > A delete operation on the route to be deleted would complete the REST interface: > http://en.wikipedia.org/wiki/Representational_State_Transfer#RESTful_web_services > e.g.: > RouteResource.java > @Delete > public void removeRoute() { > getCamelContext().removeRouteDefinition(this.name); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.