Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 550EDE421 for ; Wed, 6 Feb 2013 14:56:35 +0000 (UTC) Received: (qmail 89450 invoked by uid 500); 6 Feb 2013 14:56:34 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 89066 invoked by uid 500); 6 Feb 2013 14:56:34 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 89032 invoked by uid 99); 6 Feb 2013 14:56:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 14:56:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_DBL_REDIR X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.214.54 as permitted sender) Received: from [209.85.214.54] (HELO mail-bk0-f54.google.com) (209.85.214.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 14:56:27 +0000 Received: by mail-bk0-f54.google.com with SMTP id w5so692946bku.27 for ; Wed, 06 Feb 2013 06:56:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=OwRmNpp8SV5+BqVLpOXBg0/TnjS4Kc0Biww+NA/mqT0=; b=okGc3EJpv4kJS+quRULBHP0i9wtuNJZuZgIP3EoB9WxdtrSt6FhB627VyFG8LjcT3b jluXjMrFGYSngaazGM4uOWENJpp1r43zE96InnxqNn8tN7HI6HccsrQNGtvvCBOT+CWD +/ghbT80CDAQUj5eTKmSwygvFDdYEEZij7sAv0o7JkZY5oadU2SGiw4oHqyVtABzM595 gLx0HhHvXm3sESQaLaVfSsOPPLUY0s9w+JGr/EvhuAvK4u3c5NuOFx3Z3jb9q5htFwSc /4RNOBO/eHIfh4GHQT7xem1CN4HC1h2/A6rwkYimygFT6/QPCzivKb/XbkptBPYyB7go IKPA== MIME-Version: 1.0 X-Received: by 10.204.149.196 with SMTP id u4mr13235bkv.23.1360162567236; Wed, 06 Feb 2013 06:56:07 -0800 (PST) Received: by 10.204.172.200 with HTTP; Wed, 6 Feb 2013 06:56:07 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 09:56:07 -0500 Message-ID: Subject: Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2 From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=0015175cb14ca82dbe04d50f8694 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cb14ca82dbe04d50f8694 Content-Type: text/plain; charset=UTF-8 I've update my JIRA comment, please see https://issues.apache.org/jira/browse/VFS-369?focusedCommentId=13566566&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13566566 Can you this please: - Get the latest from trunk. - Apply the patch https://issues.apache.org/jira/secure/attachment/12567150/vfs-369-JR-2.5.3.diff - Run "mvn clean test" Thank you, Gary On Wed, Feb 6, 2013 at 9:49 AM, Jean-Marc Borer wrote: > Yup. Already fixed these issues in my code. > > For example: > > Element error = > davExc.toXml(DomUtil.BUILDER_FACTORY.newDocumentBuilder().newDocument()); > becomes: > Element error = davExc.toXml(DomUtil.createDocument()); > > Not sure, but the patches provided in JIRA seem already to fix those issue. > > > On Wed, Feb 6, 2013 at 2:18 PM, Gary Gregory > wrote: > > Can you address the failure in > https://issues.apache.org/jira/browse/VFS-369? > > > > Gary > > > > > > On Wed, Feb 6, 2013 at 8:58 AM, Jean-Marc Borer > wrote: > > > >> There are some adaptations to do, but then it works flawlessly with my > >> tests and WebDAV repositories. > >> > >> On Wed, Feb 6, 2013 at 1:41 PM, Jean-Marc Borer > wrote: > >> > Hello list guys, > >> > > >> > Has anyone something to say against updating the Jackrabbit version > >> > used in Commons VFS? > >> > > >> > There will be some small adaptations but 1.5.2 is becoming quiet old > >> > now. Any counter arguments? > >> > > >> > Cheers, > >> > > >> > Jean-Marc > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> For additional commands, e-mail: dev-help@commons.apache.org > >> > >> > > > > > > -- > > E-Mail: garydgregory@gmail.com | ggregory@apache.org > > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 > > Spring Batch in Action: http://bit.ly/bqpbCK > > Blog: http://garygregory.wordpress.com > > Home: http://garygregory.com/ > > Tweet! http://twitter.com/GaryGregory > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- E-Mail: garydgregory@gmail.com | ggregory@apache.org JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 Spring Batch in Action: http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --0015175cb14ca82dbe04d50f8694--