It was extracted from the https://github.com/droolsjbpm/jbpm-designer/blob/2.6.x/src/main/webapp/profiles/jbpm.xml . 6.0.x is new to me and I wasn't able to make the compiled war work correctly... so I guess I'd better check out the version much closer to that in the jBPM 5.4 demo. By the way, I am still in the process of learning how to use git and the whole jBPM version number rules, what I said about the version number might be wrong.
On Sun, Sep 22, 2013 at 2:45 AM, Michael Anstis <[email protected]>wrote: > 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 > On 21 Sep 2013 15:46, "Carusyte Zhang" <[email protected]> wrote: > >> 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 parameter >> >> name - name of the property >> >> value - value of the property >> >> system-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 >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users >> > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
