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 "Rick Hillegas (JIRA)" <ji...@apache.org> on 2011/08/16 15:21:28 UTC

[jira] [Created] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

Reference Guide talks about a DriverManager method which does not exist.
------------------------------------------------------------------------

                 Key: DERBY-5384
                 URL: https://issues.apache.org/jira/browse/DERBY-5384
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.9.0.0
            Reporter: Rick Hillegas


The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

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

Kim Haase resolved DERBY-5384.
------------------------------

          Resolution: Fixed
       Fix Version/s: 10.9.0.0
                      10.8.1.6
    Issue & fix info:   (was: [Patch Available])

Thanks very much, Rick!

Committed patch DERBY-5384.diff to documentation trunk at revision 1158368.
Merged to 10.8 doc branch at revision 1158391.


> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>             Fix For: 10.8.1.6, 10.9.0.0
>
>         Attachments: DERBY-5384.diff, DERBY-5384.stat, DERBY-5384.zip
>
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

Posted by "Kim Haase (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-5384.
----------------------------


Issue was resolved several months ago, so closing.
                
> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>             Fix For: 10.8.2.2, 10.9.0.0
>
>         Attachments: DERBY-5384.diff, DERBY-5384.stat, DERBY-5384.zip
>
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

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

Kim Haase updated DERBY-5384:
-----------------------------

    Issue & fix info: [Patch Available]

> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>         Attachments: DERBY-5384.diff, DERBY-5384.stat, DERBY-5384.zip
>
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

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

Kim Haase updated DERBY-5384:
-----------------------------

    Attachment: DERBY-5384.zip
                DERBY-5384.stat
                DERBY-5384.diff

Actually, two topics mention the unload method; the other is "Derby JDBC driver" in the Developer's Guide. Attaching DERBY-5384.diff, DERBY-5384.stat, and DERBY-5384.zip, with these changes:

M       src/devguide/cdevdvlp40653.dita
M       src/ref/rrefjdbc32052.dita


> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>         Attachments: DERBY-5384.diff, DERBY-5384.stat, DERBY-5384.zip
>
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

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

Kim Haase reassigned DERBY-5384:
--------------------------------

    Assignee: Kim Haase

> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (DERBY-5384) Reference Guide talks about a DriverManager method which does not exist.

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085803#comment-13085803 ] 

Rick Hillegas commented on DERBY-5384:
--------------------------------------

Looks good to me. Thanks, Kim. +1

> Reference Guide talks about a DriverManager method which does not exist.
> ------------------------------------------------------------------------
>
>                 Key: DERBY-5384
>                 URL: https://issues.apache.org/jira/browse/DERBY-5384
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>         Attachments: DERBY-5384.diff, DERBY-5384.stat, DERBY-5384.zip
>
>
> The section titled "java.sql.Driver interface" in the Reference Guide mentions the DriverManager.unload() method. There is no such method. I believe that DriverManager.deregisterDriver() is intended.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira