Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 1061 invoked from network); 14 Mar 2008 14:20:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 14:20:08 -0000 Received: (qmail 42841 invoked by uid 500); 14 Mar 2008 14:20:03 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 42785 invoked by uid 500); 14 Mar 2008 14:20:03 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 42717 invoked by uid 99); 14 Mar 2008 14:20:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 07:20:03 -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; Fri, 14 Mar 2008 14:19:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D54AD234C09E for ; Fri, 14 Mar 2008 07:18:27 -0700 (PDT) Message-ID: <1169089232.1205504307872.JavaMail.jira@brutus> Date: Fri, 14 Mar 2008 07:18:27 -0700 (PDT) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute In-Reply-To: <12002507.1180135936222.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/DIRSTUDIO-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-111: --------------------------------------------- Component/s: studio-ldapbrowser Affects Version/s: 1.0.0 1.0.1 Fix Version/s: 1.2.0 > Provide a value editor for javaClassByteCode attribute > ------------------------------------------------------ > > Key: DIRSTUDIO-111 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-111 > Project: Directory Studio > Issue Type: New Feature > Components: studio-ldapbrowser > Affects Versions: 1.0.0, 1.0.1 > Reporter: Ersin Er > Fix For: 1.2.0 > > > javaClassByteCode attribute holds compiled Java class code which can represent one or more Java Stored Procedures for ApacheDS. So having a value editor for this attribute will help work with SPs easier. For the simplest implementation, a file selection dialog can be used in order to allow user to select a .class file. Here is some code that can ease and examplify the process: > http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/sp/JavaStoredProcedureUtils.java?view=markup -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.