You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/03/15 11:09:27 UTC

[jira] Created: (DAEMON-141) Still a lot of references to Jakarta in the source code

Still a lot of references to Jakarta in the source code
-------------------------------------------------------

                 Key: DAEMON-141
                 URL: https://issues.apache.org/jira/browse/DAEMON-141
             Project: Commons Daemon
          Issue Type: Bug
            Reporter: Sebb
            Priority: Minor


There are quite a few references to jakarta in the code, for example:

vdmoniadm.rc
MENUITEM "Restart Jakarta service",     ID_START_VDCOM

moni_inst.h
#define SZKEY_ONSERVE           "SOFTWARE\\apache\\jakarta\\1.0"
#define SZKEY_ONSERVEARG        "SOFTWARE\\apache\\jakarta\\1.0\\arguments"

Ideally these should be changed.
However, a global searc/replace is not appropriate as some of the Jakarta references are still appropriate

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


[jira] Resolved: (DAEMON-141) Still a lot of references to Jakarta in the source code

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

Mladen Turk resolved DAEMON-141.
--------------------------------

    Resolution: Won't Fix

This particular cannot be changed because it would break compatibility.
It's a registry key and update would point to a different location which would make all existing installations unusable.

Regarding monisvc, I don't care because no one maintains that, and should probably be removed from future versions.

> Still a lot of references to Jakarta in the source code
> -------------------------------------------------------
>
>                 Key: DAEMON-141
>                 URL: https://issues.apache.org/jira/browse/DAEMON-141
>             Project: Commons Daemon
>          Issue Type: Bug
>            Reporter: Sebb
>            Priority: Minor
>
> There are quite a few references to jakarta in the code, for example:
> vdmoniadm.rc
> MENUITEM "Restart Jakarta service",     ID_START_VDCOM
> moni_inst.h
> #define SZKEY_ONSERVE           "SOFTWARE\\apache\\jakarta\\1.0"
> #define SZKEY_ONSERVEARG        "SOFTWARE\\apache\\jakarta\\1.0\\arguments"
> Ideally these should be changed.
> However, a global searc/replace is not appropriate as some of the Jakarta references are still appropriate

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