Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AAA99047 for ; Sun, 27 May 2012 10:01:25 +0000 (UTC) Received: (qmail 84431 invoked by uid 500); 27 May 2012 10:01:24 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 84182 invoked by uid 500); 27 May 2012 10:01:24 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 84157 invoked by uid 99); 27 May 2012 10:01:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 10:01:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id CCFD2142857 for ; Sun, 27 May 2012 10:01:23 +0000 (UTC) Date: Sun, 27 May 2012 10:01:23 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1080107471.6941.1338112883841.JavaMail.jiratomcat@issues-vm> In-Reply-To: <423392926.2804.1332433462434.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (JCR-3270) Error instantiating lucene search index in Turkish Regional Setting 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/JCR-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3270: ------------------------------- Fix Version/s: 2.5 > Error instantiating lucene search index in Turkish Regional Setting > ------------------------------------------------------------------- > > Key: JCR-3270 > URL: https://issues.apache.org/jira/browse/JCR-3270 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.2.1 > Reporter: Adrien DE GEORGES > Fix For: 2.4.1, 2.5 > > Attachments: JCR-3270.patch > > > There is an issue when changing regional setting to Turkish. > It fails when starting a repository, instantiating the lucene search index due to the following issue : > org.apache.jackrabbit.core.config.ConfigurationException: Configured class org.apache.jackrabbit.core.query.lucene.SearchIndex does not contain a property named indexingConfiguration > at > org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java > :205) > at > org.apache.jackrabbit.core.config.RepositoryConfigurationParser$1.getQue > ryHandler(RepositoryConfigurationParser.java:631) > at > org.apache.jackrabbit.core.config.RepositoryConfig.getQueryHandler(Repos > itoryConfig.java:1013) > This issue is known in java world, due to lower case conversion of 'I' character (in Turkish locale). JackRabbit source code try to instantiate the indexing configuration during the repository starting and is accessing indexingConfiguration property. It instantiates a setter for this property with a bad 'i' character. -- 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