<div dir="ltr">Looking at the 6.x docs, I&#39;m not sure that you need to define those ahead of time, but I haven&#39;t attempted it:<div><br></div><div><a href="http://docs.jboss.org/drools/release/6.0.0.Beta2/drools-fusion-docs/html/ch02.html#d0e514">http://docs.jboss.org/drools/release/6.0.0.Beta2/drools-fusion-docs/html/ch02.html#d0e514</a><br>
</div><div><br></div><div>&quot;<a id="d0e514" class="" style="color:rgb(51,51,51);font-family:&#39;Lucida Grande&#39;,Geneva,Verdana,Arial,sans-serif;font-size:12px;line-height:18px;text-align:justify">Entry points are declared implicitly in Drools by directly making use of them in rules. I.e. referencing an entry point in a rule will make the engine, at compile time, to identify and create the proper internal structures to support that entry point.&quot;</a></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 23, 2014 at 11:34 AM, rjr201 <span dir="ltr">&lt;<a href="mailto:rich.j.riley@gmail.com" target="_blank">rich.j.riley@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Does anyone know of a simple (complete) working example of a Drools Fusion<br>
project using Drools 6?<br>
<br>
My kModule.xml file so far looks like this:<br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;kmodule<br>
xmlns=&quot;<a href="http://jboss.org/kie/6.0.0/kmodule" target="_blank">http://jboss.org/kie/6.0.0/kmodule</a>&quot;&gt;<br>
<br>
&lt;kbase name=&quot;KBase1&quot; default=&quot;false&quot; eventProcessingMode=&quot;stream&quot;<br>
equalsBehavior=&quot;equality&quot; declarativeAgenda=&quot;enabled&quot;<br>
packages=&quot;org.domain.pkg2, org.domain.pkg3&quot; includes=&quot;KBase1&quot;&gt;<br>
<br>
    &lt;ksession name=&quot;KSession1&quot; type=&quot;stateful&quot; default=&quot;false&quot;<br>
clockType=&quot;realtime&quot;&gt;<br>
<br>
    &lt;/ksession&gt;<br>
&lt;/kbase&gt;<br>
<br>
&lt;/kmodule&gt;<br>
<br>
However, I think I need to define an entryPoint in the kmodule.xml.. but<br>
can&#39;t find an example of how to do this.<br>
<br>
If anyone can point me to an example it would be greatly appreciated.<br>
<br>
Cheers,<br>
Rich<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Drools-6-Fusion-Example-tp4030139.html" target="_blank">http://drools.46999.n3.nabble.com/Drools-6-Fusion-Example-tp4030139.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<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><br></div>