<div dir="ltr">Anyone ever tried to use the VFS repository instead of the Guvnor repository?<div>I&#39;m stuck with issues not being able to find the sample bpmn2 file, which I believe has something to do with this block of configurations in jbpm.xml file:</div>
<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
&lt;repository id=&quot;vfs&quot;&gt;</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;!-- acceptable attributes for parameter</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">                name - name of the property</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                value - value of the property</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                system-property - (optional) if set tu true property will be set as JVM system property</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
            --&gt;</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;!-- simple file system based vfs configuration --&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            <span style="background-color:rgb(255,255,0)">&lt;parameter name=&quot;root&quot; value=&quot;default:///tmp/designer-repo&quot; /&gt;<br>
</span></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;globaldir&quot; value=&quot;/global&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;name&quot; value=&quot;Designer Repository&quot;/&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;!-- git based cfs configuration--&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;!--&lt;parameter name=&quot;root&quot; value=&quot;git://designer-repo&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;globaldir&quot; value=&quot;/global&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;username&quot; value=&quot;guvnorngtestuser1&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;password&quot; value=&quot;test1234&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;origin&quot; value=&quot;<a href="https://github.com/mswiderski/designer-playground.git">https://github.com/mswiderski/designer-playground.git</a>&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;fetch.cmd&quot; value=&quot;?fetch&quot; /&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">            &lt;parameter name=&quot;org.kie.nio.git.dir&quot; value=&quot;/tmp/designer-git-repo&quot; system-property=&quot;true&quot;/&gt;    --&gt;</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">&lt;/repository&gt;</blockquote></blockquote><div><br></div>
<div> the &#39;root&#39; parameter value &#39;default:///...&#39; seems to be an invalid URI path, causing the vfs stuff not being able to locate the file.</div><div>but I have no idea how to work around this, any kind of information about this is greatly appreciated!</div>
</div>