<div dir="ltr"><div>This commit should fix the problem:-<br></div><div><br></div><div><a href="https://github.com/droolsjbpm/guvnor/blob/master/guvnor-project/guvnor-project-builder/src/main/java/org/guvnor/common/services/builder/ResourceChangeObserver.java#L143">https://github.com/droolsjbpm/guvnor/blob/master/guvnor-project/guvnor-project-builder/src/main/java/org/guvnor/common/services/builder/ResourceChangeObserver.java#L143</a><br>
</div><div class="gmail_extra"><br>But I notice it&#39;s not in 6.x:-</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/droolsjbpm/guvnor/blob/6.0.x/guvnor-project/guvnor-project-builder/src/main/java/org/guvnor/common/services/builder/ResourceChangeObserver.java">https://github.com/droolsjbpm/guvnor/blob/6.0.x/guvnor-project/guvnor-project-builder/src/main/java/org/guvnor/common/services/builder/ResourceChangeObserver.java</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Looks like this commit added it to master:-</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/droolsjbpm/guvnor/commit/3f0e996170d50825f650fdf3e130ec0aa0f44c4e">https://github.com/droolsjbpm/guvnor/commit/3f0e996170d50825f650fdf3e130ec0aa0f44c4e</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Toni, looks like the BZ has the applicable ACK&#39;s to move to 6.x (shame it missed 6.0.1):-</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1045314">https://bugzilla.redhat.com/show_bug.cgi?id=1045314</a></div>
<div class="gmail_extra"><br><div class="gmail_quote">On 9 January 2014 16:04, Mark Proctor <span dir="ltr">&lt;<a href="mailto:mproctor@codehaus.org" target="_blank">mproctor@codehaus.org</a>&gt;</span> wrote:<br><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">
I can confirm that I also have to restart the server, for import suggestions to be recognised. We’ll have a fix for this in master shortly. There won’t be a FINAL release though for maybe 6 to 10 weeks. We also found another issue with anything that extends Collections, which has already been fixed in master.<br>

<span class=""><font color="#888888"><br>
Mark<br>
</font></span><div class="im">On 8 Jan 2014, at 16:35, Ray Hooker &lt;<a href="mailto:ray.hooker@me.com">ray.hooker@me.com</a>&gt; wrote:<br>
<br>
</div><div class=""><div class="h5">&gt; Mark,  That makes sense.  I added java.util.ArrayList  and even saved it.  I had to shutdown and restart though to get it to pop up in the Data Modeler as an option for field type.  Is there a better way to refresh the list?<br>

&gt;<br>
&gt; Ray<br>
&gt;<br>
&gt;<br>
&gt; On Jan 7, 2014, at 9:40 PM, Mark Proctor &lt;<a href="mailto:mproctor@codehaus.org">mproctor@codehaus.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; If you configure the imports, for the project, then those types become available.<br>
&gt;&gt;<br>
&gt;&gt; Mark<br>
&gt;&gt; On 8 Jan 2014, at 01:32, Ray Hooker &lt;<a href="mailto:ray.hooker@me.com">ray.hooker@me.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Thanks for the pointer on the docs.   BTW have you seen a way to utilize more than primitive types in the Data modeler?  I see where I can specify models I have already created but what about other classes such as ArrayList, etc?   This is needed for one-to-many relationships between facts.  For example, I have an existing model where patients have multiple medication records.  I can write rules to deal with this manually (e.g., using the “from” keyword), but can I use Guvnor to specify the model as it really exists?.. which is an ArrayList type Medication?<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ray<br>
&gt;&gt;&gt; On Jan 7, 2014, at 5:42 AM, Alexandre Porcelli &lt;<a href="mailto:porcelli@redhat.com">porcelli@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Here are the docs available for new Workbench: <a href="http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/wb.Workbench.html" target="_blank">http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/wb.Workbench.html</a><br>

&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt; Alexandre Porcelli<br>
&gt;&gt;&gt;&gt; Principal Software Engineer<br>
&gt;&gt;&gt;&gt; Red Hat Business Systems and Intelligence Group<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Jan 7, 2014, at 3:02 AM, Ray Hooker &lt;<a href="mailto:ray.hooker@me.com">ray.hooker@me.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I have installed and worked with the new Guvnor interface.  I am not sure how to interface with it.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; This may be a basic question, but I have not seen documentation of how Guvnor works exactly in version 6.0.  I see that it uses a git repository and maven server, but I do not see where it actually resides or how I can access it?  I need info like port, protocol, file location or something specific. I have tried to example the installation but am not sure the details.  Certainly there is not a configuration panel that might indicate configured port for the maven repository, etc.  A network diagram would be helpful.<br>

&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; It is possible that I need to access the git repository or the Maven repository using Kie specific classes and functionality but then I would assume I need to give it the url/ web address of the Guvnor and way to configure that.<br>

&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Ray<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; rules-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; rules-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; rules-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; rules-users mailing list<br>
&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br>
<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>
</div></div></blockquote></div><br></div></div>