Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 08EA710A8E for ; Fri, 20 Dec 2013 17:23:25 +0000 (UTC) Received: (qmail 49378 invoked by uid 500); 20 Dec 2013 17:21:58 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 48666 invoked by uid 500); 20 Dec 2013 17:20:43 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 48295 invoked by uid 99); 20 Dec 2013 17:20:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 17:20:20 +0000 Date: Fri, 20 Dec 2013 17:20:20 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-2642) CLONE - Provide additional enterprise features MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jean-Baptiste Onofr=C3=A9 created KARAF-2642: ------------------------------------------- Summary: CLONE - Provide additional enterprise features Key: KARAF-2642 URL: https://issues.apache.org/jira/browse/KARAF-2642 Project: Karaf Issue Type: New Feature Components: karaf-feature Reporter: Jean-Baptiste Onofr=C3=A9 Assignee: Jean-Baptiste Onofr=C3=A9 Fix For: 2.4.0, 3.0.0, 2.3.4 It would be great to provide a set of optional enterprise features in Karaf= : - jndi providing shell commands (like jndi:list, jndi:tree, jndi;alias, ...= ) and corresponding MBeans - jdbc (based on Christian's work) providing shell commands (like jdbc:list= , jdbc:select, jdbc:execute, ...) and corresponding MBeans - jms providing shell commands (like jms:factories, jms:queues, jms:topics,= ...) and corresponding MBeans The users would be able to install enterprise features with: feature:install jndi (already exist but extended) feature:install jdbc feature:install jms I will create the different Jira sub-tasks corresponding to this. -- This message was sent by Atlassian JIRA (v6.1.4#6159)