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 <jmbo...@gmail.com> 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 <garydgreg...@gmail.com>
> 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 <jmbo...@gmail.com>
> 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 <jmbo...@gmail.com>
> 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-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to