You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Ersin Er (JIRA)" <ji...@apache.org> on 2007/05/26 01:32:16 UTC

[jira] Created: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Provide a value editor for javaClassByteCode attribute
------------------------------------------------------

                 Key: DIRSTUDIO-111
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-111
             Project: Directory LDAP Studio
          Issue Type: New Feature
            Reporter: Ersin Er


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.


[jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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:
---------------------------------------------

    Fix Version/s:     (was: 1.2.0)
                   1.3.0

Postponed.

> 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.3.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.


[jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSTUDIO-111:
--------------------------------------

    Fix Version/s:     (was: 1.3.0)

In the meantime it is possible to use the hex editor to load a .class file.

> 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
>
> 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.


[jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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:
---------------------------------------------

    Fix Version/s: 2.0.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: 2.0.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.


[jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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.


[jira] Updated: (DIRSTUDIO-111) Provide a value editor for javaClassByteCode attribute

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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:
---------------------------------------------


Postponed.

> 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.3.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.