You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Assigned JIRA)" <ji...@apache.org> on 2011/11/16 20:59:51 UTC

[jira] [Assigned] (KARAF-1016) Karaf manual specifies incorrect class name for the JDBC locks in the failover section

     [ https://issues.apache.org/jira/browse/KARAF-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1016:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Karaf manual specifies incorrect class name for the JDBC locks in the failover section
> --------------------------------------------------------------------------------------
>
>                 Key: KARAF-1016
>                 URL: https://issues.apache.org/jira/browse/KARAF-1016
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-documentation
>    Affects Versions: 2.2.0
>            Reporter: Susan Javurek
>            Assignee: Jean-Baptiste Onofré
>
> The failover section in the Karaf manual starting on page 43 specifies the karaf.lock class as
> * karaf.lock.class=org.apache.felix.karaf.main.SimpleFileLock
> * karaf.lock.class=org.apache.felix.karaf.main.OracleJDBCLock
> These classes do not exist, however, org.apache.karaf.main.* do exist in karaf.jar. 
> {code}
> jar tvf karaf.jar | grep -i jdbc
>   8534 Tue Sep 13 20:00:02 IST 2011 org/apache/karaf/main/DefaultJDBCLock.class
>   1066 Tue Sep 13 20:00:02 IST 2011 org/apache/karaf/main/DerbyJDBCLock.class
>   1925 Tue Sep 13 20:00:02 IST 2011 org/apache/karaf/main/MySQLJDBCLock.class
>   1095 Tue Sep 13 20:00:02 IST 2011 org/apache/karaf/main/OracleJDBCLock.class
> {code}
> Kindest regards, 
> Susan

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