Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56DFE939F for ; Wed, 16 Nov 2011 12:57:13 +0000 (UTC) Received: (qmail 25399 invoked by uid 500); 16 Nov 2011 12:57:13 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 25361 invoked by uid 500); 16 Nov 2011 12:57:13 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 25348 invoked by uid 99); 16 Nov 2011 12:57:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 12:57:13 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 12:57:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DBD53884B1 for ; Wed, 16 Nov 2011 12:56:51 +0000 (UTC) Date: Wed, 16 Nov 2011 12:56:51 +0000 (UTC) From: "Jonathan Anstey (Commented) (JIRA)" To: issues@karaf.apache.org Message-ID: <797049836.34753.1321448211901.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <537850698.34572.1321443171710.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (KARAF-1016) Karaf manual specifies incorrect class name for the JDBC locks in the failover section MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151173#comment-13151173 ] Jonathan Anstey commented on KARAF-1016: ---------------------------------------- FYI looks like this is correct on trunk and in the 2.2.x branch (see http://karaf.apache.org/manual/2.2.5-SNAPSHOT/users-guide/failover.html), it is just that the latest-2.2.x manual (see http://karaf.apache.org/manual/latest-2.2.x/users-guide/failover.html) hasn't been deployed in a while. > 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 > > 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