Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 78219 invoked from network); 9 Oct 2009 21:57:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 21:57:04 -0000 Received: (qmail 21379 invoked by uid 500); 9 Oct 2009 21:57:04 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 21331 invoked by uid 500); 9 Oct 2009 21:57:04 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 21320 invoked by uid 99); 9 Oct 2009 21:57:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 21:57:04 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 21:57:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 453DB234C1EE for ; Fri, 9 Oct 2009 14:56:31 -0700 (PDT) Message-ID: <296199172.1255125391268.JavaMail.jira@brutus> Date: Fri, 9 Oct 2009 14:56:31 -0700 (PDT) From: "Jean-Louis MONTEIRO (JIRA)" To: commits@openejb.apache.org Subject: [jira] Commented: (OPENEJB-1076) Allow datasource passwords to be ciphered In-Reply-To: <1222896579.1253868855990.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENEJB-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764220#action_12764220 ] Jean-Louis MONTEIRO commented on OPENEJB-1076: ---------------------------------------------- Thanks David for the hint. I finally got a shoot to that and use a file under META-INF/org.apache.openejb.resource.jdbc.PasswordCodec to specify the codec implementation. Transmitting file data ... Committed revision 823709. > Allow datasource passwords to be ciphered > ----------------------------------------- > > Key: OPENEJB-1076 > URL: https://issues.apache.org/jira/browse/OPENEJB-1076 > Project: OpenEJB > Issue Type: New Feature > Environment: All > Reporter: Jean-Louis MONTEIRO > Assignee: Jean-Louis MONTEIRO > Fix For: 3.1.2 > > > OpenEJB supports plain text passwords in datasource definition (openejb.xml). > Nowadays, security is more and more important that's why it would be nice to enhance datasources configuration to support ciphered passwords. > By the way, this feature must be extensible to allow end users to define their own algorithm if needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.