What do you mean VFS Repository instead of Guvnor Repository? For 6.0 Drools Workbench (what used to be called Guvnor) uses a VFS.
Where did you get the file you show and what was its original name?
Sent on the move
Anyone ever tried to use the VFS repository instead of the Guvnor repository?I'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:<repository id="vfs"><!-- acceptable attributes for parametername - name of the propertyvalue - value of the propertysystem-property - (optional) if set tu true property will be set as JVM system property--><!-- simple file system based vfs configuration --><parameter name="root" value="default:///tmp/designer-repo" />
<parameter name="globaldir" value="/global" /><parameter name="name" value="Designer Repository"/><!-- git based cfs configuration--><!--<parameter name="root" value="git://designer-repo" /><parameter name="globaldir" value="/global" /><parameter name="username" value="guvnorngtestuser1" /><parameter name="password" value="test1234" /><parameter name="origin" value="https://github.com/mswiderski/designer-playground.git" /><parameter name="fetch.cmd" value="?fetch" /><parameter name="org.kie.nio.git.dir" value="/tmp/designer-git-repo" system-property="true"/> --></repository>the 'root' parameter value 'default:///...' seems to be an invalid URI path, causing the vfs stuff not being able to locate the file.but I have no idea how to work around this, any kind of information about this is greatly appreciated!
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users