You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2006/12/02 16:59:20 UTC

[jira] Created: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
---------------------------------------------------------------------------------------

                 Key: DIRSERVER-787
                 URL: http://issues.apache.org/jira/browse/DIRSERVER-787
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: tools
    Affects Versions: 1.0
            Reporter: Alex Karasulu
             Fix For: 1.0.1, 1.5.0


Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490220 ] 

Alex Karasulu commented on DIRSERVER-787:
-----------------------------------------

At this point I don't know if this is worth doing.  I'm wondering if splitting this module into two and perhaps mucking with the daemon bootstrappers is too invasive of a change for a maintenance release.  

Thoughts?

> ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
> ---------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-787
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-787
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 1.0.1, 1.0
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>             Fix For: 1.0.2
>
>
> Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

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

Alex Karasulu reassigned DIRSERVER-787:
---------------------------------------

    Assignee: Alex Karasulu

> ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
> ---------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-787
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-787
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 1.0
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>             Fix For: 1.0.1, 1.5.0
>
>
> Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490803 ] 

Alex Karasulu commented on DIRSERVER-787:
-----------------------------------------

Still working on it but it's a bit messy.  Will try to have something in the next day or two.

> ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
> ---------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-787
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-787
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 1.0.1, 1.0
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>             Fix For: 1.0.2
>
>
> Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

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

Emmanuel Lecharny updated DIRSERVER-787:
----------------------------------------

    Fix Version/s:     (was: 1.0.2)
                   1.0.3

Move to 1.0.3, as we have urgent fixes to 1.0.1 to release.

> ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
> ---------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-787
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-787
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 1.0.1, 1.0
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>             Fix For: 1.0.3
>
>
> Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/

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

Alex Karasulu updated DIRSERVER-787:
------------------------------------

    Affects Version/s: 1.0.1
        Fix Version/s:     (was: 1.5.0)
                           (was: 1.0.1)
                       1.0.2

This is a tough problem that requires quite a bit of effort.  I cannot dedicate the time to fix this issue right now. 

Basically I need to break up the server-tools project into two separate projects so I 
can load the commands in a separate ClassLoader with all the jars in the lib and lib/ext 
directories on the classpath.  The ApacheDSTools launcher will need to go into it's 
own project for a executable jar then the rest of the classes in server-tools will be 
in another jar within the lib directory of the installation footprint.  This way the launcher 
can build the CL and load the commands to invoke them.

This is quite a bit of work and I'd like to thoroughly test it. 

> ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/
> ---------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-787
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-787
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 1.0.1, 1.0
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>             Fix For: 1.0.2
>
>
> Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib.  Instead it sets the bootclasspath using MANIFEST Classpath entries.  This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well.  We should change this tool to use the daemon infrastructure to startup.  It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.