<p dir="ltr">What do you mean VFS Repository instead of Guvnor Repository? For 6.0 Drools Workbench (what used to be called Guvnor) uses a VFS.</p>
<p dir="ltr">Where did you get the file you show and what was its original name?</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 21 Sep 2013 15:46, &quot;Carusyte Zhang&quot; &lt;<a href="mailto:carusyte@gmail.com">carusyte@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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" target="_blank">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>
<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div>