You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <de...@db.apache.org> on 2006/01/30 19:22:34 UTC

[jira] Commented: (DERBY-891) derby_tests.policy file contains references to csinfo and db2j - should get cleaned up

    [ http://issues.apache.org/jira/browse/DERBY-891?page=comments#action_12364491 ] 

Daniel John Debrunner commented on DERBY-891:
---------------------------------------------

The db2j. references are required, it's the prefix of some properties used by some test code, unit tests in the store I believe.

The bug for csinfo.codedir, is DERBY-622, it's referenced in the policy file where csinfo.codedir is used.

It's fine to change the name of these properties, but I personally don't see any real need to do so. These are properties for the testing harness, not for the Derby engine or network server. If they are changed they should be changed to a name space related to derbyTesting, and not 'derby.'.  So possible names are:

derbyTesting,codejar
derbyTesting.codeclasses

etc.



> derby_tests.policy file contains references to csinfo and db2j - should get cleaned up
> --------------------------------------------------------------------------------------
>
>          Key: DERBY-891
>          URL: http://issues.apache.org/jira/browse/DERBY-891
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Myrna van Lunteren
>     Assignee: Myrna van Lunteren
>     Priority: Minor

>
> The derby_tests.policy file uses references to csinfo and db2j.
> These are left-overs from pre-contribution and rename to apache and should get cleaned up.
> I suspect that the db2j references can simply be taken out, but that should get double-checked.
> The csinfo references are used in jvm.java. There referenced in the testing/README.htm.
> I propose to change the name of these properties as follows:
> csinfo.codejar - URL to the jar files when they are in the classpath 
>      change to derby.codejar
> csinfo.codeclasses - URL to the classes directory when it is in the classpath
>      change to derby.codeclasses
> csinfo.codedir - File location of either csinfo.codejar or csinfo.codejar.
>      the comment said : // Only required due to a BUG.
>      Need to figure out which 'BUG' that is and document better
>      change to derby.codedir
> csinfo.trustedhost
>      change to derby.clienthost
>      document: - specifies the clients ip address/hostName. 
> csinfo.serverhost 
>      change to derby.serverhost
>      document: -Host name or ip where network server is started.
>      

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