[ https://issues.apache.org/jira/browse/KARAF-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13154050#comment-13154050
]
Jean-Baptiste Onofré commented on KARAF-1016:
---------------------------------------------
I deployed an updated version of the user and developer guides (Karaf 2.2.4) on people.apache.org.
I have also updated the latest-2.2.x symbolic link.
We just have to wait the sync cron.
> 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
|