Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
And the tests that rely on internet: I have to use a web proxy with authentication that seems not to work in the units tests... On Wed, Feb 6, 2013 at 3:16 PM, Jean-Marc Borer wrote: > Now it is fine. Let's see the remaining issues now. The only problem > that remains is my corporate anti virus t

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
Now it is fine. Let's see the remaining issues now. The only problem that remains is my corporate anti virus that will prevent the usage of some ports... On Wed, Feb 6, 2013 at 3:06 PM, Jean-Marc Borer wrote: > Hmm. My trunk build fails: > > Failed to execute goal on project commons-vfs2: Could

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
Hmm. My trunk build fails: Failed to execute goal on project commons-vfs2: Could not resolve dependencies for project org.apache.commons:commons-vfs2:jar:2.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcprov-jdk15on:jar:1.46, org.apache.jackrabbit:jackrabbit-standalo

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
I am currently trying to build trunk. What I can say already is that I needed to patch VFS 2.0 from tag (common-vfs2...). There my modifications worked perfectly. Let's see if I can do the same for trunk. On Wed, Feb 6, 2013 at 2:56 PM, Gary Gregory wrote: > I've update my JIRA comment, please

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Gary Gregory
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

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
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

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
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 sma

[vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
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