Hi Michael,<div><br></div><div>I guess my patch from Nov 25th has got lost somehow because the current Yarep Implementation (org.wyona.yarep.impl.repo.vfs.*) is still the old one which will not work when split paths are used!</div>
<div><br></div><div>So I now built the patch again on the latest yarep files in SVN.</div><div><br></div><div>Quick overview:</div><div>- The split path configuration is not spread over the classes anymore, it got centralized into the new class SplitPathConfig.java (this is also in the patch, I added the class before I did the svn diff)</div>
<div>- The method *Repository().splitPath() has been moved to the SplitPathConfig class and has been fixed</div><div>- In order to allow customizations in *Repository and *Node class, some methods had to be made public (instead of package private).</div>
<div><br></div><div>Can you please try it out? This is quite critical for me at the moment because I want to get rid of Yanel class copies in my realm now (and use proper inheritance instead).</div><div><br></div><div>Please let me know whether the patch looks good to you.</div>
<div>Cheers</div><div>Balz</div><div><br></div><div><br></div>