Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 28416 invoked from network); 13 Apr 2011 06:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2011 06:53:55 -0000 Received: (qmail 86433 invoked by uid 500); 13 Apr 2011 06:53:55 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 86411 invoked by uid 500); 13 Apr 2011 06:53:55 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 86400 invoked by uid 99); 13 Apr 2011 06:53:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 06:53:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markus.joschko@gmail.com designates 209.85.161.42 as permitted sender) Received: from [209.85.161.42] (HELO mail-fx0-f42.google.com) (209.85.161.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 06:53:47 +0000 Received: by fxm1 with SMTP id 1so565776fxm.1 for ; Tue, 12 Apr 2011 23:53:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Z8+r9oysOyL8yfIcgSftb5gtlptKZAaKMIHa8JICEdo=; b=LcKLK0VFxqb/AP1gLhFioLU8AR8xX2eofKeUC1/lck4nHOEQAuxayrOUACcAkHq9hb yx5YHSkfy18kiwl5TAWxlGUUbJ5m4UYTr7gJJ1zyz0reODR3MQZV89ysfBZtjlig/PhV 3bPK+rrPUi7DvMHXOfbBKMCm2+9Mq18wr+yBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OrqQZh268aXvXMMH+1g+DdnSu0OI+gDtKwZjGRgw6BoPlzPcnw8J/RKaVw5ARHhWnC nXPBHJzKzxtdk+kBnL1751v0jHJEtVHbc4cBhgsvRUrSsEoa5WDWF+iEF2ToZNN+nh3y dqG3Pv1VjqGcrprI5NRvPpO6SweQSaaFohgvI= MIME-Version: 1.0 Received: by 10.223.1.201 with SMTP id 9mr2026095fag.91.1302677607072; Tue, 12 Apr 2011 23:53:27 -0700 (PDT) Received: by 10.223.114.203 with HTTP; Tue, 12 Apr 2011 23:53:27 -0700 (PDT) Date: Wed, 13 Apr 2011 08:53:27 +0200 Message-ID: Subject: Temporarily switching jackrabbit version From: Markus Joschko To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I have asked that question before on the sling mailing list but I guess it is more appropraite here: The current stable sling release uses jackrabbit 2.1.1 which has a bug as it does not respect sv:multiple on properties during import operation. This bug is fixed in the latest jackrabbit release (which is available in sling trunk). However I would like to stick to the stable release of sling. So I tried some kind of workaround and connected with the latest jackrabbit cli to the existing repository (2.1.1) and imported successfully. Afterwards I continued with sling and jackrabbit 2.1.1 and so far haven't had any problems. Before doing so in production I would like to ask whether this temporary switching of jackrabbit versions on the repository can have consequences I can not easily recognize. Thanks, Markus